Skip to content

Commit 5e8790b

Browse files
authored
Fix excludes for 32-bit platforms (#5476)
* 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]>
1 parent 4539cde commit 5e8790b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

openjdk/excludes/ProblemList_openjdk17.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ sun/net/www/http/KeepAliveCache/KeepAliveProperty.java https://bugs.openjdk.org/
143143
############################################################################
144144

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

149149
############################################################################
150150

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

419419
# jvm_compiler
420420

421-
compiler/arguments/CheckCICompilerCount.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86
421+
compiler/arguments/CheckCICompilerCount.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86,linux-arm
422422
compiler/c2/cr6340864/TestByteVect.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
423423
compiler/c2/cr6340864/TestDoubleVect.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
424424
compiler/c2/cr6340864/TestFloatVect.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86

openjdk/excludes/ProblemList_openjdk8.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ compiler/intrinsics/sha/TestSHA.java https://github.com/adoptium/aqa-tests/issue
2222

2323
# hotspot_jre
2424

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

0 commit comments

Comments
 (0)