jdk-24/test/langtools/jdk/jshell
Aggelos Biboudis 79a4ac791c 8309235: Unnamed Variables (_) can't be used in JShell
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org>
Reviewed-by: asotona
2023-06-08 07:25:25 +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 8292755: Non-default method in interface leads to a stack overflow in JShell 2022-09-14 08:51:03 +00:00
ClassMembersTest.java 8293000: Review running times of jshell regression tests 2022-09-30 08:57:50 +00:00
ClassPathTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CommandCompletionTest.java 8295814: jdk/jshell/CommandCompletionTest.java fails with "lists don't have the same size expected [2] but found [1]" 2022-11-15 12:09:59 +00:00
Compiler.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CompilerOptionsTest.java 8173605: Remove support for source and target 1.7 option in javac 2022-09-01 16:43:50 +00:00
CompletenessStressTest.java 8242931: Few more tests that use nashorn have been missed 2020-04-17 09:50:02 +05:30
CompletenessTest.java 8285932: Implementation of JEP 430 String Templates (Preview) 2023-05-10 11:34:01 +00:00
CompletionSuggestionTest.java 8296789: <TAB>-completion in jshell fails to expose synthetic bridge methods 2023-01-11 09:21:28 +00:00
ComputeFQNsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ConsoleTest.java 8296454: System.console() shouldn't return null in jshell 2023-04-05 10:35:01 +00:00
CustomEditor.java 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
CustomInputToolBuilder.java 8276306: jdk/jshell/CustomInputToolBuilder.java fails intermittently on storage acquisition 2021-11-08 15:35:27 +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 8286895: InternalError: Exception during analyze 2022-05-31 15:01:38 +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 8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle 2021-10-28 18:32:50 +00:00
ExecPtyGetFlagsToSetTest.java 8297587: Upgrade JLine to 3.22.0 2023-03-02 08:27:44 +00:00
ExecutionControlSpecTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExecutionControlTestBase.java 8293000: Review running times of jshell regression tests 2022-09-30 08:57:50 +00:00
ExpectedDiagnostic.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExternalEditorTest.java 8286191: misc tests fail due to JDK-8285987 2022-05-10 07:44:20 +00: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 8207166: jdk/jshell/JdiHangingLaunchExecutionControlTest.java - launch timeout 2022-09-07 18:30:16 +00:00
HighlightUITest.java 8274148: can jshell show deprecated classes, methods and fields as strikethrough text? 2022-04-01 06:37:46 +00: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 8207166: jdk/jshell/JdiHangingLaunchExecutionControlTest.java - launch timeout 2022-09-07 18:30:16 +00: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 8221580: Confusing diagnostic for assigning a static final field in a constructor 2023-02-06 18:22:22 +00:00
MultipleDocumentationTest.java 8274734: the method jdk.jshell.SourceCodeAnalysis documentation not working 2021-11-08 13:19:51 +00: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 8296454: System.console() shouldn't return null in jshell 2023-04-05 10:35:01 +00: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 8306560: Add TOOLING.jsh load file 2023-05-28 08:14:37 +00: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 8293000: Review running times of jshell regression tests 2022-09-30 08:57:50 +00:00
SnippetHighlightTest.java 8301580: Error recovery does not clear returnResult 2023-02-06 12:25:06 +00: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
Test8294583.java 8300575: JVMTI support when using alternative virtual thread implementation 2023-02-22 15:42:53 +00:00
Test8296012.java 8300575: JVMTI support when using alternative virtual thread implementation 2023-02-22 15:42:53 +00:00
TestingInputStream.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ToolBasicTest.java 8297525: jdk/jshell/ToolBasicTest.java fails after JDK-8295984 2022-11-23 20:21:31 +00:00
ToolCommandOptionTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ToolEnableNativeAccessTest.java 8268725: jshell does not support the --enable-native-access option 2021-11-23 16:46:45 +00:00
ToolEnablePreviewTest.java 8300575: JVMTI support when using alternative virtual thread implementation 2023-02-22 15:42:53 +00:00
ToolFormatTest.java 8299829: In jshell, the output of "0".repeat(49999)+"2" ends with a '0' 2023-01-11 08:30:48 +00:00
ToolingTest.java 8306560: Add TOOLING.jsh load file 2023-05-28 08:14:37 +00:00
ToolLocaleMessageTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ToolLocalSimpleTest.java 8306560: Add TOOLING.jsh load file 2023-05-28 08:14:37 +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 8294739: jdk/jshell/ToolShiftTabTest.java timed out 2022-11-15 12:13:36 +00:00
ToolSimpleTest.java 8306560: Add TOOLING.jsh load file 2023-05-28 08:14:37 +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 8293591: Remove use of Thread.stop from jshell tests 2022-09-15 11:27:15 +00:00
UndefinedClassTest.java 8305714: Add an extra test for JDK-8292755 2023-05-05 13:19:20 +00:00
UnicodeTest.java 8249197: JShell: variable declaration with unicode type name gets garbled result 2020-07-23 10:37:06 -07:00
UnnamedTest.java 8309235: Unnamed Variables (_) can't be used in JShell 2023-06-08 07:25:25 +00:00
UserExecutionControlTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UserInputTest.java 8296454: System.console() shouldn't return null in jshell 2023-04-05 10:35:01 +00:00
UserJdiUserRemoteTest.java 8202599: Mark intermittently failing jshell tests 2018-05-05 09:34:01 -07:00
VariablesTest.java 8294431: jshell reports error on initialisation of static final field of anonymous class 2022-10-03 07:23:42 +00:00
WrapperTest.java 8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801 2019-06-14 20:30:10 -07:00