-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permanent excludes: Non applicable tests for openj9 #1297
Comments
* Un-excluded java/lang/String/UnicodeCasingTest.java from problem list * Updated issue links Unicode casing test deleted as [#4688](eclipse-openj9/openj9#4688) fixes the issue * Updated weblinks * Updated issue links * Issue links updated * Updated problem list weblinks * Updated issue links * Ricochet.java passes java/lang/invoke/RicochetTest.java is now passing on nightly build's`11.0.5+6-201909111831` and upwards ``` openjdk version "11.0.5" 2019-10-15 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.5+6-201909111831) Eclipse OpenJ9 VM AdoptOpenJDK (build master-d65742671, JRE 11 Linux amd64-64-Bit Compressed References 20190911_331 (JIT enabled, AOT enabled) OpenJ9 - d65742671 OMR - 7e9584ea JCL - 8057a0754d based on jdk-11.0.5+6) ``` * CustomizedLambdaForm has been fixed as per issue eclipse-openj9/openj9#7080 * perm excludes point to #1297
* Un-excluded java/lang/String/UnicodeCasingTest.java from problem list * Updated issue links Unicode casing test deleted as [#4688](eclipse-openj9/openj9#4688) fixes the issue * Ricochet.java passes java/lang/invoke/RicochetTest.java is now passing on nightly build's`11.0.5+6-201909111831` and upwards ``` * CustomizedLambdaForm has been fixed as per issue eclipse-openj9/openj9#7080 * perm excludes point to #1297 * Perm exclude SpecialInterfaceCall * JDK11 Prob list links * AutomaticModulesTest is now passing * Reinclude currently failing tests * Reincluded failing tests, PR#1359 already does this
Can i suggest a change to this to help with readability; using the format: As it is quite hard to see which tests are in this list |
Done 👍 |
I noticed that the links to the files were all pointing to JDK11 files and not their own implementations. This has been fixed |
java/lang/Class/GetModuleTest.java on jdk11 and 13: eclipse-openj9/openj9#3040 |
java/util/concurrent/atomic/VMSupportsCS8.java on jdk8 and 11: #1347 |
java/lang/ClassLoader/LibraryPathProperty.java on jdk11+ eclipse-openj9/openj9#8440 |
java/util/logging/TestLoggerWeakRefLeak.java (all versions) #1352 |
Permanently excluding, java/util/WeakHashMap/GCDuringIteration.java (for jdk11+, eclipse-openj9/openj9#10256) via #2083 |
java/lang/StringBuilder/HugeCapacity.java (for jdk16, eclipse-openj9/openj9#10582) via #2141 |
Adding for jdk8 only:
Highlighted originally by issue: eclipse-openj9/openj9#11614 |
Excluding java/lang/management/MemoryMXBean/ResetPeakMemoryUsage on openj9 as this test is specific to hotspot. |
Excluding below tests as per #2422 |
Refer to #1297 to permanently exclude. Related: eclipse-openj9/openj9#16792 Related: #1297 Signed-off-by: Babneet Singh <[email protected]>
Refer to adoptium#1297 to permanently exclude. Related: eclipse-openj9/openj9#16792 Related: adoptium#1297 Signed-off-by: Babneet Singh <[email protected]>
Refer to adoptium#1297 to permanently exclude. Related: eclipse-openj9/openj9#16792 Related: adoptium#1297 Signed-off-by: Babneet Singh <[email protected]>
* Set up jdk for jck interactive (#4239) * Set up jdk for jck interactive Signed-off-by: Sophia Guo <[email protected]> * Add parameter SETUP_JCK_RUN explicitely Signed-off-by: Sophia Guo <[email protected]> --------- Signed-off-by: Sophia Guo <[email protected]> * [Jtreg/FFI] Disable FFI related test suite in JDK20 (#4318) The change is to exclude the FFI related test cases in AttachTest.java captured at eclipse-openj9/openj9#16656 given the FFI related code in JDK20 has been disabled for the moment and will be enabled once the code has been updated against the latest APIs. Signed-off-by: ChengJin01 <[email protected]> * Fix if condition for tck interactive setup (#4320) Signed-off-by: Mesbah Alam <[email protected]> * [Jtreg/FFI] update the issue no for FFI test suites in JDK20 (#4324) The change updates the issue no by replacing #16656 with #16565 as #16656 will be closed as duplicate of #16565, in which case #16565 serves as the only issue that keeps track of the excluded FFI test suites in JDK20. Signed-off-by: ChengJin01 <[email protected]> * Add OpenJ9 timeout handler to security and rmi extended tests (#4333) Signed-off-by: Peter Shipton <[email protected]> * Disable GetStackTraceSuspendedStressTest (#4360) Related: eclipse-openj9/openj9#16751 Signed-off-by: Babneet Singh <[email protected]> * Update JDK20 exclude list (#4371) Re-enable Thread related tests fixed in JDK19 Signed-off-by: Jack Lu <[email protected]> * Disable ContinuationTest (#4380) ContinuationTest is being disabled for OpenJ9 since it is specific to the reference implementation and it does not apply to OpenJ9. Signed-off-by: Babneet Singh <[email protected]> * Permanently disable ContinuationTest (#4382) Refer to #1297 to permanently exclude. Related: eclipse-openj9/openj9#16792 Related: #1297 Signed-off-by: Babneet Singh <[email protected]> * Exclude jdk/internal/platform/docker/TestDockerCpuMetrics.java (#4387) Signed-off-by: Jason Feng <[email protected]> * AUTO: auto exclude test jdk_svc_sanity plat=ppc64_aix impl=hotspot (#4389) - related: #4218 (comment) Signed-off-by: GitHub <[email protected]> Co-authored-by: smlambert <[email protected]> --------- Signed-off-by: Sophia Guo <[email protected]> Signed-off-by: ChengJin01 <[email protected]> Signed-off-by: Mesbah Alam <[email protected]> Signed-off-by: Peter Shipton <[email protected]> Signed-off-by: Babneet Singh <[email protected]> Signed-off-by: Jack Lu <[email protected]> Signed-off-by: Jason Feng <[email protected]> Signed-off-by: GitHub <[email protected]> Co-authored-by: Cheng Jin <[email protected]> Co-authored-by: Mesbah Alam <[email protected]> Co-authored-by: Peter Shipton <[email protected]> Co-authored-by: Babneet Singh <[email protected]> Co-authored-by: Jack Lu <[email protected]> Co-authored-by: Jason Feng <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: smlambert <[email protected]>
Excluding below test as per runtimes/backlog/issues/795 |
Excluding below test on OpenJ9 for JDK20 as per #4489 given |
Excluding below test as per #4535 |
- NotSuspended/GetStackTraceNotSuspendedStressTest has been fixed. - SuspendThread/suspendthrd03 has been removed in JDK20. - Now, VThreadTest fails because of eclipse-openj9/openj9#15920. - eclipse-openj9/openj9#16185 and eclipse-openj9/openj9#16279 are permanently excluded. Changed their reason to adoptium#1297 to support the test tool, which automatically enables tests after the related issues are closed. Related: - eclipse-openj9/openj9#16688 - eclipse-openj9/openj9#16242 - eclipse-openj9/openj9#17307 Depends on eclipse-openj9/openj9#17318 Signed-off-by: Babneet Singh <[email protected]>
- NotSuspended/GetStackTraceNotSuspendedStressTest has been fixed. - SuspendThread/suspendthrd03 has been removed in JDK20. - Now, VThreadTest fails because of eclipse-openj9/openj9#15920. - eclipse-openj9/openj9#16185 and eclipse-openj9/openj9#16279 are permanently excluded. Changed their reason to #1297 to support the test tool, which automatically enables tests after the related issues are closed. Related: - eclipse-openj9/openj9#16688 - eclipse-openj9/openj9#16242 - eclipse-openj9/openj9#17307 Depends on eclipse-openj9/openj9#17318 Signed-off-by: Babneet Singh <[email protected]> Co-authored-by: Martijn Verburg <[email protected]> Co-authored-by: Lan Xia <[email protected]>
Excluding below tests on z/OS for JDK17 |
Excluding below tests on z/OS for both JDK11 and JDK17 |
Excluding below tests on JDK17 z/OS |
Excluding below tests on JDK17 z/OS |
MethodExitTest is being permanently disabled. See eclipse-openj9/openj9#17490 for more details on why MethodExitTest is being permanently disabled. But it didn't correctly point to adoptium#1297. It pointed to an OpenJ9 issue. This PR also corrects the link to adoptium#1297 for MovingCompWindow and ToggleNotifyJvmtiTest. Signed-off-by: Babneet Singh <[email protected]>
MethodExitTest is being permanently disabled. See eclipse-openj9/openj9#17490 for more details on why MethodExitTest is being permanently disabled. MovingCompWindow and ToggleNotifyJvmtiTest were permanently disabled in issue. This PR also corrects the link to adoptium#1297 for MovingCompWindow and ToggleNotifyJvmtiTest. Signed-off-by: Babneet Singh <[email protected]>
MethodExitTest is being permanently disabled. See eclipse-openj9/openj9#17490 for more details on why MethodExitTest is being permanently disabled. MovingCompWindow and ToggleNotifyJvmtiTest were permanently disabled in adoptium#4737. But it didn't correctly point to adoptium#1297. It pointed to an OpenJ9 issue. This PR also corrects the link to adoptium#1297 for MovingCompWindow and ToggleNotifyJvmtiTest. Signed-off-by: Babneet Singh <[email protected]>
MethodExitTest is being permanently disabled. See eclipse-openj9/openj9#17490 for more details on why MethodExitTest is being permanently disabled. MovingCompWindow and ToggleNotifyJvmtiTest were permanently disabled in adoptium#4737. But it didn't correctly point to adoptium#1297. It pointed to an OpenJ9 issue. This PR also corrects the link to adoptium#1297 for MovingCompWindow and ToggleNotifyJvmtiTest. Signed-off-by: Babneet Singh <[email protected]>
MethodExitTest is being permanently disabled. See eclipse-openj9/openj9#17490 for more details on why MethodExitTest is being permanently disabled. MovingCompWindow and ToggleNotifyJvmtiTest were permanently disabled in #4737. But it didn't correctly point to #1297. It pointed to an OpenJ9 issue. This PR also corrects the link to #1297 for MovingCompWindow and ToggleNotifyJvmtiTest. Signed-off-by: Babneet Singh <[email protected]>
exclude javax/management/security/HashedPasswordFileTest.java as per eclipse-openj9/openj9#20587 (comment) |
These openjdk tests have been permanently excluded since they are currently unsuitable for OpenJ9 as they refer to Hotspot specific internals or implementations (please add to this list using the same format shown below).
Format:
JDK8
java/lang/invoke/VarargsArrayTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk8/blob/03cb3a3cb42f9b8992a9e4f5821a557f3ca9eaa4/jdk/test/java/lang/invoke/VarargsArrayTest.java#L1 as per JTReg Failure: java/lang/invoke/VarargsArrayTest.java eclipse-openj9/openj9#7183
java/lang/ref/OOMEInReferenceHandler.java
https://github.com/ibmruntimes/openj9-openjdk-jdk8/blob/03cb3a3cb42f9b8992a9e4f5821a557f3ca9eaa4/jdk/test/java/lang/ref/OOMEInReferenceHandler.java#L1 as per Failing JTReg: test/jdk/java/lang/ref/NullQueue.java eclipse-openj9/openj9#7251
java/lang/ref/NullQueue.java
https://github.com/ibmruntimes/openj9-openjdk-jdk8/blob/03cb3a3cb42f9b8992a9e4f5821a557f3ca9eaa4/jdk/test/java/lang/ref/NullQueue.java#L1 as per Failing JTReg: test/jdk/java/lang/ref/NullQueue.java eclipse-openj9/openj9#7251
java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk8/blob/03cb3a3cb42f9b8992a9e4f5821a557f3ca9eaa4/jdk/test/java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java#L1 as per JTReg Test Failure: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java eclipse-openj9/openj9#6963
java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk8/blob/03cb3a3cb42f9b8992a9e4f5821a557f3ca9eaa4/jdk/test/java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java#L1 as per JTReg Test Failure: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java eclipse-openj9/openj9#6963
java/lang/annotation/AnnotationsInheritanceOrderRedefinitionTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk8/blob/03cb3a3cb42f9b8992a9e4f5821a557f3ca9eaa4/jdk/test/java/lang/annotation/AnnotationsInheritanceOrderRedefinitionTest.java#L1 as per JTReg Test Failure: java/lang/annotation/AnnotationsInheritanceOrderRedefinitionTest.java eclipse-openj9/openj9#6700
java/lang/invoke/ArrayConstructorTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk8/blob/03cb3a3cb42f9b8992a9e4f5821a557f3ca9eaa4/jdk/test/java/lang/invoke/ArrayConstructorTest.java#L1 as per JTReg Test Failure: java/lang/invoke/ArrayConstructorTest.java #1288
java/lang/invoke/LambdaFormTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk8/blob/03cb3a3cb42f9b8992a9e4f5821a557f3ca9eaa4/jdk/test/java/lang/invoke/LambdaFormTest.java#L1 as per JTReg Test Failure: java/lang/invoke/LambdaFormTest.java eclipse-openj9/openj9#7055
java/lang/ref/FinalizerHistogramTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk8/blob/03cb3a3cb42f9b8992a9e4f5821a557f3ca9eaa4/jdk/test/java/lang/ref/FinalizerHistogramTest.java#L1 as per JTReg Failure: java/lang/ref/FinalizerHistogramTest.java eclipse-openj9/openj9#7226
java/lang/invoke/ExplicitCastArgumentsTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk8/blob/b2a1abf9261a42a96ca250812fe1004e40440855/jdk/test/java/lang/invoke/ExplicitCastArgumentsTest.java#L1 as per JTReg Test Failure: java/lang/invoke/ExplicitCastArgumentsTest.java eclipse-openj9/openj9#6856
JDK11
java/lang/StackWalker/LocalsAndOperands.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/965d0c0df359f3da224b865701bbcc044b7104c2/test/jdk/java/lang/StackWalker/LocalsAndOperands.java#L1 as per JTReg Failure: java/lang/StackWalker/LocalsAndOperands.java eclipse-openj9/openj9#6704
java/lang/StackWalker/ReflectionFrames.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/965d0c0df359f3da224b865701bbcc044b7104c2/test/jdk/java/lang/StackWalker/ReflectionFrames.java#L1 as per JTReg Failure: java/lang/StackWalker/ReflectionFrames.java eclipse-openj9/openj9#6724
java/lang/invoke/ClassSpecializerTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/965d0c0df359f3da224b865701bbcc044b7104c2/test/jdk/java/lang/invoke/ClassSpecializerTest.java#L1 as per JTReg Test Failure: java/lang/invoke/ClassSpecializerTest.java eclipse-openj9/openj9#6779
java/lang/Enum/ConstantDirectoryOptimalCapacity.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/b44d19c4cbca42541aef5132f21870c1b924a68c/test/jdk/java/lang/Enum/ConstantDirectoryOptimalCapacity.java#L1 as per JTReg Test Failure: java/lang/Enum/ConstantDirectoryOptimalCapacity.java eclipse-openj9/openj9#6660
java/lang/invoke/VarHandle/AccessMode/OptimalMapSize.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/8bf2a8166185765e9c6ddbffb66d1adbee67fd16/test/jdk/java/lang/invoke/VarHandle/AccessMode/OptimalMapSize.java#L1 as per JTReg Test Failure: java/lang/Enum/ConstantDirectoryOptimalCapacity.java eclipse-openj9/openj9#6660
java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/259a016054953a431bbcb198848372c7830116ad/test/jdk/java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java#L1 as per JTReg Test Failure: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java eclipse-openj9/openj9#6963
java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/3c31c8cb4eb3eaed4de1a1438fa4f83e550fa51e/test/jdk/java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java#L1 as per JTReg Test Failure: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java eclipse-openj9/openj9#6963
java/lang/annotation/AnnotationsInheritanceOrderRedefinitionTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/openj9/test/jdk/java/lang/annotation/AnnotationsInheritanceOrderRedefinitionTest.java as per JTReg Test Failure: java/lang/annotation/AnnotationsInheritanceOrderRedefinitionTest.java eclipse-openj9/openj9#6700
java/lang/invoke/ArrayConstructorTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/965d0c0df359f3da224b865701bbcc044b7104c2/test/jdk/java/lang/invoke/ArrayConstructorTest.java#L1 as per JTReg Test Failure: java/lang/invoke/ArrayConstructorTest.java #1288
java/lang/invoke/LambdaFormTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/3c31c8cb4eb3eaed4de1a1438fa4f83e550fa51e/test/jdk/java/lang/invoke/LambdaFormTest.java#L1 as per JTReg Test Failure: java/lang/invoke/LambdaFormTest.java eclipse-openj9/openj9#7055
java/lang/invoke/PrivateInterfaceCall.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/6716544a3e1aab5520e36418b4378172e358fd2f/test/jdk/java/lang/invoke/PrivateInterfaceCall.java#L1 as per JTReg Test Failure: java/lang/invoke/PrivateInvokeTest.java eclipse-openj9/openj9#7071
java/lang/invoke/SpreadCollectTest.java
https://github.com/M-Davies/openj9-openjdk-jdk11/blob/3c31c8cb4eb3eaed4de1a1438fa4f83e550fa51e/test/jdk/java/lang/invoke/SpreadCollectTest.java#L1 as per JTReg Test Failure: java/lang/invoke/SpreadCollectTest.java eclipse-openj9/openj9#7123
java/lang/invoke/TryFinallyTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/4d41e016d25f4fd55a044c9e6556dba844f164a3/test/jdk/java/lang/invoke/TryFinallyTest.java#L1 as per Failing JTReg: java/lang/invoke/TryFinallyTest.java eclipse-openj9/openj9#7154
java/lang/invoke/SpecialInterfaceCall.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/4d41e016d25f4fd55a044c9e6556dba844f164a3/test/jdk/java/lang/invoke/SpecialInterfaceCall.java#L1 as per Failing JTReg: java/lang/invoke/TryFinallyTest.java eclipse-openj9/openj9#7154
java/lang/invoke/VarargsArrayTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/502ab02dbda2e8b021cffedc3f52e25246cdeec1/test/jdk/java/lang/invoke/VarargsArrayTest.java#L1 as per JTReg Failure: java/lang/invoke/VarargsArrayTest.java eclipse-openj9/openj9#7183
java/lang/ref/CleanerTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/502ab02dbda2e8b021cffedc3f52e25246cdeec1/test/jdk/java/lang/ref/CleanerTest.java#L1 as per issue JTReg Failure: java/lang/ref/CleanerTest.java eclipse-openj9/openj9#7205
java/lang/invoke/DefineClassTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/502ab02dbda2e8b021cffedc3f52e25246cdeec1/test/jdk/java/lang/invoke/DefineClassTest.java#L1 as per JTReg Test Failure: java/lang/invoke/DefineClassTest.java eclipse-openj9/openj9#6800
java/lang/ref/OOMEInReferenceHandler.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/502ab02dbda2e8b021cffedc3f52e25246cdeec1/test/jdk/java/lang/ref/OOMEInReferenceHandler.java#L1 as per Failing JTReg: test/jdk/java/lang/ref/NullQueue.java eclipse-openj9/openj9#7251
java/lang/ref/NullQueue.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/502ab02dbda2e8b021cffedc3f52e25246cdeec1/test/jdk/java/lang/ref/NullQueue.java#L1 as per Failing JTReg: test/jdk/java/lang/ref/NullQueue.java eclipse-openj9/openj9#7251
java/lang/ref/ReachabilityFenceTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/b44d19c4cbca42541aef5132f21870c1b924a68c/test/jdk/java/lang/ref/ReachabilityFenceTest.java#L1 as per Failing JTReg: test/jdk/java/lang/ref/NullQueue.java eclipse-openj9/openj9#7251
java/lang/reflect/AccessibleObject/ModuleSetAccessibleTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/b44d19c4cbca42541aef5132f21870c1b924a68c/test/jdk/java/lang/reflect/AccessibleObject/ModuleSetAccessibleTest.java#L1 as per JTReg Test Failure: java/lang/reflect/AccessibleObject/ModuleSetAccessibleTest.java eclipse-openj9/openj9#7412
java/lang/ref/FinalizerHistogramTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/502ab02dbda2e8b021cffedc3f52e25246cdeec1/test/jdk/java/lang/ref/FinalizerHistogramTest.java#L1 as per JTReg Failure: java/lang/ref/FinalizerHistogramTest.java eclipse-openj9/openj9#7226
java/lang/invoke/LoopCombinatorTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/3c31c8cb4eb3eaed4de1a1438fa4f83e550fa51e/test/jdk/java/lang/invoke/LoopCombinatorTest.java#L1 as per JTReg Test Failure: java/lang/invoke/LoopCombinatorTest.java eclipse-openj9/openj9#7009
java/lang/reflect/AccessibleObject/TrySetAccessibleTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/b44d19c4cbca42541aef5132f21870c1b924a68c/test/jdk/java/lang/reflect/AccessibleObject/TrySetAccessibleTest.java#L1 as per JTReg Test Failure: java/lang/reflect/AccessibleObject/ModuleSetAccessibleTest.java eclipse-openj9/openj9#7412
java/lang/reflect/Nestmates/TestReflectionAPI.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/cc4272e86c12e635710cca2a4c5833c37e398c7b/test/jdk/java/lang/reflect/Nestmates/TestReflectionAPI.java#L1 as per Internal Conversations (Test uses Hotspot specific error messages)
java/lang/invoke/ExplicitCastArgumentsTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/32a0264d0318487ca1a46c7406ea2724d347b5aa/test/jdk/java/lang/invoke/ExplicitCastArgumentsTest.java#L1 as per JTReg Test Failure: java/lang/invoke/ExplicitCastArgumentsTest.java eclipse-openj9/openj9#6856
java/lang/StackWalker/Basic.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/2c50aba301747fe52e52253e9193ea8c5029c0eb/test/jdk/java/lang/StackWalker/Basic.java#L1 as per JTReg Test Failure: java/lang/StackWalker/Basic.java eclipse-openj9/openj9#6698 (see test/jdk/java/lang/StackWalker/ReflectionFrames.java contribution eclipse-openj9/openj9#7124 (comment))
java/lang/reflect/Proxy/ProxyLayerTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/fa28912a4b2a5a239b4ce8b4ee94a5952d70fb3d/test/jdk/java/lang/reflect/Proxy/ProxyLayerTest.java#L1 as per Failing JTReg: java/lang/reflect/Proxy/ProxyLayerTest.java eclipse-openj9/openj9#7775
java/nio/Buffer/LimitDirectMemoryNegativeTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/d1ca0ebebed5e71a5737159c2259d562b8c8ed9b/test/jdk/java/nio/Buffer/LimitDirectMemoryNegativeTest.java#L1 as per issue Failing JTReg: java/nio/Buffer/LimitDirectMemoryNegativeTest.java eclipse-openj9/openj9#8065
JDK13
java/lang/invoke/VarargsArrayTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk13/blob/f960ab42e3d88b96046b2f4971a98b1d265dd814/test/jdk/java/lang/invoke/VarargsArrayTest.java#L1 as per JTReg Failure: java/lang/invoke/VarargsArrayTest.java eclipse-openj9/openj9#7183
java/lang/ref/ReachabilityFenceTest.java#L1
https://github.com/ibmruntimes/openj9-openjdk-jdk13/blob/f960ab42e3d88b96046b2f4971a98b1d265dd814/test/jdk/java/lang/ref/ReachabilityFenceTest.java#L1 as per Failing JTReg: test/jdk/java/lang/ref/NullQueue.java eclipse-openj9/openj9#7251
java/lang/reflect/AccessibleObject/ModuleSetAccessibleTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk13/blob/f960ab42e3d88b96046b2f4971a98b1d265dd814/test/jdk/java/lang/reflect/AccessibleObject/ModuleSetAccessibleTest.java#L1 as per JTReg Test Failure: java/lang/reflect/AccessibleObject/ModuleSetAccessibleTest.java eclipse-openj9/openj9#7412
java/lang/ref/FinalizerHistogramTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk13/blob/f960ab42e3d88b96046b2f4971a98b1d265dd814/test/jdk/java/lang/ref/FinalizerHistogramTest.java#L1 as per JTReg Failure: java/lang/ref/FinalizerHistogramTest.java eclipse-openj9/openj9#7226
java/lang/invoke/LoopCombinatorTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk13/blob/f960ab42e3d88b96046b2f4971a98b1d265dd814/test/jdk/java/lang/invoke/LoopCombinatorTest.java#L1 as per JTReg Test Failure: java/lang/invoke/LoopCombinatorTest.java eclipse-openj9/openj9#7009
java/lang/reflect/AccessibleObject/TrySetAccessibleTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk13/blob/f960ab42e3d88b96046b2f4971a98b1d265dd814/test/jdk/java/lang/reflect/AccessibleObject/TrySetAccessibleTest.java#L1 as per JTReg Test Failure: java/lang/reflect/AccessibleObject/ModuleSetAccessibleTest.java eclipse-openj9/openj9#7412
java/lang/reflect/Nestmates/TestReflectionAPI.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/cc4272e86c12e635710cca2a4c5833c37e398c7b/test/jdk/java/lang/reflect/Nestmates/TestReflectionAPI.java#L1 as per Internal Conversations (Test uses Hotspot specific error messages)
java/lang/StackWalker/ReflectionFrames.java
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/965d0c0df359f3da224b865701bbcc044b7104c2/test/jdk/java/lang/StackWalker/ReflectionFrames.java#L1 as per JTReg Failure: java/lang/StackWalker/ReflectionFrames.java eclipse-openj9/openj9#6724
java/lang/invoke/ExplicitCastArgumentsTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk13/blob/d90d6bee77de18a6a8f3dbd0452a37941b13ecf4/test/jdk/java/lang/invoke/ExplicitCastArgumentsTest.java#L1 as per JTReg Test Failure: java/lang/invoke/ExplicitCastArgumentsTest.java eclipse-openj9/openj9#6856
JDK14
java/lang/StackWalker/Basic.java
https://github.com/ibmruntimes/openj9-openjdk-jdk14/blob/4dfccdbccdeb7ac68a5a7631f8652e37043385f6/test/jdk/java/lang/StackWalker/Basic.java#L1 as per JTReg Test Failure: java/lang/StackWalker/Basic.java eclipse-openj9/openj9#6698 (see test/jdk/java/lang/StackWalker/ReflectionFrames.java contribution eclipse-openj9/openj9#7124 (comment))
java/lang/reflect/Proxy/ProxyLayerTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk14/blob/9c80b65998489ca6deb5fecd9dce5b9e2e6e2196/test/jdk/java/lang/reflect/Proxy/ProxyLayerTest.java#L1 as per Failing JTReg: java/lang/reflect/Proxy/ProxyLayerTest.java eclipse-openj9/openj9#7775
java/nio/Buffer/LimitDirectMemoryNegativeTest.java
https://github.com/ibmruntimes/openj9-openjdk-jdk14/blob/openj9/test/jdk/java/nio/Buffer/LimitDirectMemoryNegativeTest.java#L1 as per issue Failing JTReg: java/nio/Buffer/LimitDirectMemoryNegativeTest.java eclipse-openj9/openj9#8065
The text was updated successfully, but these errors were encountered: