Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions test/jdk/ProblemList-Xcomp.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion test/jdk/com/sun/jdi/JdbLastErrorTest.java
Original file line number Diff line number Diff line change
@@ -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