-
-
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
Exclude known issues on jdk8 #4971
Conversation
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.
LGTM, though we can reference the upstream issue for JMXStartStopTest.
@@ -146,7 +146,7 @@ sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.sh https://github.com/ad | |||
# alpine-linux https://github.com/adoptium/aqa-tests/issues/3238 | |||
sun/management/jmxremote/bootstrap/CustomLauncherTest.java https://bugs.openjdk.java.net/browse/JDK-8031420 linux-all | |||
com/sun/management/OperatingSystemMXBean/TestTotalSwap.java https://bugs.openjdk.java.net/browse/JDK-8255263 linux-all | |||
|
|||
sun/management/jmxremote/startstop/JMXStartStopTest.java https://github.com/adoptium/aqa-tests/issues/3948 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 remove this one from my PR, noting that I used https://bugs.openjdk.org/browse/JDK-8274337 as I believe it to be the same issue (though currently only reported against Mac).
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.
Updated.
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 as shelly
Signed-off-by: Sophia Guo <[email protected]>
* Exclude known issues on jdk8 Signed-off-by: Sophia Guo <[email protected]> * Update JMXStartStopTest linked issue Signed-off-by: Sophia Guo <[email protected]> --------- Signed-off-by: Sophia Guo <[email protected]>
* Add missing $(TIMEOUT_HANDLER) to serviceability_jvmti_j9 and others (#4961) The $(TIMEOUT_HANDLER) is missing from the serviceability_jvmti_j9 playlist. Add it to a number of playlists where it's missing but may be useful in the future. Signed-off-by: Peter Shipton <[email protected]> * aix: exclude java/lang/String/concat/IntegerMinValue.java (#4968) Signed-off-by: Stewart X Addison <[email protected]> * Exclude specific Windows testcases (#4965) * Exclude specific Windows testcases Signed-off-by: Shelley Lambert <[email protected]> * Add TestCrashAtIGVNSplitIfSubType Signed-off-by: Shelley Lambert <[email protected]> * Exclude JMXStartStopTest on win32 JDK8 Signed-off-by: Shelley Lambert <[email protected]> * Exclude TestRemoveEmptyCountedLoop on win32 Signed-off-by: Shelley Lambert <[email protected]> * Remove the jdk8 changes Signed-off-by: Shelley Lambert <[email protected]> --------- Signed-off-by: Shelley Lambert <[email protected]> * Do not use dockerAgents on ci.adoptium.net (#4931) Signed-off-by: Stewart X Addison <[email protected]> * Exclude known issues on jdk8 (#4971) * Exclude known issues on jdk8 Signed-off-by: Sophia Guo <[email protected]> * Update JMXStartStopTest linked issue Signed-off-by: Sophia Guo <[email protected]> --------- Signed-off-by: Sophia Guo <[email protected]> --------- Signed-off-by: Peter Shipton <[email protected]> Signed-off-by: Stewart X Addison <[email protected]> Signed-off-by: Shelley Lambert <[email protected]> Signed-off-by: Sophia Guo <[email protected]> Co-authored-by: Peter Shipton <[email protected]> Co-authored-by: Stewart X Addison <[email protected]> Co-authored-by: Shelley Lambert <[email protected]>
#4966