Skip to content

Commit

Permalink
[Wisp] prevent running time-related case in debug mode
Browse files Browse the repository at this point in the history
Summary: as title

Testing: com/alibaba/wisp/bug/TestCancelTimerAndSleep.java

Reviewers: ziyilin, yulei

Issue: #901
  • Loading branch information
jia-wei-tang committed Jan 23, 2025
1 parent 6fb7ecd commit 1bb4fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/jdk/com/alibaba/wisp/bug/TestCancelTimerAndSleep.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @modules java.base/jdk.internal.misc
* @requires os.family == "linux"
* @requires os.arch != "riscv64"
* @requires vm.debug != true
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableCoroutine -Dcom.alibaba.wisp.transparentWispSwitch=true TestCancelTimerAndSleep
*/

Expand Down

0 comments on commit 1bb4fcc

Please sign in to comment.