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

Add support for excluding tests based on JDK_OPTIONS #65

Open
sharon-wang opened this issue May 4, 2020 · 0 comments
Open

Add support for excluding tests based on JDK_OPTIONS #65

sharon-wang opened this issue May 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@sharon-wang
Copy link

Some tests are not compatible to be run with particular JDK options. For example, a test that uses -XX:+ClassRelationshipVerifier is not compatible with options -Xfuture or -Xverify:all and will result in an JVM error if either of these options are used. Instead, it would be ideal for the test to be excluded if incompatible options are specified.

@karianna karianna added the enhancement New feature or request label May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants