RFR: 8296786: Limit VM modes for com/sun/jdi/JdbLastErrorTest.java
Kevin Walls
kevinw at openjdk.org
Mon Nov 14 13:25:31 UTC 2022
This is a (trivial) change of the @requires statement in a test:
don't run in -Xcomp or -Xint modes, where the interaction of Windows' native GetLastError and Panama direct native access are known not to work well together.
Remove test/jdk/ProblemList-Xcomp.txt entry for this test.
Running jtreg directly (which would ignore problemlist) will now skip this test if e.g. those modes are given using -vmoption
-------------
Commit messages:
- 8296786: Limit VM modes for com/sun/jdi/JdbLastErrorTest.java
Changes: https://git.openjdk.org/jdk/pull/11136/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11136&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8296786
Stats: 3 lines in 2 files changed: 0 ins; 2 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/11136.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11136/head:pull/11136
PR: https://git.openjdk.org/jdk/pull/11136
More information about the serviceability-dev
mailing list