Skip to content

Commit

Permalink
[JDK21/22] Update the exlcudes for StressStackOverflow (adoptium#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 <[email protected]>
  • Loading branch information
babsingh authored and llxia committed Nov 22, 2023
1 parent 10e3167 commit 048d539
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 048d539

Please sign in to comment.