-
Notifications
You must be signed in to change notification settings - Fork 729
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
Update the configuration files for testing against non-openj9 SDK #6001
Conversation
@renfeiw @llxia @smlambert Please review thanks! |
Thanks @dutingda - please see https://github.com/eclipse/openj9/blob/master/CONTRIBUTING.md#legal-considerations for instructions on signing the ECA (Eclipse Contributors Agreement) which will need to be done before your contribution would be merged. |
@@ -1,7 +1,7 @@ | |||
<?xml version="1.0"?> | |||
|
|||
<!-- | |||
Copyright (c) 2016, 2018 IBM Corp. and others | |||
Copyright (c) 2016, 2018, 2019 IBM Corp. and others |
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.
change to
Copyright (c) 2016, 2019 IBM Corp. and others
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.
Have fixed thanks
a782e95
to
d538189
Compare
test/functional/DDR_Test/build.xml
Outdated
</then> | ||
</if> | ||
</target> | ||
</project> | ||
|
||
|
||
|
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.
Please remove the extra spaces.
test/functional/JLM_Tests/build.xml
Outdated
<then> | ||
<antcall target="clean" inheritall="true" /> | ||
</then> | ||
</if> |
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.
Please fix the indentation.
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.
indentation is not fixed.
test/functional/Java8andUp/build.xml
Outdated
<then> | ||
<antcall target="clean" inheritall="true" /> | ||
</then> | ||
</if> |
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.
Please fix the indentation.
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.
indentation is not fixed.
<then> | ||
<antcall target="clean" inheritall="true" /> | ||
</then> | ||
</if> |
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.
Please fix the indentation.
test/functional/UnsafeTest/build.xml
Outdated
</then> | ||
</if> | ||
</then> | ||
</if> |
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.
Please fix the indentation.
test/functional/VM_Test/build.xml
Outdated
<then> | ||
<antcall target="clean" inheritall="true" /> | ||
</then> | ||
</if> |
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.
Please fix the indentation.
</else> | ||
</if> | ||
</then> | ||
</if> |
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.
Please fix the indentation.
e725367
to
8b145c7
Compare
Please let me know when ready for re-review, you also will need to fix the merge conflict. |
0b33cd8
to
62e39cb
Compare
216b13c
to
484eecf
Compare
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.
Please fix all the indentation issue in the changeset. I did not list all of them.
<then> | ||
<antcall target="clean" inheritall="true" /> | ||
</then> | ||
</if> |
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.
Please fix the indentation.
<impls> | ||
<impl>openj9</impl> | ||
<impl>ibm</impl> | ||
</impls> |
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.
Please fix the indentation.
<then> | ||
<antcall target="clean" inheritall="true" /> | ||
</then> | ||
</if> |
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.
Please fix the indentation.
<then> | ||
<antcall target="clean" inheritall="true" /> | ||
</then> | ||
</if> |
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.
Please fix the indentation.
ef70479
to
7eb4c3e
Compare
Still have error https://ci.eclipse.org/openj9/view/Test/job/Test-Grinder/411/tapResults/ |
f171980
to
d34f233
Compare
Please rebase and fix the merge conflict. Thanks. |
Please update the title and description to be more meaningful and fix grammar errors. |
Please also update the description/commit msg to fix the grammar errors |
Please fix the |
Failure in |
test/functional/DDR_Test/build.xml
Outdated
@@ -99,12 +100,21 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-excepti | |||
<!-- Temporarily disable compilation on zos until ddr is supported; github.com/eclipse/openj9/issues/1511 --> | |||
<target name="build" > | |||
<echo>os.name: ${os.name}</echo> | |||
<echo>impl: ${JDK_IMPL}</echo> |
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.
Please remove the echo msg.
f102ab3
to
4016cac
Compare
jenkins test sanity,extended all jdk11 |
Please fix the errors in PR builds.
|
- Updating build.xml to make compilation part work for non-openj9 SDK - Updating playlist.xml to restrict several tests to only openj9 SDK [ci skip] Signed-off-by: Tingda Du <[email protected]>
jenkins test sanity,extended all jdk11 |
jenkins test sanity,extended all jdk8 |
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
[ci skip]
Signed-off-by: Tingda Du [email protected]