8296786: Limit VM modes for com/sun/jdi/JdbLastErrorTest.java
Reviewed-by: cjplummer, dcubed
This commit is contained in:
parent
873eccde01
commit
8a9eabbec6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user