jdk-24/test/langtools/tools/javac/patterns
2023-04-05 10:29:22 +00:00
..
scope
Annotations.java 8281238: TYPE_USE annotations not printed in correct position in toString output 2022-02-11 21:52:16 +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
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 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
BindingsTest2.out 8221580: Confusing diagnostic for assigning a static final field in a constructor 2023-02-06 18:22:22 +00:00
BreakAndLoops.java
CaseStructureTest.java 8294942: Compiler implementation for Record Patterns (Second Preview) 2022-12-01 08:02:40 +00:00
CastConversionMatch.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
CastConversionMatch.out
ConditionalTest.java
DeconstructionDesugaring.java 8304883: Record Deconstruction causes bytecode error 2023-04-05 10:29:22 +00:00
DeconstructionPatternErrors.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
DeconstructionPatternErrors.out 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
DisambiguatePatterns.java 8294943: Implement record patterns in enhanced for 2022-12-01 12:40:09 +00:00
Domination.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
Domination.out 8289196: Pattern domination not working properly for record patterns 2022-07-07 07:54:18 +00:00
DuplicateBindingTest.java
DuplicateBindingTest.out
EmptyRecordClass.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +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 8268766: Desugaring of pattern matching enum switch should be improved 2021-07-08 11:56:53 +00:00
EnumTypeChanges.java 8297118: Change IncompatibleClassChangeError to MatchException for exhaustive switch statements and switch expressions 2022-12-01 10:51:57 +00:00
EnumTypeChangesNonPreview.java 8297118: Change IncompatibleClassChangeError to MatchException for exhaustive switch statements and switch expressions 2022-12-01 10:51:57 +00:00
ExamplesFromProposal.java
Exhaustiveness.java 8294942: Compiler implementation for Record Patterns (Second Preview) 2022-12-01 08:02:40 +00:00
ForEachPatterns.java 8294943: Implement record patterns in enhanced for 2022-12-01 12:40:09 +00:00
ForEachPatternsErrors.java 8294943: Implement record patterns in enhanced for 2022-12-01 12:40:09 +00:00
ForEachPatternsErrors.out 8294943: Implement record patterns in enhanced for 2022-12-01 12:40:09 +00:00
ForEachTestAllAnalyzers.java 8294943: Implement record patterns in enhanced for 2022-12-01 12:40:09 +00:00
GenericRecordDeconstructionPattern.java 8298184: Incorrect record component type in record patterns 2022-12-07 12:03:50 +00:00
Guards.java 8291769: Translation of switch with record patterns could be improved 2022-12-05 12:04:23 +00:00
GuardsErrors.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
GuardsErrors.out 8282274: Compiler implementation for Pattern Matching for switch (Third Preview) 2022-05-16 07:49:26 +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 8294942: Compiler implementation for Record Patterns (Second Preview) 2022-12-01 08:02:40 +00:00
InstanceofTotalPattern-15.out 8282274: Compiler implementation for Pattern Matching for switch (Third Preview) 2022-05-16 07:49:26 +00:00
InstanceofTotalPattern-16.out 8282274: Compiler implementation for Pattern Matching for switch (Third Preview) 2022-05-16 07:49:26 +00:00
InstanceofTotalPattern-preview.out 8282274: Compiler implementation for Pattern Matching for switch (Third Preview) 2022-05-16 07:49:26 +00:00
InstanceofTotalPattern.java 8290901: Reduce use of -source in langtools tests 2022-07-29 17:35:22 +00:00
LambdaCannotCapturePatternVariables.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
LocalVariableReuse.java
LocalVariableTable.java
MatchBindingScopeTest.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
MatchBindingScopeTest.out
MatchExceptionTest.java 8297118: Change IncompatibleClassChangeError to MatchException for exhaustive switch statements and switch expressions 2022-12-01 10:51:57 +00:00
NestedDeconstructionPattern.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
NestedPatternVariablesBytecode.java 8282274: Compiler implementation for Pattern Matching for switch (Third Preview) 2022-05-16 07:49:26 +00:00
NestedPrimitiveDeconstructionPattern.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
NewCaseStructureTest.java 8294942: Compiler implementation for Record Patterns (Second Preview) 2022-12-01 08:02:40 +00:00
NoModifiersOnBinding.java
NoModifiersOnBinding.out
NoSubtypeCheck.java
NoSubtypeCheck.out
NoUnnecessaryCast.java
NullsInDeconstructionPatterns2.java 8302202: Incorrect desugaring of null-allowed nested patterns 2023-02-17 12:55:47 +00:00
NullsInDeconstructionPatterns.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
NullsInDeconstructionPatterns.out 8262889: Compiler implementation for Record Patterns 2022-05-25 11:56:24 +00:00
NullsInPatterns.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
NullsInPatterns.out
NullSwitch.java 8294942: Compiler implementation for Record Patterns (Second Preview) 2022-12-01 08:02:40 +00:00
Parenthesized.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
ParenthesizedCombo.java 8269674: Improve testing of parenthesized patterns 2022-07-11 11:13:55 +00:00
PatternCaseErrorRecovery.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
PatternCaseErrorRecovery.out 8268859: jshell throws exception while parsing illegal "case true" 2021-07-07 07:26:41 +00:00
PatternDesugaring.java 8300195: Fall-through issue occurs when using record pattern in switch statements 2023-01-18 10:43:53 +00:00
PatternErrorRecovery-no-preview.out 8268859: jshell throws exception while parsing illegal "case true" 2021-07-07 07:26:41 +00:00
PatternErrorRecovery.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
PatternErrorRecovery.out 8268859: jshell throws exception while parsing illegal "case true" 2021-07-07 07:26:41 +00:00
PatternMatchPosTest.java 8273157: Add convenience methods to Messager 2021-09-01 20:28:05 +00:00
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 8294942: Compiler implementation for Record Patterns (Second Preview) 2022-12-01 08:02:40 +00:00
ProxyMethodLookup.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
RawTypeBindingWarning.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
RawTypeBindingWarning.out 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +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 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
SimpleAndGuardPattern.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
SimpleDeconstructionPattern.java 8294942: Compiler implementation for Record Patterns (Second Preview) 2022-12-01 08:02:40 +00:00
SimpleDeconstructionPatternNoPreview.out 8294942: Compiler implementation for Record Patterns (Second Preview) 2022-12-01 08:02:40 +00:00
SourceLevelChecks.java 8268859: jshell throws exception while parsing illegal "case true" 2021-07-07 07:26:41 +00:00
StablePatternDesugaring.java
SwitchErrors.java 8294942: Compiler implementation for Record Patterns (Second Preview) 2022-12-01 08:02:40 +00:00
SwitchErrors.out 8294942: Compiler implementation for Record Patterns (Second Preview) 2022-12-01 08:02:40 +00:00
Switches.java 8291769: Translation of switch with record patterns could be improved 2022-12-05 12:04:23 +00:00
T8291657.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
TranslationTest.java 8291769: Translation of switch with record patterns could be improved 2022-12-05 12:04:23 +00:00
TypedDeconstructionPatternExc.java 8291769: Translation of switch with record patterns could be improved 2022-12-05 12:04:23 +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
VarErrors.java 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00
VarErrors.out 8296968: Update langtools tests to use @enablePreview 2022-11-17 00:49:53 +00:00