8296786: Limit VM modes for com/sun/jdi/JdbLastErrorTest.java

Reviewed-by: cjplummer, dcubed
This commit is contained in:
Kevin Walls 2022-11-15 07:23:40 +00:00
parent 873eccde01
commit 8a9eabbec6
2 changed files with 1 additions and 3 deletions

View File

@ -30,6 +30,4 @@
java/lang/invoke/MethodHandles/CatchExceptionTest.java 8146623 generic-all
java/lang/ref/ReferenceEnqueue.java 8284236 generic-all
com/sun/jdi/JdbLastErrorTest.java 8293829 windows-x64
java/lang/Float/Binary16Conversion.java 8295351 generic-x64

View File

@ -25,7 +25,7 @@
* @test
* @bug 8292302
* @summary Test persistence of native last error value under jdb (Windows)
* @requires (os.family == "windows")
* @requires (os.family == "windows") & (vm.compMode != "Xcomp") & (vm.compMode != "Xint")
* @library /test/lib
* @run compile --release 20 --enable-preview JdbLastErrorTest.java
* @run main/othervm --enable-preview JdbLastErrorTest