-
-
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
Cherry pick exclude jck aarch64mac #4993
Closed
annaibm
wants to merge
28
commits into
adoptium:v1.0.0-release
from
annaibm:cherry-pick-excludeJCK_aarch64mac
Closed
Cherry pick exclude jck aarch64mac #4993
annaibm
wants to merge
28
commits into
adoptium:v1.0.0-release
from
annaibm:cherry-pick-excludeJCK_aarch64mac
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-disable aot_test for ppc64le related: https://github.ibm.com/runtimes/backlog/issues/917 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
Depends on - eclipse-openj9/openj9#18649 - eclipse-openj9/openj9#18657 - eclipse-openj9/openj9#18658 Closes eclipse-openj9/openj9#16728 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
Signed-off-by: Stewart X Addison <sxa@redhat.com>
Signed-off-by: Stewart X Addison <sxa@redhat.com>
Related: eclipse-openj9/openj9#18426 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
…doptium#4940) It's already excluded on jdk17+ for other reasons. Issue eclipse-openj9/openj9#17323 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Signed-off-by: Shelley Lambert <slambert@gmail.com>
related: adoptium#4949 Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
* Excuded jdk_security_infra tests Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> * Keep for z/os Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> --------- Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
…ium#4952) fixes: adoptium#4951 Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
…doptium#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>
…#4967) Signed-off-by: Andrew Leonard <anleonar@redhat.com>
* 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>
Signed-off-by: Stewart X Addison <sxa@redhat.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 CRIU container-based functional test - More CRIU cmdlinetests will be added to the target later Signed-off-by: LongyuZhang <longyu.zhang@ibm.com>
* Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update runAqa.yml - use commit hash for GH Action version * Update directoriesFilesChangePR.yml - update to GH Action Commit hash for version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> Co-authored-by: Andrew Leonard <31470007+andrew-m-leonard@users.noreply.github.com>
The tests are broken and should be disabled until fixed. Relates to adoptium#4976
…adoptium#4987) Issue: eclipse-openj9/openj9#18771 Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@1eb3cb2...694cdab) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Exclude tests on aarch64_mac for all versions due to backlog/issues/1300 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
* Increase timeout on riscv64 Some tests are timing out even though they are not stuck. Increase the timeoutFactor to give them a chance to finish Relates to adoptium#4976 * Update openjdk/openjdk.mk Co-authored-by: Martijn Verburg <martijnverburg@gmail.com> * Update openjdk/openjdk.mk Co-authored-by: Martijn Verburg <martijnverburg@gmail.com> --------- Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
- Exclude tests on aarch64_mac for all versions due to backlog/issues/1300 -Added `aarch64_mac.*` for excluding aarch64_mac Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
- Exclude tests on aarch64_mac for all versions due to backlog/issues/1300 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
@annaibm Please do a cherry-pick for the related PR only. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.