Exclude functional tests on AArch64 macOS - #14376
Merged
Merged
Conversation
knn-k
force-pushed
the
aarch64macos_excludes1
branch
from
January 27, 2022 08:20
4c8dd35 to
7169f5c
Compare
knn-k
force-pushed
the
aarch64macos_excludes1
branch
3 times, most recently
from
January 28, 2022 04:36
498e962 to
ba81a0a
Compare
knn-k
marked this pull request as ready for review
January 28, 2022 04:37
knn-k
marked this pull request as draft
January 28, 2022 04:38
knn-k
commented
Jan 28, 2022
Contributor
Author
There was a problem hiding this comment.
This test fails on AArch64 macOS because the tests for omrmem_allocate_memory32() always fail due to the restriction by the OS.
knn-k
marked this pull request as ready for review
January 28, 2022 06:01
This commit excludes functional tests that fail on AArch64 macOS. Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
knn-k
force-pushed
the
aarch64macos_excludes1
branch
from
January 28, 2022 06:53
ba81a0a to
50ff19c
Compare
Member
|
I marked all the issues referenced with the |
Member
|
jenkins test sanity alinux64 jdk8 |
pshipton
approved these changes
Jan 28, 2022
knn-k
added a commit
to knn-k/openj9
that referenced
this pull request
Feb 4, 2022
This commit is a followup of eclipse-openj9#14376, excluding some more functional tests that fail on AArch64 macOS. Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
knn-k
added a commit
to knn-k/openj9
that referenced
this pull request
Mar 4, 2022
This commit partially reverts eclipse-openj9#14376 to enable cmdLineTester_jvmtitests_* on AArch64 macOS back again. Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
This was referenced Apr 21, 2022
This file contains hidden or 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
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.
This commit exclude functional tests that fail on AArch64 macOS.
Signed-off-by: KONNO Kazuhiro konno@jp.ibm.com