You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2020/09/25 19:26:32 UTC

[ant] branch master updated: exclude Graal.js Nashorn compat tests from POM builds

This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 4706f77  exclude Graal.js Nashorn compat tests from POM builds
4706f77 is described below

commit 4706f77779cfc72eb1c941bc485a68cec413a438
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Fri Sep 25 21:25:52 2020 +0200

    exclude Graal.js Nashorn compat tests from POM builds
---
 src/etc/poms/ant/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml
index d0029eb..0a9e079 100644
--- a/src/etc/poms/ant/pom.xml
+++ b/src/etc/poms/ant/pom.xml
@@ -243,6 +243,8 @@
             <exclude>org/apache/tools/ant/Include*</exclude>
             <!-- dependent on JUnit 5 -->
             <exclude>org/example/junitlauncher/</exclude>
+            <!-- requires Graal.js and forking tests per class -->
+            <exclude>org/apache/tools/ant/taskdefs/optional/script/graal/</exclude>
             <!-- requires structure of a binary distribution of Ant in ANT_HOME -->
             <exclude>org/apache/tools/ant/types/CommandlineJavaTest*</exclude>
             <exclude>org/apache/tools/ant/types/selectors/ModifiedSelectorTest*</exclude>