-
-
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 <sophia.gwf@gmail.com>
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 <sophia.gwf@gmail.com>
* Exclude known issues on jdk8 Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> * Update JMXStartStopTest linked issue Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> --------- Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
* 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 <Peter_Shipton@ca.ibm.com> * aix: exclude java/lang/String/concat/IntegerMinValue.java (#4968) Signed-off-by: Stewart X Addison <sxa@redhat.com> * Exclude specific Windows testcases (#4965) * Exclude specific Windows testcases Signed-off-by: Shelley Lambert <slambert@gmail.com> * Add TestCrashAtIGVNSplitIfSubType Signed-off-by: Shelley Lambert <slambert@gmail.com> * Exclude JMXStartStopTest on win32 JDK8 Signed-off-by: Shelley Lambert <slambert@gmail.com> * Exclude TestRemoveEmptyCountedLoop on win32 Signed-off-by: Shelley Lambert <slambert@gmail.com> * Remove the jdk8 changes Signed-off-by: Shelley Lambert <slambert@gmail.com> --------- Signed-off-by: Shelley Lambert <slambert@gmail.com> * Do not use dockerAgents on ci.adoptium.net (#4931) Signed-off-by: Stewart X Addison <sxa@redhat.com> * Exclude known issues on jdk8 (#4971) * Exclude known issues on jdk8 Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> * Update JMXStartStopTest linked issue Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> --------- Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> --------- Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com> Signed-off-by: Stewart X Addison <sxa@redhat.com> Signed-off-by: Shelley Lambert <slambert@gmail.com> Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> Co-authored-by: Peter Shipton <Peter_Shipton@ca.ibm.com> Co-authored-by: Stewart X Addison <6487691+sxa@users.noreply.github.com> Co-authored-by: Shelley Lambert <slambert@gmail.com>
#4966