The SpinPause gtest currently fails on Windows AArch64 because the SpinPause function returns 0. https://bugs.openjdk.org/browse/JDK-8343249 does not yet have a fix, so this test should be disabled until JDK-8343249 is fixed.
[----------] 1 test from SpinPause
[ RUN ] SpinPause.sanity_vm
s\test\hotspot\gtest\aarch64\test_spin_pause.cpp(30): error: Expected equality of these values:
SpinPause()
Which is: 0
1
[ FAILED ] SpinPause.sanity_vm (0 ms)
[----------] 1 test from SpinPause (0 ms total)
[----------] 1 test from SpinPause
[ RUN ] SpinPause.sanity_vm
s\test\hotspot\gtest\aarch64\test_spin_pause.cpp(30): error: Expected equality of these values:
SpinPause()
Which is: 0
1
[ FAILED ] SpinPause.sanity_vm (0 ms)
[----------] 1 test from SpinPause (0 ms total)
- links to
-
Review(master)
openjdk/jdk/29720