jdk-24/test/langtools/tools/javac
Guoxiong Li a291f002cd 8288619: Unexpected parsing for @see
Reviewed-by: jjg
2023-05-25 03:25:50 +00:00
..
4241573 8302685: Some javac unit tests aren't reliably closing open files 2023-02-27 16:21:57 +00:00
4846262
4880220 8285935: Spurious lint warning for static method accessed through instance qualifier 2022-08-04 17:57:28 +00:00
4917091
4980495 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
5017953
5045412
6199662
6257443 8285756: clean up use of bad arguments for @clean in langtools tests 2022-04-27 22:22:28 +00:00
6302184
6304921
6330920
6330997
6341866
6342411
6360970
6390045
6394683
6400383
6400872 8302685: Some javac unit tests aren't reliably closing open files 2023-02-27 16:21:57 +00:00
6402516
6403424
6440583
6457284
6491592 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
6508981
6520152
6521805 8271623: Omit enclosing instance fields from inner classes that don't use it 2021-11-23 18:14:47 +00:00
6547131
6558548
6563143
6567415 8302685: Some javac unit tests aren't reliably closing open files 2023-02-27 16:21:57 +00:00
6589361
6627362
6668794
6717241
6734819
6758789
6835430
6840059
6857948 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
6863465
6889255
6902720
6917288
6948381
6979683
6996626
7003595
7023703
7024568
7079713
7085024
7086595
7102515
7118412
7129225 8273157: Add convenience methods to Messager 2021-09-01 20:28:05 +00:00
7132880
7142086
7144981
7153958
7166455
7167125
7182350
7199823
8000518
8002286
8005931
8009170
8052070
8062359 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
8074306 8173605: Remove support for source and target 1.7 option in javac 2022-09-01 16:43:50 +00:00
8133247
8138840
8161985 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
8167000
8169345
8194932
8203436 8211004: javac is complaining about non-denotable types and refusing to generate the class file 2022-01-06 05:58:17 +00:00
8230827 8026369: javac potentially ambiguous overload warning needs an improved scheme 2023-02-28 03:33:14 +00:00
8236697
8238735 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
8245153
8264258
8278078 8278078: Cannot reference super before supertype constructor has been called 2021-12-02 15:29:26 +00:00
abstract
AccessMethods
accessVirtualInner
analyzer 8173605: Remove support for source and target 1.7 option in javac 2022-09-01 16:43:50 +00:00
annotations 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
AnonymousClass 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
AnonymousProtect
api 8302344: Compiler Implementation for Unnamed patterns and variables (Preview) 2023-05-22 08:52:36 +00:00
assert
attr 8292625: jshell crash on "var a = a" 2022-11-29 13:57:56 +00:00
AvoidNPEAtClassReader
BadOptimization
binaryCompat
boxing
cantReferenceBeforeCtor 8270835: regression after JDK-8261006 2021-08-17 20:47:36 +00:00
capture 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
cast 8268885: duplicate checkcast when destination type is not first type of intersection type 2021-09-09 18:36:17 +00:00
ClassCycle
ClassFileModifiers 8271623: Omit enclosing instance fields from inner classes that don't use it 2021-11-23 18:14:47 +00:00
classfiles 8307814: In the case of two methods with Record Patterns, the second one contains a line number from the first method 2023-05-23 11:47:00 +00:00
ClassLiterals
ClassModifiers
ClassPathTest
classreader 8303623: Compiler should disallow non-standard UTF-8 string encodings 2023-03-28 16:14:37 +00:00
classwriter 8277634: Incorrect method name in invokedynamic 2021-12-10 09:01:58 +00:00
code 8280067: Incorrect code generated for unary - on char operand 2022-01-24 13:52:16 +00:00
completionDeps
conditional 8173605: Remove support for source and target 1.7 option in javac 2022-09-01 16:43:50 +00:00
ConstantValues
constDebug
crossPackageImpl
cycle
CyclicInheritance6
CyclicScoping
danglingDep
declaration/method
defaultMethods 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
DefiniteAssignment 8184444: The compiler error "variable not initialized in the default constructor" is not apt in case of static final variables 2023-03-23 16:06:47 +00:00
depDocComment 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
depOverrides
desugar
Diagnostics 8043251: Bogus javac error: required: no arguments, found: no arguments 2023-01-09 18:38:15 +00:00
diags 8305582: Compiler crash when compiling record patterns with var 2023-05-23 11:18:55 +00:00
doclint 8272374: doclint should report missing "body" comments 2021-08-16 20:48:25 +00:00
doctree 8288619: Unexpected parsing for @see 2023-05-25 03:25:50 +00:00
enum 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
expression
expswitch
ExtDirs
ExtendsAccess
failover
falseCycle
fatalErrors 8279244: test accompaning fix for JDK-8205187 is failing in Windows 2021-12-23 21:26:31 +00:00
file 8296656: java.lang.NoClassDefFoundError exception on running fully legitimate code 2023-03-27 21:33:01 +00:00
flags
FloatingPointChanges
flow 8184444: The compiler error "variable not initialized in the default constructor" is not apt in case of static final variables 2023-03-23 16:06:47 +00:00
foreach 8295020: javac emits incorrect code for for-each on an intersection type. 2022-10-17 07:40:19 +00:00
ForwardReference
generics 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
HiddenAbstractMethod
implicitCompile
implicitThis 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
importChecks 8290901: Reduce use of -source in langtools tests 2022-07-29 17:35:22 +00:00
importContext
ImportCycle
importOnDemand
ImportPackagePrivateInner
importscope
ImportUnnamed
incompatibleNoninherited
incompleteStatements
IncorrectInheritance
inference_context_min 8232933: Javac inferred type does not conform to equality constraint 2022-11-03 12:08:23 +00:00
inheritAccess
inheritedAccess
InnerClassesAttribute
innerClassFile
javazip
jvm 8285756: clean up use of bad arguments for @clean in langtools tests 2022-04-27 22:22:28 +00:00
lambda 8302344: Compiler Implementation for Unnamed patterns and variables (Preview) 2023-05-22 08:52:36 +00:00
lambdaShapes 8302685: Some javac unit tests aren't reliably closing open files 2023-02-27 16:21:57 +00:00
launcher 8290561: Coalesce incubator-module warnings for single-file source-code programs 2022-09-06 09:27:48 +00:00
lexer
lib 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
limits 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
linenumbers
links
lint 8244681: Add a warning for possibly lossy conversion in compound assignments 2022-09-15 10:10:23 +00:00
literals
lvti 8293578: Duplicate ldc generated by javac 2022-09-16 11:37:45 +00:00
main 8304036: Use CommandLine class from shared module 2023-04-25 04:16:58 +00:00
mandatoryWarnings
meth
MethodParameters 8295470: Update openjdk.java.net => openjdk.org URLs in test code 2022-10-20 10:33:18 +00:00
miranda
missingClass
MissingInclude
missingSuperRecovery 8284283: javac crashes when several transitive supertypes are missing 2022-05-12 13:40:21 +00:00
mixedTarget
modules 8302514: Misleading error generated when empty class file encountered 2023-02-16 14:48:39 +00:00
multicatch
NameClash
nativeHeaders 7016187: javac -h could generate conflict .h for inner class and class name with '_' 2023-03-18 17:32:00 +00:00
nested 8291154: Create a non static nested class without enclosing class throws VerifyError 2023-03-24 14:13:21 +00:00
nestmates
newlines
NonAmbiguousField
optimizeOuterThis 8277965: Enclosing instance optimization affects serialization 2021-12-02 19:17:09 +00:00
options 8296420: javac has long lines in its command-line help 2023-04-13 15:08:55 +00:00
overload 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
OverrideChecks 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
overrridecrash
p1
PackageClassAmbiguity
PackageClassClash
packone
parser 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
Paths 8302685: Some javac unit tests aren't reliably closing open files 2023-02-27 16:21:57 +00:00
patterns 8302344: Compiler Implementation for Unnamed patterns and variables (Preview) 2023-05-22 08:52:36 +00:00
perf
platform 8173605: Remove support for source and target 1.7 option in javac 2022-09-01 16:43:50 +00:00
plugin
policy
positions 8184444: The compiler error "variable not initialized in the default constructor" is not apt in case of static final variables 2023-03-23 16:06:47 +00:00
preview 8302685: Some javac unit tests aren't reliably closing open files 2023-02-27 16:21:57 +00:00
processing 8302344: Compiler Implementation for Unnamed patterns and variables (Preview) 2023-05-22 08:52:36 +00:00
profiles 8173605: Remove support for source and target 1.7 option in javac 2022-09-01 16:43:50 +00:00
protectedAccess
protectedInner
ProtectedInnerClass
QualifiedAccess
quid
rawDiags
records 8221580: Confusing diagnostic for assigning a static final field in a constructor 2023-02-06 18:22:22 +00:00
recovery 8301580: Error recovery does not clear returnResult 2023-02-06 12:25:06 +00:00
redefineObject
RequiredParameterFlags 8292275: javac does not emit SYNTHETIC and MANDATED flags for parameters by default 2023-04-30 07:34:09 +00:00
resolve 8272564: Incorrect attribution of method invocations of Object methods on interfaces 2021-10-05 10:17:24 +00:00
scope 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
sealed 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
serial
sourcePath
sourcePath2
stackmap
static_error
staticImport 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
staticQualifiedNew
StringConcat 8173605: Remove support for source and target 1.7 option in javac 2022-09-01 16:43:50 +00:00
StringsInSwitch
switchexpr 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
switchextra 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
switchnull 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
sym 4511638: Double.toString(double) sometimes produces incorrect results 2022-06-01 21:53:54 +00:00
synthesize
T4093617
T4848619
T4965689
T4994049
T5003235 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
T5024091
T5053846
T6180021
T6181889
T6231246
T6232928
T6326693
T6356217
T6356530
T6435291
T6458823 8273157: Add convenience methods to Messager 2021-09-01 20:28:05 +00:00
T6695379
T6956462
T6970173
T7008643
T7040592
T7053059
T7142672
T7165659
T7179353
T8000316
T8003967 8302685: Some javac unit tests aren't reliably closing open files 2023-02-27 16:21:57 +00:00
T8010659
T8010737
T8011181 7176515: ExceptionInInitializerError for an enum with multiple switch statements 2023-03-23 21:17:47 +00:00
T8013394
T8016099
T8019486
T8020997
T8022053
T8022162
T8022186 8271254: javac generates unreachable code when using empty semicolon statement 2021-09-14 14:46:21 +00:00
T8022316
T8023112
T8023545
T8024039
T8024207
T8024398
T8024437
T8026963
T8028504
T8029002
T8029102
T8029179
T8029569
T8030816
T8037947
T8038975
T8047338
T8048543
T8050386
T8058244
T8059921
T8068460
T8071847 8302685: Some javac unit tests aren't reliably closing open files 2023-02-27 16:21:57 +00:00
T8132562 8283606: Tests may fail with zh locale on MacOS 2022-05-05 00:06:24 +00:00
T8148354
T8151191
T8159970
T8160156
T8161277
T8161383
T8170667 8273157: Add convenience methods to Messager 2021-09-01 20:28:05 +00:00
T8171325
T8171332
T8171528
T8173955
T8175198
T8175235
T8175790
T8175794
T8176714
T8177068
T8180141
T8180660
T8181464
T8182047
T8182649
T8182747
T8185451
T8185983
T8187487
T8187805
T8187978
T8194998
T8196048
T8199744
T8201281
T8202597
T8203277
T8203338
T8203486
T8203813
T8203892
T8207320
T8209173
T8210197
T8210435
T8211450
T8215470
T8215482
T8222035
T8222251
T8222795
T8222949
T8223942
T8231622
T8254557
T8255968
T8257037
T8257740
T8268592 8268592: JDK-8262891 causes an NPE in Lint.augment 2021-07-01 00:16:23 +00:00
template 8285932: Implementation of JEP 430 String Templates (Preview) 2023-05-10 11:34:01 +00:00
toolbox
tree 8302344: Compiler Implementation for Unnamed patterns and variables (Preview) 2023-05-22 08:52:36 +00:00
treeannotests 8273157: Add convenience methods to Messager 2021-09-01 20:28:05 +00:00
TryWithResources 8302344: Compiler Implementation for Unnamed patterns and variables (Preview) 2023-05-22 08:52:36 +00:00
typeDeclarationInsideExpression 8295019: Cannot call a method with a parameter of a local class declared in a lambda 2023-02-07 16:23:52 +00:00
types
typeVariableCast
unicode 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
UnicodeBackslash 8269150: UnicodeReader not translating \u005c\\u005d to \\] 2021-07-26 18:04:28 +00:00
unit
util 8303882: Refactor some iterators in jdk.compiler 2023-03-14 18:36:46 +00:00
var_implicit_lambda
varargs 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
versions 8296149: Start of release updates for JDK 21 2022-12-08 16:04:00 +00:00
warnings 8015831: Add lint check for calling overridable methods from a constructor 2023-03-17 22:05:50 +00:00
AbstractOverride.java
AddReferenceThis.java
Ambig3.java
Ambig3.out
AnonClsInIntf.java
AnonInnerException_1.java
AnonInnerException_2.java
AnonInnerException_3.java
AnonStaticMember_1.java 8290901: Reduce use of -source in langtools tests 2022-07-29 17:35:22 +00:00
AnonStaticMember_1.out 8290901: Reduce use of -source in langtools tests 2022-07-29 17:35:22 +00:00
AnonStaticMember_2.java 8290901: Reduce use of -source in langtools tests 2022-07-29 17:35:22 +00:00
AnonStaticMember_2.out 8290901: Reduce use of -source in langtools tests 2022-07-29 17:35:22 +00:00
AnonStaticMember_3.java
AnonymousConstructorExceptions.java
AnonymousNull.java
AnonymousSubclassTest.java
AnonymousType.java
ArrayCast.java
BadAnnotation.java
BadAnnotation.out
BadBreak.java
BadCovar.java
BadCovar.out
BadHexConstant.java
BadHexConstant.out
BoolArray.java
BoundClassError.java
BoundClassError.out
BranchToFewerDefines.java
BreakAcrossClass.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
BreakAcrossClass.out
CaptureInSubtype.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
CaptureInSubtype.out
CascadedInnerNewInstance.java
CastInterface2Array.java
CheckNoClassCastException.java
ClassIsAbstract.java
ClassIsAbstract.out
ClassLit.java
ClassToTypeParm.java
ClassToTypeParm.out
CloneableProblem.java
Closure1.java
Closure2.java
Closure3.java
Closure4.java
Closure5.java
Closure6.java
CompoundBox.java
CompoundBox.out
ConditionalArgTypes_1.java
ConditionalArgTypes_2.java
ConditionalExpressionResolvePending.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
ConditionalInline.java
ConditionalWithVoid.java
ConditionalWithVoid.out
ConstBoolAppend.java
ConstCharAppend.java
ConstFoldTest.java
CyclicInheritance2.java
CyclicInheritance4.java
CyclicInheritance.java
CyclicInheritance.out
DeadInnerClass.java
DeclarationStatementInline.java
DeepStringConcat.java
DepParam.java
Digits.java
Digits.out
DivByZero.java
DuplicateClass2.java
DuplicateClass.java
DuplicateClass.out
DuplicateImport.java
EarlyAssert.java
EarlyAssertWrapper.java
EmptyArray.java
EmptyBreak.java
EmptyDocComments.java
EmptySwitch.java
EnclosingAccessCheck.java
Enum1.java
EOI.java
EOI.out
ExceptionalFinally2.java
ExceptionalFinally2.out
ExceptionalFinally.java
ExprQualifiedType.java
ExprQualifiedType.out
ExtendArray.java
ExtendArray.out
ExtendsScope.java
ExtendsScope.out
ExtraneousEquals.java
ExtraneousEquals.out
FaultySignature.java
FinalInitializer_2.java
FinalInitializer.java
FinalIntConcatenation.java
FinallyWarn.java
FinallyWarn.out
FinalThisReference.java
FlatnameClash2.java
FlatnameClash2.out
FlatnameClash.java
FoldConditional.java
GoodCovar.java
HexFloatLiterals.java
HexThree.java
ignored.jtx
IllDefinedOrderOfInit.java
IllegalAnnotation.java
IllegalAnnotation.out
IllegallyOptimizedException.java
ImplicitToString.java
InconsistentInheritedSignature.java
InconsistentInheritedSignature.out
InconsistentStack.java
Increment.java
InheritedPrivateImpl.java
InitializerCompletion_1.java
InitializerCompletion_2.java
InitializerCompletion_3.java
InitializerCompletion_4.java
InnerMemberRegression.java
InnerMethSig.java
InnerNamedConstant_1.java
InnerNamedConstant_2_A.out 8221580: Confusing diagnostic for assigning a static final field in a constructor 2023-02-06 18:22:22 +00:00
InnerNamedConstant_2_B.out 8221580: Confusing diagnostic for assigning a static final field in a constructor 2023-02-06 18:22:22 +00:00
InnerNamedConstant_2.java 8290901: Reduce use of -source in langtools tests 2022-07-29 17:35:22 +00:00
InnerTruth.java
InstanceInitException_1.java
InstanceInitException_2.java
InterfaceAssert.java
InterfaceFieldParsing_1.java
InterfaceInInner.java 8290901: Reduce use of -source in langtools tests 2022-07-29 17:35:22 +00:00
InterfaceInInner.out 8290901: Reduce use of -source in langtools tests 2022-07-29 17:35:22 +00:00
InterfaceMemberClassModifiers.java
InterfaceMemberClassModifiers.out
InterfaceObjectIncompatibility.java
InterfaceObjectIncompatibility.out
InterfaceObjectInheritance.java
InterfaceObjectInheritance.out
InterfaceOverrideCheck.java
InterfaceOverrideFinal.java
InterfaceOverrideFinal.out
InterfaceOverrideObject.java
InvalidIntfCast.java
JsrRet.java
LabeledDeclaration.java
LabeledDeclaration.out
LabelHiding_1.java
LocalClasses_1.java
LocalClasses_2.java
LocalClasses_2.out
LocalInterface.java 8290901: Reduce use of -source in langtools tests 2022-07-29 17:35:22 +00:00
LocalInterface.out 8290901: Reduce use of -source in langtools tests 2022-07-29 17:35:22 +00:00
LocalRecord.java
ManyMembers2.java
MemberTypeInheritance.java
MethodParametersTest.java
NameCollision2.java
NameCollision.java
NameCollision.out
NestedDuplicateLabels.java
NestedDuplicateLabels.out
NestedFinallyReturn.java
NestedInnerClassNames.java
NestedInnerClassNames.out
NewGeneric.java
NewGeneric.out
NonStaticFieldExpr1.java
NonStaticFieldExpr1.out
NonStaticFieldExpr2.java
NonStaticFieldExpr2.out
NonStaticFieldExpr3.java
NonStaticFieldExpr3.out
NonStaticFieldExpr4c.java
NonStaticFieldExpr4d.java
NonStaticFinalVar.java
NoStringToLower.java 8302685: Some javac unit tests aren't reliably closing open files 2023-02-27 16:21:57 +00:00
Null2DArray.java
NullQualifiedNew2.java
NullQualifiedNew.java
NullQualifiedSuper1.java
NullQualifiedSuper2.java
NullStaticQualifier.java
ObjectIncompatibleInterface.java
ObjectMethodRefFromInterface.java
OuterParameter_1.java
OverridePosition.java
OverridePosition.out
Parens1.java
Parens1.out
Parens2.java
Parens2.out
Parens3.java
Parens3.out
Parens4.java
Parens4.out
ParseConditional.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
ParseConditional.out
PrivateLocalConstructor.java
PrivateUplevelConstant.java
QualifiedConstant.java
QualifiedNew.java
QualifiedNew.out
QualifiedNewScope.java
QualifiedOuterThis2.java
QualifiedOuterThis.java
QualifiedThisAndSuper_1.java
QualifiedThisAndSuper_2.java
QualifiedThisAndSuper_3.java
QualifiedThisExactMatch.java
RawCrash.java
ReturnAfterIfThenElse.java
ShiftExpressionTest.java
StandaloneQualifiedSuper.java
StaticBlockScope.java
StdoutCloseTest.java
StoreClass.java
StoreClass.out 8221580: Confusing diagnostic for assigning a static final field in a constructor 2023-02-06 18:22:22 +00:00
StrictAbstract.java
StringAppendAccessMethodOnLHS.java
StringConversion2.java
StringConversion.java
SuperclassConstructorException.java
SuperField.java
SuperMeth.java
SuperMethodResolve.java
SuperNew2.java
SuperNew3.java
SuperNew4.java
SuperNew.java
SwitchExitStateTest.java
SwitchFence.java
SwitchScope.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
SwitchScope.out
SynchronizedClass.java
SynchronizedClass.out
SynthName1.java
SynthName2.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
SynthName2.out
T4881267-old.out
T4881267.java
T4881267.out
T4906100.java
T4906100.out
T5048776.java
T5048776a.out
T5048776b.out
T5092545.java
T5105890.java
T6214885.java
T6214885a.out
T6214885b.out
T6224167.java
T6224167.out
T6227617.java
T6227617.out
T6230128.java
T6230128.out
T6231847.java
T6231847.out
T6232928.java
T6234077.java
T6234077.out
T6238612.java
T6241723.java
T6241723.out
T6245591.java
T6245591.out
T6247324.java
T6247324.out
T6265400.java
T6266772.java
T6294589.java
T6304128.java
T6306967.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
T6306967.out
T6326754.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
T6326754.out
T6340549.java
T6351767.java
T6358024.java
T6358166.java
T6358168.java
T6361619.java
T6366196.java
T6370653.java
T6379327.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
T6379327.out
T6394563.empty.out
T6394563.java
T6394563.note.out
T6394563.warn.out
T6395974.java
T6397044.java
T6397286.java
T6403466.byfile.out
T6403466.java 8302685: Some javac unit tests aren't reliably closing open files 2023-02-27 16:21:57 +00:00
T6403466.out
T6404756.java
T6404756.out
T6405099.java
T6406771.java 8273157: Add convenience methods to Messager 2021-09-01 20:28:05 +00:00
T6407066.java
T6407257.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
T6407257.out
T6410706.java
T6411379.java
T6423583.java
T6458749.java
T6472751.java
T6534287.java
T6554097.java
T6554097.out
T6558476.java
T6567414.java
T6567414.out
T6587674.java
T6595666.java
T6625520.java
T6654037.java
T6663588.java
T6663588.out
T6665791.java
T6668802.java
T6725036.java
T6759996.java
T6794959.java
T6794959a.out
T6794959b.out
T6855236.java
T6873849.java
T6881645.java
T6882235.java
T6882235.out
T6900149.java
T6942649.java
T6956638.java
T6972327.java
T6977800.java
T6985181.java
T6993301.java
T6999210.java
T7040104.java
T7042623.java
T7042623.out
T7090499.java
T7090499.out
T7093325.java
T7120266.java
T7120463.java
T7120463.out
T7126754.java
T7159016.java 8302685: Some javac unit tests aren't reliably closing open files 2023-02-27 16:21:57 +00:00
T8004969.java
T8034044.java
T8036019.java 8036019: Insufficient alternatives listed in some errors produced by the parser 2022-01-24 15:09:17 +00:00
T8036019.out 8036019: Insufficient alternatives listed in some errors produced by the parser 2022-01-24 15:09:17 +00:00
T8152616.java 8302685: Some javac unit tests aren't reliably closing open files 2023-02-27 16:21:57 +00:00
T8198502.java
T8199910.java
T8271079.java 8271079: JavaFileObject#toUri and multi-release jars 2021-12-13 12:00:47 +00:00
T8286057.java 8286057: Make javac error on a generic enum friendlier 2022-05-24 10:31:11 +00:00
T8286057.out 8286057: Make javac error on a generic enum friendlier 2022-05-24 10:31:11 +00:00
T8286797.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
T8286797.out 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
T8295447.java 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
T8295447.out 8300543: Compiler Implementation for Pattern Matching for switch 2023-05-22 04:24:06 +00:00
T8301025.java 8301025: ClassCastException in switch with generic record 2023-02-06 12:24:21 +00:00
T8305582.java 8305582: Compiler crash when compiling record patterns with var 2023-05-23 11:18:55 +00:00
T8305582.out 8305582: Compiler crash when compiling record patterns with var 2023-05-23 11:18:55 +00:00
TestPkgInfo.java
TextBlockAPI.java
TextBlockIllegalEscape.java
TextBlockIllegalEscape.out
TextBlockLang.java
ThrowNull.java
ThrowsIntersection_1.java
ThrowsIntersection_2.java
ThrowsIntersection_3.java
ThrowsIntersection_4.java
TryInInstanceInit.java
TypeVarShadow.java
UncaughtOverflow.java
UncaughtOverflow.out
UnreachableLoopCond.java
UnreachableVar.java
UnterminatedLineComment.java
UplevelFromAnonInSuperCall.java
UseEnum.java 8163229: several regression tests have a main method that is never executed 2023-01-17 04:43:40 +00:00
UseEnum.out
VarDeclarationWithAssignment.java
Verify.java
VerifyDA.java
VersionOpt.java 8297695: Fix typos in test/langtools files 2022-11-30 00:42:40 +00:00
VoidArray.java
VoidArray.out