Skip to content

Commit

Permalink
Fix excludes for 32-bit platforms (#5476)
Browse files Browse the repository at this point in the history
* Exclusions for arm_linux

Signed-off-by: Shelley Lambert <[email protected]>

* Exclude TestUnrollLimitPreciseType

Signed-off-by: Shelley Lambert <[email protected]>

---------

Signed-off-by: Shelley Lambert <[email protected]>
  • Loading branch information
smlambert authored Aug 2, 2024
1 parent 4539cde commit 5e8790b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openjdk/excludes/ProblemList_openjdk17.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ sun/net/www/http/KeepAliveCache/KeepAliveProperty.java https://bugs.openjdk.org/
############################################################################

# jdk_io
#java/io/File/GetXSpace.java https://bugs.openjdk.org/browse/JDK-8251017 linux-arm, aix-all
java/io/File/GetXSpace.java https://bugs.openjdk.java.net/browse/JDK-8251466 windows-all, linux-arm, aix-all
#java/io/File/GetXSpace.java https://bugs.openjdk.org/browse/JDK-8251017 linux-arm,aix-all
java/io/File/GetXSpace.java https://bugs.openjdk.java.net/browse/JDK-8251466 windows-all,linux-arm,aix-all

############################################################################

Expand Down Expand Up @@ -418,7 +418,7 @@ jdk/incubator/vector/Byte128VectorLoadStoreTests.java https://github.com/adoptiu

# jvm_compiler

compiler/arguments/CheckCICompilerCount.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86
compiler/arguments/CheckCICompilerCount.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86,linux-arm
compiler/c2/cr6340864/TestByteVect.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
compiler/c2/cr6340864/TestDoubleVect.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
compiler/c2/cr6340864/TestFloatVect.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
Expand Down
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ compiler/intrinsics/sha/TestSHA.java https://github.com/adoptium/aqa-tests/issue

# hotspot_jre

compiler/loopopts/TestUnrollLimitPreciseType.java#test1 https://github.com/adoptium/aqa-tests/issues/5475 linux-arm,windows-x86
compiler/c2/Test8202414.java https://bugs.openjdk.java.net/browse/JDK-8251152 linux-arm
compiler/tiered/Level2RecompilationTest.java https://github.com/adoptium/aqa-tests/issues/2671 linux-ppc64le,aix-all,linux-arm,windows-x86
# compiler/6894807/IsInstanceTest.java https://github.com/adoptium/adoptium/issues/58 aix-all
Expand Down

0 comments on commit 5e8790b

Please sign in to comment.