Skip to content

Commit

Permalink
Re-enable DelegateTest and disable IllegalArgumentsTest
Browse files Browse the repository at this point in the history
DelegateTest was fixed by eclipse-openj9/openj9#14177.

IllegalArgumentsTest is disabled due to eclipse-openj9/openj9#14084.

Signed-off-by: Babneet Singh <[email protected]>
  • Loading branch information
babsingh committed Jan 20, 2022
1 parent 208011d commit c9e0d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openjdk/excludes/ProblemList_openjdk18-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ java/lang/Class/GetModuleTest.java https://github.com/adoptium/aqa-tests/issues/
java/lang/Class/GetPackageBootLoaderChildLayer.java https://github.com/eclipse-openj9/openj9/issues/5274 generic-all
java/lang/Class/forName/NonJavaNames.sh https://github.com/eclipse-openj9/openj9/issues/5225 generic-all
java/lang/ClassLoader/Assert.java https://github.com/eclipse-openj9/openj9/issues/6668 macosx-x64
java/lang/ClassLoader/deadlock/DelegateTest.java https://github.com/eclipse-openj9/openj9/issues/14133 generic-all
java/lang/ClassLoader/EndorsedDirs.java https://github.com/eclipse-openj9/openj9/issues/3055 generic-all
java/lang/ClassLoader/ExtDirs.java https://github.com/eclipse-openj9/openj9/issues/3055 generic-all
java/lang/ClassLoader/LibraryPathProperty.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
Expand Down Expand Up @@ -139,6 +138,7 @@ java/lang/annotation/LoaderLeakTest.java https://github.com/eclipse-openj9/openj
java/lang/reflect/classInitialization/ExceptionInClassInitialization.java https://github.com/eclipse-openj9/openj9/issues/14080 generic-all
java/lang/reflect/MethodHandleAccessorsTest.java#id0 https://github.com/eclipse-openj9/openj9/issues/14084 generic-all
java/lang/reflect/MethodHandleAccessorsTest.java#id1 https://github.com/eclipse-openj9/openj9/issues/14084 generic-all
java/lang/reflect/IllegalArgumentsTest.java https://github.com/eclipse-openj9/openj9/issues/14084 generic-all
java/lang/System/AllowSecurityManager.java https://github.com/eclipse-openj9/openj9/issues/14092 generic-all
java/lang/System/SecurityManagerWarnings.java https://github.com/eclipse-openj9/openj9/issues/14094 generic-all

Expand Down

0 comments on commit c9e0d6e

Please sign in to comment.