-
Notifications
You must be signed in to change notification settings - Fork 722
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
disable failing testcases related to Loom #15237
Conversation
Are we looking for more excludes to be added for a green |
The only test failure in sanity.functional which I did not exclude is JDWP error which I am looking into fixing by adding the vmhook/event mapping for new JVMTI capability. My build last night failed due to machine issue, will try to rerun the personal build to confirm |
3c3fa5a
to
62f5691
Compare
Personal build still in progress: list of tests failed due to JDWP requiring new capability
|
Okay, you can exlclude those as well, @babsingh is looking into JVMTI failures |
2d2db9c
to
824bf35
Compare
Signed-off-by: Jack Lu <[email protected]>
<version>19+</version> | ||
<variation>Mode607-OSR</variation> | ||
</disable> | ||
</disables> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@llxia is there a regex to disable test modes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it is not supported atm. @renfeiw maybe we should add support for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened an issue for this: adoptium/TKG#329 Will work on it later on.
personal build passed on xlinux |
jenkins test sanity amac jdknext |
@llxia Please review these changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Related: #15152
Signed-off-by: Jack Lu [email protected]