You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/09/07 22:40:04 UTC

[03/50] git commit: [flex-falcon] [refs/heads/master] - - Disabled the "externs" integration tests, as they require the flex-typedefs repo to be checked out in parallel.

- Disabled the "externs" integration tests, as they require the flex-typedefs repo to be checked out in parallel.


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/54764041
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/54764041
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/54764041

Branch: refs/heads/master
Commit: 54764041830f4f5ba076d11d086c0aab0a5e32d1
Parents: 8dc4203
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Aug 8 21:12:13 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Aug 8 21:12:13 2016 +0200

----------------------------------------------------------------------
 compiler-jx/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/54764041/compiler-jx/pom.xml
----------------------------------------------------------------------
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index f3d684a..af42282 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -66,6 +66,8 @@
           <includes>
             <include>org/apache/flex/compiler/internal/codegen/externals/**/Test*.java</include>
             <exclude>org/apache/flex/compiler/internal/codegen/js/flexjs/**/Test*.java</exclude>
+            <!-- These tests require the flex-typedefs repo to be checked out in parallel -->
+            <exclude>org/apache/flex/compiler/internal/codegen/externals/**</exclude>
           </includes>
           <excludes>
             <!-- Use externs/asjs -->