Skip to content

Commit

Permalink
[JDK21/22] Update the exlcudes for StressStackOverflow (#4828)
Browse files Browse the repository at this point in the history
Now, the test has four sub-variants, which need to be individually
excluded.

Related: eclipse-openj9/openj9#18065
Related: eclipse-openj9/openj9#16965

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
  • Loading branch information
babsingh authored Oct 19, 2023
1 parent e5ac5fb commit 97aa18d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion openjdk/excludes/ProblemList_openjdk21-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java https://github.com/e
java/lang/reflect/Nestmates/TestReflectionAPI.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
java/lang/reflect/Proxy/ProxyLayerTest.java https://github.com/eclipse-openj9/openj9/issues/7775 generic-all
java/lang/reflect/PublicMethods/PublicMethodsTest.java https://github.com/eclipse-openj9/openj9/issues/7897 generic-all
java/lang/ScopedValue/StressStackOverflow.java https://github.com/eclipse-openj9/openj9/issues/16965 generic-all
java/lang/ScopedValue/StressStackOverflow.java#TieredStopAtLevel1 https://github.com/eclipse-openj9/openj9/issues/16965 generic-all
java/lang/ScopedValue/StressStackOverflow.java#default https://github.com/eclipse-openj9/openj9/issues/16965 generic-all
java/lang/ScopedValue/StressStackOverflow.java#no-TieredCompilation https://github.com/eclipse-openj9/openj9/issues/16965 generic-all
java/lang/ScopedValue/StressStackOverflow.java#no-vmcontinuations https://github.com/eclipse-openj9/openj9/issues/16965 generic-all
java/lang/StackTraceElement/PublicConstructor.java https://github.com/eclipse-openj9/openj9/issues/6659 generic-all
java/lang/StackTraceElement/SerialTest.java https://github.com/eclipse-openj9/openj9/issues/6659 generic-all
java/lang/StackWalker/Basic.java https://github.com/eclipse-openj9/openj9/issues/6698 generic-all
Expand Down
5 changes: 4 additions & 1 deletion openjdk/excludes/ProblemList_openjdk22-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java https://github.com/e
java/lang/reflect/Nestmates/TestReflectionAPI.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
java/lang/reflect/Proxy/ProxyLayerTest.java https://github.com/eclipse-openj9/openj9/issues/7775 generic-all
java/lang/reflect/PublicMethods/PublicMethodsTest.java https://github.com/eclipse-openj9/openj9/issues/7897 generic-all
java/lang/ScopedValue/StressStackOverflow.java https://github.com/eclipse-openj9/openj9/issues/16965 generic-all
java/lang/ScopedValue/StressStackOverflow.java#TieredStopAtLevel1 https://github.com/eclipse-openj9/openj9/issues/16965 generic-all
java/lang/ScopedValue/StressStackOverflow.java#default https://github.com/eclipse-openj9/openj9/issues/16965 generic-all
java/lang/ScopedValue/StressStackOverflow.java#no-TieredCompilation https://github.com/eclipse-openj9/openj9/issues/16965 generic-all
java/lang/ScopedValue/StressStackOverflow.java#no-vmcontinuations https://github.com/eclipse-openj9/openj9/issues/16965 generic-all
java/lang/StackTraceElement/PublicConstructor.java https://github.com/eclipse-openj9/openj9/issues/6659 generic-all
java/lang/StackTraceElement/SerialTest.java https://github.com/eclipse-openj9/openj9/issues/6659 generic-all
java/lang/StackWalker/Basic.java https://github.com/eclipse-openj9/openj9/issues/6698 generic-all
Expand Down

0 comments on commit 97aa18d

Please sign in to comment.