Skip to content
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

Merged
merged 1 commit into from
Jul 9, 2019

Conversation

dutingda
Copy link
Contributor

@dutingda dutingda commented Jun 3, 2019

  • 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]

@dutingda
Copy link
Contributor Author

dutingda commented Jun 3, 2019

@renfeiw @llxia @smlambert Please review thanks!

@smlambert
Copy link
Contributor

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
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have fixed thanks

@dutingda dutingda force-pushed the master branch 10 times, most recently from a782e95 to d538189 Compare June 4, 2019 19:53
</then>
</if>
</target>
</project>



Copy link
Contributor

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.

<then>
<antcall target="clean" inheritall="true" />
</then>
</if>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the indentation.

Copy link
Contributor

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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the indentation.

Copy link
Contributor

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>
Copy link
Contributor

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>
</if>
</then>
</if>
Copy link
Contributor

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>
Copy link
Contributor

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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the indentation.

@smlambert
Copy link
Contributor

Please let me know when ready for re-review, you also will need to fix the merge conflict.

Copy link
Contributor

@llxia llxia left a 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>
Copy link
Contributor

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>
Copy link
Contributor

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>
Copy link
Contributor

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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the indentation.

@dutingda dutingda force-pushed the master branch 2 times, most recently from ef70479 to 7eb4c3e Compare June 18, 2019 17:59
@llxia
Copy link
Contributor

llxia commented Jun 18, 2019

Still have error Unrecognized option...

https://ci.eclipse.org/openj9/view/Test/job/Test-Grinder/411/tapResults/

@dutingda dutingda force-pushed the master branch 3 times, most recently from f171980 to d34f233 Compare June 19, 2019 16:20
@llxia
Copy link
Contributor

llxia commented Jul 3, 2019

Please rebase and fix the merge conflict. Thanks.

@llxia
Copy link
Contributor

llxia commented Jul 3, 2019

Please update the title and description to be more meaningful and fix grammar errors.
For example, the title could be Update the configuration files for testing against non-openj9 SDK

@dutingda dutingda changed the title Modified several configuration files for ant building for hotspot Update the configuration files for testing against non-openj9 SDK Jul 3, 2019
@llxia
Copy link
Contributor

llxia commented Jul 3, 2019

Please also update the description/commit msg to fix the grammar errors

@llxia
Copy link
Contributor

llxia commented Jul 3, 2019

Please fix the Unrecognized option error:
https://ci.eclipse.org/openj9/view/Test/job/Test-Grinder/425/tapResults/

@llxia
Copy link
Contributor

llxia commented Jul 3, 2019

Failure in sanity.functional in JDK11 hotspot.
https://ci.eclipse.org/openj9/view/Test/job/Test-Grinder/428/tapResults/

@@ -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>
Copy link
Contributor

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.

@dutingda dutingda force-pushed the master branch 2 times, most recently from f102ab3 to 4016cac Compare July 4, 2019 20:32
@llxia
Copy link
Contributor

llxia commented Jul 4, 2019

jenkins test sanity,extended all jdk11

@llxia
Copy link
Contributor

llxia commented Jul 5, 2019

Please fix the errors in PR builds.

00:28:18.194  /home/u0020236/workspace1/Test_openjdk11_j9_extended.functional_ppc64_aix_Personal/openjdk-tests/functional/cmdLineTests/stackSizeInfoTest/build.xml:49: The following error occurred while executing this line:
00:28:18.194  Target "clean" does not exist in the project "cmdLineTests".

- 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]>
@llxia
Copy link
Contributor

llxia commented Jul 8, 2019

jenkins test sanity,extended all jdk11

@llxia
Copy link
Contributor

llxia commented Jul 9, 2019

jenkins test sanity,extended all jdk8

@llxia
Copy link
Contributor

llxia commented Jul 9, 2019

AIX builds failure are related to #4643 and #3081

Copy link
Contributor

@llxia llxia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@llxia llxia merged commit eb860ec into eclipse-openj9:master Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants