jdk-24/test/langtools/jdk/jshell
2021-09-22 12:53:57 +00:00
..
T8146368 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AnalysisTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AnalyzeSnippetTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BadExecutionControlSpecTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ClassesTest.java 8247456: JShell: Handling of top-level final, abstract, and static modifiers 2020-09-02 09:37:25 -07:00
ClassMembersTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ClassPathTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CommandCompletionTest.java 8271287: jdk/jshell/CommandCompletionTest.java fails with "lists don't have the same size expected" 2021-09-22 12:53:57 +00:00
Compiler.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CompilerOptionsTest.java 8028563: Remove javac support for 6/1.6 source and target values 2018-07-12 14:13:15 -07:00
CompletenessStressTest.java 8242931: Few more tests that use nashorn have been missed 2020-04-17 09:50:02 +05:30
CompletenessTest.java 8255013: implement Record Classes as a standard feature in Java, follow-up 2020-10-28 17:18:46 +00:00
CompletionSuggestionTest.java 8240658: Code completion not working for lambdas in method invocations that require type inference 2020-09-14 08:13:10 +00:00
ComputeFQNsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CustomEditor.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
CustomInputToolBuilder.java 8247403: JShell: No custom input (e.g. from GUI) possible with JavaShellToolBuilder 2021-05-31 09:25:16 +00:00
DropTest.java 8199623: JShell: corralling not restored on drop 2019-06-03 08:21:04 -07:00
DyingRemoteAgent.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
EditorTestBase.java 8210808: jshell tool: only considers the first snippet of the external editor 2018-10-29 08:34:33 -07:00
EmptyTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ErrorRecoveryTest.java 8270139: jshell InternalError crash for import of @Repeatable followed by unresolved ref 2021-09-22 12:52:31 +00:00
ErrorTranslationTest.java 8247456: JShell: Handling of top-level final, abstract, and static modifiers 2020-09-02 09:37:25 -07:00
ExceptionMessageTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExceptionsTest.java 8159746: (proxy) Support for default methods 2020-12-01 17:23:07 +00:00
ExecPtyGetFlagsToSetTest.java 8224184: jshell got IOException at exiting with AIX 2019-06-13 08:42:47 +02:00
ExecutionControlSpecTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExecutionControlTestBase.java 8247438: JShell: When FailOverExecutionControlProvider fails the proximal cause is not shown 2020-06-26 11:56:21 -07:00
ExpectedDiagnostic.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExternalEditorTest.java 8210808: jshell tool: only considers the first snippet of the external editor 2018-10-29 08:34:33 -07:00
FailOverDirectExecutionControlTest.java 8247438: JShell: When FailOverExecutionControlProvider fails the proximal cause is not shown 2020-06-26 11:56:21 -07:00
FailOverExecutionControlDyingLaunchTest.java 8247438: JShell: When FailOverExecutionControlProvider fails the proximal cause is not shown 2020-06-26 11:56:21 -07:00
FailOverExecutionControlHangingLaunchTest.java 8247438: JShell: When FailOverExecutionControlProvider fails the proximal cause is not shown 2020-06-26 11:56:21 -07:00
FailOverExecutionControlHangingListenTest.java 8247438: JShell: When FailOverExecutionControlProvider fails the proximal cause is not shown 2020-06-26 11:56:21 -07:00
FailOverExecutionControlTest.java 8247438: JShell: When FailOverExecutionControlProvider fails the proximal cause is not shown 2020-06-26 11:56:21 -07:00
FileManagerTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ForwardReferenceImportTest.java 8133616: compiler error messages for dup single type, single static import switched 2017-11-27 19:29:00 +01:00
ForwardReferenceTest.java 8010319: Implementation of JEP 181: Nest-Based Access Control 2018-06-23 01:32:41 -04:00
GetResourceTest.java 8010319: Implementation of JEP 181: Nest-Based Access Control 2018-06-23 01:32:41 -04:00
HangingRemoteAgent.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HistoryTest.java 8214491: Upgrade to JLine 3.9.0 2018-12-11 11:29:28 +01:00
HistoryUITest.java 8247403: JShell: No custom input (e.g. from GUI) possible with JavaShellToolBuilder 2021-05-31 09:25:16 +00:00
IdGeneratorTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IgnoreTest.java 8247456: JShell: Handling of top-level final, abstract, and static modifiers 2020-09-02 09:37:25 -07:00
IllegalArgumentExceptionTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ImportTest.java 8257845: Integrate JEP 390 2020-12-08 23:04:01 +00:00
InaccessibleExpressionTest.java 8191842: JShell: Inferred type information is lost when assigning types to a \"var\" 2018-01-19 17:11:52 +01:00
IndentUITest.java 8247403: JShell: No custom input (e.g. from GUI) possible with JavaShellToolBuilder 2021-05-31 09:25:16 +00:00
InferTypeTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IOTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JavadocTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JdiBadOptionLaunchExecutionControlTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JdiBadOptionListenExecutionControlTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JdiBogusHostListenExecutionControlTest.java 8176474: test/jdk/jshell/JdiBogusHostListenExecutionControlTest.java fails with java.net.BindException 2018-02-22 12:26:01 -08:00
JdiFailingLaunchExecutionControlTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JdiFailingListenExecutionControlTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JdiHangingLaunchExecutionControlTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JdiHangingListenExecutionControlTest.java 8202599: Mark intermittently failing jshell tests 2018-05-05 09:34:01 -07:00
JdiLaunchingExecutionControlTest.java 8202599: Mark intermittently failing jshell tests 2018-05-05 09:34:01 -07:00
JdiListeningExecutionControlTest.java 8202599: Mark intermittently failing jshell tests 2018-05-05 09:34:01 -07:00
JdiListeningLocalhostExecutionControlTest.java 8202599: Mark intermittently failing jshell tests 2018-05-05 09:34:01 -07:00
JShellQueryTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JShellStateClosedTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
KullaCompletenessStressTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
KullaTesting.java 8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801 2019-06-14 20:30:10 -07:00
MethodsTest.java 8272135: jshell: Method cannot use its overloaded version 2021-09-07 09:50:10 +00:00
ModifiersTest.java 8247456: JShell: Handling of top-level final, abstract, and static modifiers 2020-09-02 09:37:25 -07:00
MyExecutionControl.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MyExecutionControlProvider.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MyRemoteExecutionControl.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NullTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PasteAndMeasurementsUITest.java 8267459: Pasting Unicode characters into JShell does not work. 2021-06-02 09:55:06 +00:00
PipeInputStreamTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RecordsTest.java 8255013: implement Record Classes as a standard feature in Java, follow-up 2020-10-28 17:18:46 +00:00
RejectedFailedTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ReplaceTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ReplToolTesting.java 8241950: JShell could support auto-indent 2020-04-20 12:36:09 +02:00
SealedClassesTest.java 8273257: jshell doesn't compile a sealed hierarchy with a sealed interface and a non-sealed leaf 2021-09-03 09:30:56 +00:00
ShutdownTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SimpleRegressionTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SnippetStatusListenerTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SnippetTest.java 8211694: JShell: Redeclared variable should be reset 2018-10-24 21:17:30 -07:00
SourceLevelTest.java 8259820: JShell does not handle -source 8 properly 2021-01-15 12:45:22 +00:00
StartOptionTest.java 8214491: Upgrade to JLine 3.9.0 2018-12-11 11:29:28 +01:00
StopExecutionTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestingInputStream.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ToolBasicTest.java 8262900: ToolBasicTest fails to access HTTP server it starts 2021-04-15 15:16:11 +00:00
ToolCommandOptionTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ToolEnablePreviewTest.java 8199193: jshell tool: Add support for preview features 2018-04-23 09:01:03 -07:00
ToolFormatTest.java 8249566: jshell tool: retained modes from JDK-13 or prior cause confusing messages to be generated for records 2020-08-01 14:18:06 -07:00
ToolLocaleMessageTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ToolLocalSimpleTest.java 8238173: jshell - switch statement with a single default not return cause syntax error 2021-04-29 14:54:39 +00:00
ToolMultilineSnippetHistoryTest.java 8247403: JShell: No custom input (e.g. from GUI) possible with JavaShellToolBuilder 2021-05-31 09:25:16 +00:00
ToolProviderTest.java 8177076: jshell tool: allow non-zero /exit 2017-11-14 19:33:37 -08:00
ToolReloadTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ToolRetainTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ToolShiftTabTest.java 8247403: JShell: No custom input (e.g. from GUI) possible with JavaShellToolBuilder 2021-05-31 09:25:16 +00:00
ToolSimpleTest.java 8238173: jshell - switch statement with a single default not return cause syntax error 2021-04-29 14:54:39 +00:00
ToolTabCommandTest.java 8247403: JShell: No custom input (e.g. from GUI) possible with JavaShellToolBuilder 2021-05-31 09:25:16 +00:00
ToolTabSnippetTest.java 8247403: JShell: No custom input (e.g. from GUI) possible with JavaShellToolBuilder 2021-05-31 09:25:16 +00:00
TypeNameTest.java 8252409: JShell: Intersection types cause NoSuchFieldError 2021-01-29 09:19:14 +00:00
UITesting.java 8267459: Pasting Unicode characters into JShell does not work. 2021-06-02 09:55:06 +00:00
UnicodeTest.java 8249197: JShell: variable declaration with unicode type name gets garbled result 2020-07-23 10:37:06 -07:00
UserExecutionControlTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UserInputTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UserJdiUserRemoteTest.java 8202599: Mark intermittently failing jshell tests 2018-05-05 09:34:01 -07:00
VariablesTest.java 8252409: JShell: Intersection types cause NoSuchFieldError 2021-01-29 09:19:14 +00:00
WrapperTest.java 8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801 2019-06-14 20:30:10 -07:00