jdk-24/test/langtools/tools/javac/patterns
2024-11-20 10:29:45 +00:00
..
scope 8313613: Use JUnit in langtools/lib tests 2023-10-16 17:14:34 +00:00
AnnotationErrors.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
AnnotationErrors.out 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
Annotations.java 8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation 2024-08-16 15:48:54 +00:00
BindingPatternVarTypeModel.java 8341901: Using 'var' keyword switch pattern matching causes compiler error 2024-11-19 09:13:37 +00:00
BindingsExistTest.java
BindingsExistTest.out
BindingsInitializer.java 8278834: Error "Cannot read field "sym" because "this.lvar[od]" is null" when compiling 2022-01-19 19:03:02 +00:00
BindingsTest1.java 8302865: Illegal bytecode for break from if with instanceof pattern matching condition 2023-06-21 09:15:48 +00:00
BindingsTest1Merging.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
BindingsTest1Merging.out
BindingsTest2.java 8302865: Illegal bytecode for break from if with instanceof pattern matching condition 2023-06-21 09:15:48 +00:00
BindingsTest2.out 8302865: Illegal bytecode for break from if with instanceof pattern matching condition 2023-06-21 09:15:48 +00:00
BreakAndLoops.java 8302865: Illegal bytecode for break from if with instanceof pattern matching condition 2023-06-21 09:15:48 +00:00
CaseStructureTest.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
CastConversionMatch.java 8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview) 2024-01-31 14:18:13 +00:00
CastConversionMatch.out 8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview) 2024-01-31 14:18:13 +00:00
ConditionalTest.java
DeconstructionDesugaring.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
DeconstructionPatternErrors.java 8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview) 2024-01-31 14:18:13 +00:00
DeconstructionPatternErrors.out 8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview) 2024-01-31 14:18:13 +00:00
DisambiguatePatterns.java 8335766: Switch case with pattern matching and guard clause compiles inconsistently 2024-07-10 09:55:56 +00:00
Domination.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
Domination.out 8309467: Pattern dominance should be adjusted 2023-06-12 08:15:53 +00:00
DuplicateBindingTest.java
DuplicateBindingTest.out
EmptyRecordClass.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
EnsureTypesOrderTest.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
EnsureTypesOrderTest.out
EnumTypeChanges2.java
EnumTypeChanges.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
EnumTypeChangesNonPreview.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
ExamplesFromProposal.java
Exhaustiveness.java 8327368: javac crash when computing exhaustiveness checks 2024-06-05 05:45:59 +00:00
GenericRecordDeconstructionPattern.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
Guards.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
GuardsErrors.java 8310133: Effectivelly final condition not enforced in guards for binding variables from the same case 2023-06-21 09:16:12 +00:00
GuardsErrors.out 8310133: Effectivelly final condition not enforced in guards for binding variables from the same case 2023-06-21 09:16:12 +00:00
ImpossibleTypeTest.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
ImpossibleTypeTest.out
InferenceUnitTest.java 8325362: Allow to create a simple in-memory input JavaFileObject 2024-03-19 09:35:25 +00:00
InstanceofTotalPattern-15.out 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
InstanceofTotalPattern-16.out 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
InstanceofTotalPattern-20.out 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
InstanceofTotalPattern.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
LambdaCannotCapturePatternVariables.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
LocalVariableReuse.java
LocalVariableTable.java 8331291: java.lang.classfile.Attributes class performs a lot of static initializations 2024-05-24 15:58:34 +00:00
MatchBindingScopeTest.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
MatchBindingScopeTest.out
MatchExceptionLambdaExpression.java 8335817: javac AssertionError addLocalVar checkNull 2024-07-15 11:26:33 +00:00
MatchExceptionTest.java 8308753: Class-File API transition to Preview 2023-12-04 07:07:57 +00:00
NestedDeconstructionPattern.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
NestedPatternVariablesBytecode.java 8331291: java.lang.classfile.Attributes class performs a lot of static initializations 2024-05-24 15:58:34 +00:00
NestedPrimitiveDeconstructionPattern.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
NewCaseStructureTest.java 8309467: Pattern dominance should be adjusted 2023-06-12 08:15:53 +00:00
NoModifiersOnBinding.java
NoModifiersOnBinding.out
NoSubtypeCheck.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
NoSubtypeCheck.out
NoUnnecessaryCast.java 8331291: java.lang.classfile.Attributes class performs a lot of static initializations 2024-05-24 15:58:34 +00:00
NullsInDeconstructionPatterns2.java 8302202: Incorrect desugaring of null-allowed nested patterns 2023-02-17 12:55:47 +00:00
NullsInDeconstructionPatterns.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
NullsInDeconstructionPatterns.out 8262889: Compiler implementation for Record Patterns 2022-05-25 11:56:24 +00:00
NullsInPatterns.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
NullsInPatterns.out
NullSwitch.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
Parenthesized.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
Parenthesized.out 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
PatternCaseErrorRecovery.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
PatternCaseErrorRecovery.out
PatternDesugaring.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
PatternErrorRecovery-old.out 8312984: javac may crash on a record pattern with too few components 2023-08-03 08:37:15 +00:00
PatternErrorRecovery.java 8312984: javac may crash on a record pattern with too few components 2023-08-03 08:37:15 +00:00
PatternErrorRecovery.out 8312984: javac may crash on a record pattern with too few components 2023-08-03 08:37:15 +00:00
PatternMatchPosTest.java
PatternMatchPosTest.out
PatternMatchPosTestData.java
PatternsSimpleVisitorTest.java
PatternTypeTest2.java
PatternVariablesAreNonFinal2.java
PatternVariablesAreNonFinal.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
PatternVariablesAreNonFinal.out
PrettyTest.java 8302344: Compiler Implementation for Unnamed patterns and variables (Preview) 2023-05-22 08:52:36 +00:00
PrimitiveInstanceOfComboTest.java 8327839: Crash with unboxing and widening primitive conversion in switch 2024-03-18 13:16:29 +00:00
PrimitiveInstanceOfErrors.java 8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview) 2024-01-31 14:18:13 +00:00
PrimitiveInstanceOfErrors.out 8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview) 2024-01-31 14:18:13 +00:00
PrimitiveInstanceOfNumericValueTests.java 8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview) 2024-01-31 14:18:13 +00:00
PrimitiveInstanceOfPatternOpWithRecordPatterns.java 8330387: Crash with a different types patterns (primitive vs generic) in instanceof 2024-05-13 07:33:42 +00:00
PrimitiveInstanceOfPatternOpWithTopLevelPatterns.java 8330387: Crash with a different types patterns (primitive vs generic) in instanceof 2024-05-13 07:33:42 +00:00
PrimitiveInstanceOfTypeComparisonOp.java 8330387: Crash with a different types patterns (primitive vs generic) in instanceof 2024-05-13 07:33:42 +00:00
PrimitivePatternsSwitch.java 8327839: Crash with unboxing and widening primitive conversion in switch 2024-03-18 13:16:29 +00:00
PrimitivePatternsSwitchErrors.java 8332463: Byte conditional pattern case element dominates short constant case element 2024-05-22 19:48:23 +00:00
PrimitivePatternsSwitchErrors.out 8332463: Byte conditional pattern case element dominates short constant case element 2024-05-22 19:48:23 +00:00
PrimitiveTypesInTestingContextErasure.java 8341408: Implement JEP 488: Primitive Types in Patterns, instanceof, and switch (Second Preview) 2024-11-06 14:50:54 +00:00
ProxyMethodLookup.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
RawTypeBindingWarning.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
RawTypeBindingWarning.out 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
Reifiable.java
Reifiable.out
ReifiableOld-old.out
ReifiableOld.java 8290901: Reduce use of -source in langtools tests 2022-07-29 17:35:22 +00:00
ReifiableOld.out
ScopeResizeTest.java 8292756: java.lang.AssertionError at at jdk.compiler/com.sun.tools.javac.code.Scope$ScopeImpl.leave(Scope.java:386) 2022-09-22 14:33:07 +00:00
SealedTypeChanges2.java
SealedTypeChanges.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
SimpleAndGuardPattern.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
SimpleDeconstructionPattern.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
SimpleDeconstructionPatternOld.out 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
SOEDeeplyNestedBlocksTest.java 8331030: langtools/tools/javac/tree tests fail with SOE with fastdebug and -Xcomp 2024-04-25 06:49:45 +00:00
SourceLevelChecks.java 8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview) 2024-01-31 14:18:13 +00:00
StablePatternDesugaring.java
SwitchEnumConstants.java 8318144: Match on enum constants with body compiles but fails with MatchException 2023-11-07 12:05:58 +00:00
SwitchErrors.java 8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview) 2024-01-31 14:18:13 +00:00
SwitchErrors.out 8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview) 2024-01-31 14:18:13 +00:00
Switches.java 8339296: Record deconstruction pattern in switch fails to compile 2024-10-24 06:45:16 +00:00
T8291657.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
T8309054.java 8309054: Parsing of erroneous patterns succeeds 2023-05-31 09:37:58 +00:00
T8309054.out 8309054: Parsing of erroneous patterns succeeds 2023-05-31 09:37:58 +00:00
T8312229.java 8312229: Crash involving yield, switch and anonymous classes 2023-07-26 09:44:50 +00:00
T8312560.java 8312560: Annotation on Decomposed Record Component in Enhanced For Loop Fails Compilation 2023-12-01 14:15:38 +00:00
T8314226.java 8314226: Series of colon-style fallthrough switch cases with guards compiled incorrectly 2023-09-13 15:09:01 +00:00
T8314578.java 8314578: Non-verifiable code is emitted when two guards declare pattern variables in colon-switch 2023-10-17 12:51:57 +00:00
T8314578.out 8315532: Compiler Implementation for Unnamed Variables & Patterns 2023-10-30 10:28:48 +00:00
T8314632.java 8315532: Compiler Implementation for Unnamed Variables & Patterns 2023-10-30 10:28:48 +00:00
T8314632.out 8315532: Compiler Implementation for Unnamed Variables & Patterns 2023-10-30 10:28:48 +00:00
T8317048.java 8317048: VerifyError with unnamed pattern variable and more than one components 2023-11-01 13:38:10 +00:00
T8317300.java 8317300: javac erroneously allows "final" in front of a record pattern 2023-10-17 12:57:25 +00:00
T8317300.out 8320145: Compiler should accept final variable in Record Pattern 2023-12-01 07:13:39 +00:00
T8320145.java 8320145: Compiler should accept final variable in Record Pattern 2023-12-01 07:13:39 +00:00
T8326404.java 8326404: Assertion error when trying to compile switch with fallthrough with pattern 2024-05-14 06:41:58 +00:00
T8329115.java 8329115: Crash involving return from inner switch 2024-03-27 09:38:25 +00:00
T8329115.out 8329115: Crash involving return from inner switch 2024-03-27 09:38:25 +00:00
T8332463a.java 8332463: Byte conditional pattern case element dominates short constant case element 2024-05-22 19:48:23 +00:00
T8332463b.java 8332463: Byte conditional pattern case element dominates short constant case element 2024-05-22 19:48:23 +00:00
T8336781.java 8336781: Erroneous exhaustivity check with boolean switch 2024-07-22 10:29:34 +00:00
T8340145.java 8340145: Problem with generic pattern matching results in internal compiler error 2024-11-20 10:29:45 +00:00
TranslationTest.java 8326129: Java Record Pattern Match leads to infinite loop 2024-02-23 10:08:56 +00:00
TypedDeconstructionPatternExc.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
UncheckedWarningOnMatchesTest.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
UncheckedWarningOnMatchesTest.out
UninitializedThisException.java 8332106: VerifyError when using switch pattern in this(...) or super(...) 2024-05-24 06:27:45 +00:00
Unnamed.java 8315532: Compiler Implementation for Unnamed Variables & Patterns 2023-10-30 10:28:48 +00:00
UnnamedErrors.java 8315532: Compiler Implementation for Unnamed Variables & Patterns 2023-10-30 10:28:48 +00:00
UnnamedErrors.out 8315532: Compiler Implementation for Unnamed Variables & Patterns 2023-10-30 10:28:48 +00:00
VarErrors.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
VarErrors.out 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00