-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Regroup sanity according to openjdk tier1 #1695
Conversation
Looks like for now there is no easy|quick solution to minus java/util/Arrays/TimSortStackSize2.java from jdk_util as a tier1_part2 from jdk11+. If we use problemlist to exclude it will not be executed in extended group, either. Running java/util/Arrays/TimSortStackSize2.java in a grinder it doesn't take time at all ( 1 sec) and pass. So I will just keep it as part of jdk_util. |
There is a new sub group jdk_foreign in tier1 from jdk14, which pass on Mac and fail on linux( only tried those two platforms for now as there is more interesting found). Failure case is java/foreign/TestArrays.java.TestArrays (TestNG tests). Interesting thing is when using customized target in grinder it consistently pass. Using jdk_foreign consistently failed on linux. The difference is in customized target we are using the test directory to trigger the test and in jdk_foreign we are using the sub group name to trigger the test. By now I haven't noticed there is the difference using those two different way. If there is difference between those two ways I would say it is a jtreg bug. Note this test is testNG. |
My grinders if anyone would like to take a deep look: |
Running jdk_foreign by group jdk_foreign locally in jenkins didn't hit any failures. Rerun by jenkins to see if the issue still happens. |
c234016
to
2f524eb
Compare
Looks more than one testcase jdk_foreign has intermittent failures for both hotspot and openj9. Those tests are just added a few months ago. May not be stable? Will exclude them and open a new issue to track #1701 |
Regroup sanity according to openjdk tier1 and add missing tier1 group Exclude problematic testcases under jdk_foreign Signed-off-by: Sophia Guo <[email protected]>
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.
Looks good, thanks @sophia-guo !
Regroup sanity according to openjdk tier1 and add missing tier1 group
Close #1691
Signed-off-by: Sophia Guo [email protected]