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

[Wisp] prevent running time-related case in debug mode #924

Merged
merged 1 commit into from
Feb 5, 2025
Merged
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
[Wisp] prevent running time-related case in debug mode
Summary: as title

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

Reviewers: ziyilin, yulei

Issue: #901
jia-wei-tang committed Jan 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 1bb4fccd7d015e7196fe2403092dc7d31ce4c48d
1 change: 1 addition & 0 deletions test/jdk/com/alibaba/wisp/bug/TestCancelTimerAndSleep.java
Original file line number Diff line number Diff line change
@@ -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
*/