-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Triage/Excluding tests #1348
Triage/Excluding tests #1348
Conversation
- Added issue for VMSupportsCS8 and un-excluded on 13 - Added issue to TimSortStackSize2 - Added issue to SpliteratorCollisions - Excluded CondyDescTest on 13
java/util/concurrent/ArrayBlockingQueue/WhiteBox.java https://github.com/eclipse/openj9/issues/5988 macosx-all | ||
java/util/logging/LogManager/TestLoggerNames.java https://github.com/eclipse/openj9/issues/4561 generic-all | ||
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all | ||
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1352 generic-all |
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.
You can add this 1352 link to the ones marked in #1297, close 1352 and use the 1297 link for tests that are permanent excludes due to them being hotspot specific.
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.
Yes, I was waiting for clarification if these tests were hotspot specific or not before adding them to the permanent exclude list. So are these tests both to be perma excluded?
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.
When i say these i mean this test on all 3 lists and also #1347
java/util/concurrent/locks/Lock/TimedAcquireLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all | ||
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all | ||
java/util/concurrent/locks/Lock/TimedAcquireLeak.java https://github.com/eclipse/openj9/issues/7125 macosx-all,linux-all | ||
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1352 generic-all |
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.
same comment as above, let's amalgamate all non-applicable permanent excludes under 1297
java/util/concurrent/locks/Lock/TimedAcquireLeak.java https://github.com/eclipse/openj9/issues/1131 generic-all | ||
java/util/concurrent/ThreadLocalRandom/ThreadLocalRandomTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/830 linux-all | ||
java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/821 windows-all | ||
java/util/logging/CheckZombieLockTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/830 generic-all | ||
java/util/logging/FileHandlerMaxLocksTest.java https://github.com/eclipse/openj9/issues/1131 generic-all | ||
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/eclipse/openj9/issues/1131 generic-all | ||
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1352 generic-all |
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.
I will review one more time and merge once you resolve the conflicts please. :) |
Done :) |
It was unexcluded via adoptium#1350 but seems to have been accidently re-excluded via adoptium#1348 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
It was unexcluded via adoptium#1350 but seems to have been accidentally re-excluded via adoptium#1348 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Signed-off-by: Adam Thorpe adam.thorpe@ibm.com