Skip to content

Commit

Permalink
8296786: Limit VM modes for com/sun/jdi/JdbLastErrorTest.java
Browse files Browse the repository at this point in the history
Reviewed-by: cjplummer, dcubed
  • Loading branch information
kevinjwalls committed Nov 15, 2022
1 parent 873eccd commit 8a9eabb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions test/jdk/ProblemList-Xcomp.txt
Expand Up @@ -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
Expand Up @@ -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
Expand Down

1 comment on commit 8a9eabb

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.