Skip to content

Commit

Permalink
exclude failing compiler tests for jdk19 and 20 s390x linux (#4471)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel authored Mar 27, 2023
1 parent d2387d5 commit b357df7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openjdk/excludes/ProblemList_openjdk19.txt
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,9 @@ compiler/c2/cr6340864/TestShortVect.java https://github.com/adoptium/aqa-tests/i
compiler/c2/irTests/TestSkeletonPredicates.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
compiler/c2/irTests/TestStripMiningDropsSafepoint.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
compiler/c2/irTests/TestSuperwordFailsUnrolling.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86

compiler/codegen/aes/Test8292158.java https://github.com/adoptium/aqa-tests/issues/4470 linux-s390x
compiler/codegen/aes/TestAESMain.java https://github.com/adoptium/aqa-tests/issues/4470 linux-s390x
############################################################################

# jdk_jfr
Expand Down
3 changes: 3 additions & 0 deletions openjdk/excludes/ProblemList_openjdk20.txt
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,9 @@ compiler/c2/irTests/TestStripMiningDropsSafepoint.java https://github.com/adopti
compiler/c2/irTests/TestSuperwordFailsUnrolling.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
compiler/codecache/MHIntrinsicAllocFailureTest.java https://bugs.openjdk.org/browse/JDK-8298947 linux-arm
compiler/whitebox/ForceNMethodSweepTest.java https://bugs.openjdk.org/browse/JDK-8265181 linux-arm

compiler/codegen/aes/Test8292158.java https://github.com/adoptium/aqa-tests/issues/4470 linux-s390x
compiler/codegen/aes/TestAESMain.java https://github.com/adoptium/aqa-tests/issues/4470 linux-s390x
############################################################################

# jdk_jfr
Expand Down

0 comments on commit b357df7

Please sign in to comment.