Skip to content

Commit

Permalink
Merge pull request #7471 from mbien/missing-graal-branch
Browse files Browse the repository at this point in the history
Disable failing java.mx.project tests
  • Loading branch information
mbien committed Jun 13, 2024
2 parents b332b29 + e3abd18 commit 2776057
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -891,9 +891,9 @@ jobs:
# run: ant $OPTS -f java/ant.grammar test

# TODO next are JDK 21+ incompatibe steps
- name: java/java.mx.project
if: ${{ matrix.java == '17' }}
run: .github/retry.sh ant $OPTS -f java/java.mx.project test
# - name: java/java.mx.project
# if: ${{ matrix.java == '17' }}
# run: .github/retry.sh ant $OPTS -f java/java.mx.project test

- name: java/gradle.java
if: ${{ matrix.java == '17' }}
Expand Down
3 changes: 3 additions & 0 deletions java/java.mx.project/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@
</exec>
</target>

<!--
TODO the branches of https://github.com/graalvm/mx disappered
<target name="test-preinit" depends="-checkout-graalvm">
<exec dir="${graal.dir}/truffle" executable="${mx.dir}/mx" failonerror="true">
<arg value="build"/>
</exec>
</target>
-->
<target name="test-unit-build-datajar"/>

<import file="../../nbbuild/templates/projectized.xml"/>
Expand Down

0 comments on commit 2776057

Please sign in to comment.