-
Notifications
You must be signed in to change notification settings - Fork 721
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
Port cmdLineTester_GCCheck into openj9 #11682
Conversation
|
Please make sure this test pass on zos and vmfarm. Thanks |
I have seen intermittent failures on the macos platform e.x. https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/5994/, https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/5978/
Other platforms have no problems so far updated: sorry I am now trying internal machines |
I don't think creating core files on Mac works when you have a signed build (as produced at AdoptOpenJDK) and the OS is 10.15+. Although the machine seems to be 10.14 in this case. Not sure how Adopt is handling this problem in other testing. This should work in the builds at OpenJ9 as these builds are not signed. These all passed. 1440 and 1442 are 10.14 machines. |
test/functional/cmdLineTests/gcCheck/src/org/openj9/test/nogc/Main.java
Outdated
Show resolved
Hide resolved
The PR title is a bit misleading. I thought at first we're talking about the
https://github.com/eclipse/openj9/blob/master/CONTRIBUTING.md#commit-guidelines |
d4c2cb0
to
be31ab2
Compare
related: backlog issue 434 [ci skip] Signed-off-by: Yixin Qian <Yixin.Qian@ibm.com>
Jenkins test sanity win,xlinux,aix jdk8,jdk11 |
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
related: backlog issue 434
Signed-off-by: OscarQQ Yixin.Qian@ibm.com