.. |
T8146368
|
8143955: JShell tool (UX): Output structure
|
2016-04-12 22:23:11 -07:00 |
AnalysisTest.java
|
8134254: JShell API/tool: REPL for Java into JDK9
|
2015-10-19 19:15:16 +02:00 |
AnalyzeSnippetTest.java
|
8182270: JShell API: Tools need snippet information without evaluating snippet
|
2017-08-16 18:42:11 -07:00 |
BadExecutionControlSpecTest.java
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
|
2016-12-21 20:14:39 -08:00 |
ClassesTest.java
|
8129559: JShell: compilation fails if class, method or field is annotated and has modifiers
|
2016-11-04 14:47:25 -07:00 |
ClassMembersTest.java
|
8129559: JShell: compilation fails if class, method or field is annotated and has modifiers
|
2016-11-04 14:47:25 -07:00 |
ClassPathTest.java
|
8152897: refactor ToolBox to allow reduced documented dependencies
|
2016-03-31 15:20:50 -07:00 |
CommandCompletionTest.java
|
8167554: jshell tool: re-execute a range and/or sequence of snippets
|
2017-05-18 14:16:25 -07:00 |
Compiler.java
|
8152897: refactor ToolBox to allow reduced documented dependencies
|
2016-03-31 15:20:50 -07:00 |
CompilerOptionsTest.java
|
8159635: JShell API: Add compiler options
|
2016-07-01 14:16:28 -07:00 |
CompletenessStressTest.java
|
8159027: JShell API: SourceCodeAnalysis.Suggestion has constructor, ..
|
2016-08-15 11:39:53 -07:00 |
CompletenessTest.java
|
8182268: JShell: CompletionInfo.source() for CONSIDERED_INCOMPLETE missing semicolon
|
2017-06-26 14:16:34 -07:00 |
CompletionSuggestionTest.java
|
8176110: JShell: completions with package results should, in most cases, be dot terminated
|
2017-06-25 13:42:31 -07:00 |
ComputeFQNsTest.java
|
8186636: JShell tests: jtreg_4.2-b08 breaks ComputeFQNsTest.testAddImport()
|
2017-08-22 23:26:28 -07:00 |
CustomEditor.java
|
8134254: JShell API/tool: REPL for Java into JDK9
|
2015-10-19 19:15:16 +02:00 |
DropTest.java
|
8167128: JShell: /drop of statement gives confusing output
|
2016-10-10 18:41:12 -07:00 |
DyingRemoteAgent.java
|
8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
|
2017-04-11 17:26:52 -07:00 |
EditorTestBase.java
|
8167554: jshell tool: re-execute a range and/or sequence of snippets
|
2017-05-18 14:16:25 -07:00 |
EmptyTest.java
|
8134254: JShell API/tool: REPL for Java into JDK9
|
2015-10-19 19:15:16 +02:00 |
ErrorTranslationTest.java
|
8167643: JShell: silently ignore access modifiers (as semantically irrelevant)
|
2016-10-27 17:11:16 -07:00 |
ExceptionMessageTest.java
|
8185108: JShell: NullPointerException when throwing exception with null message under local ExecutionControl
|
2017-08-23 14:06:50 -07:00 |
ExceptionsTest.java
|
8134254: JShell API/tool: REPL for Java into JDK9
|
2015-10-19 19:15:16 +02:00 |
ExecutionControlSpecTest.java
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
|
2016-12-21 20:14:39 -08:00 |
ExecutionControlTestBase.java
|
8173577: JShell tests: Some testng tests check nothing
|
2017-02-01 09:10:07 -08:00 |
ExpectedDiagnostic.java
|
8134254: JShell API/tool: REPL for Java into JDK9
|
2015-10-19 19:15:16 +02:00 |
ExternalEditorTest.java
|
8184894: Mark ExternalEditorTest.java as intermittently failing, demote to tier 2
|
2017-07-28 19:54:26 +08:00 |
FailOverDirectExecutionControlTest.java
|
8173577: JShell tests: Some testng tests check nothing
|
2017-02-01 09:10:07 -08:00 |
FailOverExecutionControlDyingLaunchTest.java
|
8173577: JShell tests: Some testng tests check nothing
|
2017-02-01 09:10:07 -08:00 |
FailOverExecutionControlHangingLaunchTest.java
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
|
2016-12-21 20:14:39 -08:00 |
FailOverExecutionControlHangingListenTest.java
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
|
2016-12-21 20:14:39 -08:00 |
FailOverExecutionControlTest.java
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
|
2016-12-21 20:14:39 -08:00 |
FileManagerTest.java
|
8173845: JShell API: not patch compatible
|
2017-02-08 10:43:16 -08:00 |
ForwardReferenceImportTest.java
|
8173232: JShell tests: ReplaceTest takes too long
|
2017-01-25 10:22:06 -08:00 |
ForwardReferenceTest.java
|
8173232: JShell tests: ReplaceTest takes too long
|
2017-01-25 10:22:06 -08:00 |
GetResourceTest.java
|
8179531: JShell: fails to provide bytecode for dynamically created lambdas
|
2017-05-09 12:22:15 +02:00 |
HangingRemoteAgent.java
|
8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
|
2017-04-11 17:26:52 -07:00 |
HistoryTest.java
|
8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
|
2017-04-11 17:26:52 -07:00 |
HistoryUITest.java
|
8178035: MergedTabShiftTabTest sometimes time outs
|
2017-04-19 11:36:44 +02:00 |
IdGeneratorTest.java
|
8167128: JShell: /drop of statement gives confusing output
|
2016-10-10 18:41:12 -07:00 |
IgnoreTest.java
|
8129559: JShell: compilation fails if class, method or field is annotated and has modifiers
|
2016-11-04 14:47:25 -07:00 |
IllegalArgumentExceptionTest.java
|
8167128: JShell: /drop of statement gives confusing output
|
2016-10-10 18:41:12 -07:00 |
ImportTest.java
|
8141415: JShell: wrap erroneous with one-liner comment-outed imports
|
2016-05-29 23:46:49 +09:00 |
InferTypeTest.java
|
8152897: refactor ToolBox to allow reduced documented dependencies
|
2016-03-31 15:20:50 -07:00 |
IOTest.java
|
8134254: JShell API/tool: REPL for Java into JDK9
|
2015-10-19 19:15:16 +02:00 |
JavadocTest.java
|
8174245: Javadoc is not working for some methods
|
2017-02-13 11:57:56 +01:00 |
JdiBadOptionLaunchExecutionControlTest.java
|
8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
|
2017-04-11 17:26:52 -07:00 |
JdiBadOptionListenExecutionControlTest.java
|
8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
|
2017-04-11 17:26:52 -07:00 |
JdiBogusHostListenExecutionControlTest.java
|
8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
|
2017-04-11 17:26:52 -07:00 |
JdiFailingLaunchExecutionControlTest.java
|
8169519: JShell: Handle start-up failures and hangs gracefully
|
2016-11-22 19:24:02 -08:00 |
JdiFailingListenExecutionControlTest.java
|
8169519: JShell: Handle start-up failures and hangs gracefully
|
2016-11-22 19:24:02 -08:00 |
JdiHangingLaunchExecutionControlTest.java
|
8169519: JShell: Handle start-up failures and hangs gracefully
|
2016-11-22 19:24:02 -08:00 |
JdiHangingListenExecutionControlTest.java
|
8169519: JShell: Handle start-up failures and hangs gracefully
|
2016-11-22 19:24:02 -08:00 |
JdiLaunchingExecutionControlTest.java
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
|
2016-12-21 20:14:39 -08:00 |
JdiListeningExecutionControlTest.java
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
|
2016-12-21 20:14:39 -08:00 |
JdiListeningLocalhostExecutionControlTest.java
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
|
2016-12-21 20:14:39 -08:00 |
JShellQueryTest.java
|
8164277: JShell API: Snippets are immutable and should be available for post-mortem analysis
|
2016-08-22 08:18:18 -07:00 |
JShellStateClosedTest.java
|
8167128: JShell: /drop of statement gives confusing output
|
2016-10-10 18:41:12 -07:00 |
KullaCompletenessStressTest.java
|
8161132: JShell tests: jdk/jshell/KullaCompletenessStressTest.java should pass if jdk.shell sources are not provided
|
2016-07-14 11:14:22 -07:00 |
KullaTesting.java
|
8182268: JShell: CompletionInfo.source() for CONSIDERED_INCOMPLETE missing semicolon
|
2017-06-26 14:16:34 -07:00 |
MethodsTest.java
|
8167643: JShell: silently ignore access modifiers (as semantically irrelevant)
|
2016-10-27 17:11:16 -07:00 |
ModifiersTest.java
|
8129559: JShell: compilation fails if class, method or field is annotated and has modifiers
|
2016-11-04 14:47:25 -07:00 |
MyExecutionControl.java
|
8173845: JShell API: not patch compatible
|
2017-02-08 10:43:16 -08:00 |
MyExecutionControlProvider.java
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
|
2016-12-21 20:14:39 -08:00 |
MyRemoteExecutionControl.java
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
|
2016-12-21 20:14:39 -08:00 |
NullTest.java
|
8134254: JShell API/tool: REPL for Java into JDK9
|
2015-10-19 19:15:16 +02:00 |
PasteAndMeasurementsUITest.java
|
8182297: jshell tool: pasting multiple lines of code truncated
|
2017-08-22 13:10:46 +02:00 |
PipeInputStreamTest.java
|
8169069: Module system implementation refresh (11/2016)
|
2016-12-01 09:02:42 +00:00 |
RejectedFailedTest.java
|
8080352: jshell tool: Error message for using "package" should be more descriptive than "Failed"
|
2016-09-07 12:15:22 -07:00 |
ReplaceTest.java
|
8173232: JShell tests: ReplaceTest takes too long
|
2017-01-25 10:22:06 -08:00 |
ReplToolTesting.java
|
8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
|
2017-04-11 17:26:52 -07:00 |
ShutdownTest.java
|
8134254: JShell API/tool: REPL for Java into JDK9
|
2015-10-19 19:15:16 +02:00 |
SimpleRegressionTest.java
|
8173807: JShell: control characters should be escaped in String values
|
2017-02-06 09:25:31 -08:00 |
SnippetStatusListenerTest.java
|
8154485: JShell: infrastructure for multi-Snippet class wrappers
|
2016-04-25 08:50:16 -07:00 |
SnippetTest.java
|
8139829: JShell API: No use of fields to return information from public types
|
2016-06-08 00:32:31 -07:00 |
StartOptionTest.java
|
8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
|
2017-04-11 17:26:52 -07:00 |
StopExecutionTest.java
|
8171385: jshell tool: unresponsive to ctrl-C in input wait on Windows
|
2017-01-10 10:17:47 +01:00 |
TestingInputStream.java
|
8134254: JShell API/tool: REPL for Java into JDK9
|
2015-10-19 19:15:16 +02:00 |
ToolBasicTest.java
|
8183021: JShell tests: Fix failing tests on Windows
|
2017-06-30 20:03:07 +02:00 |
ToolCommandOptionTest.java
|
8177847: jshell tool: retain delete of non-retained mode does not locally delete
|
2017-06-26 18:43:00 -07:00 |
ToolFormatTest.java
|
8171130: jshell tool: /edit adds empty statement to brace terminated snippet
|
2017-01-19 11:17:11 -08:00 |
ToolLocaleMessageTest.java
|
8167554: jshell tool: re-execute a range and/or sequence of snippets
|
2017-05-18 14:16:25 -07:00 |
ToolLocalSimpleTest.java
|
8172102: jshell tool: remove print method forwarding to System.out from default startup
|
2017-01-02 18:31:30 -08:00 |
ToolMultilineSnippetHistoryTest.java
|
8183021: JShell tests: Fix failing tests on Windows
|
2017-06-30 20:03:07 +02:00 |
ToolProviderTest.java
|
8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
|
2017-04-11 17:26:52 -07:00 |
ToolReloadTest.java
|
8178023: jshell tool: crash with ugly message on attempt to add non-existant module path
|
2017-04-11 17:26:52 -07:00 |
ToolRetainTest.java
|
8161969: jshell tool: /var value is not truncated per feedback setting
|
2016-11-03 09:12:02 -07:00 |
ToolShiftTabTest.java
|
8182270: JShell API: Tools need snippet information without evaluating snippet
|
2017-08-16 18:42:11 -07:00 |
ToolSimpleTest.java
|
8180510: jshell tool: crash on entering pseudo-commands: /<id> or /-<n>
|
2017-06-16 10:32:46 -07:00 |
ToolTabCommandTest.java
|
8182270: JShell API: Tools need snippet information without evaluating snippet
|
2017-08-16 18:42:11 -07:00 |
ToolTabSnippetTest.java
|
8182270: JShell API: Tools need snippet information without evaluating snippet
|
2017-08-16 18:42:11 -07:00 |
TypeNameTest.java
|
8171981: JShell: Fails compilation: new Object().getClass().getSuperclass()
|
2017-01-09 18:04:16 -08:00 |
UITesting.java
|
8182297: jshell tool: pasting multiple lines of code truncated
|
2017-08-22 13:10:46 +02:00 |
UserExecutionControlTest.java
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
|
2016-12-21 20:14:39 -08:00 |
UserInputTest.java
|
8172220: Mark UserInputTest.java as intermittently failing and problem list it
|
2017-01-05 11:02:35 -08:00 |
UserJdiUserRemoteTest.java
|
8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
|
2016-12-21 20:14:39 -08:00 |
VariablesTest.java
|
8171981: JShell: Fails compilation: new Object().getClass().getSuperclass()
|
2017-01-09 18:04:16 -08:00 |
WrapperTest.java
|
8179889: Fix typographic errors in copyright headers
|
2017-05-09 12:55:07 +02:00 |