- 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/9febb0c2 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/9febb0c2 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/9febb0c2 Branch: refs/heads/master Commit: 9febb0c2f10b2543d75deae6cd042c7491927192 Parents: 5476404 Author: Christofer Dutz <[email protected]> Authored: Mon Aug 8 21:47:27 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Aug 8 21:47:27 2016 +0200 ---------------------------------------------------------------------- compiler-jx/pom.xml | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/9febb0c2/compiler-jx/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml index af42282..55f759c 100644 --- a/compiler-jx/pom.xml +++ b/compiler-jx/pom.xml @@ -64,26 +64,10 @@ <version>2.18.1</version> <configuration> <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> + <include>org/apache/flex/compiler/internal/codegen/js/flexjs/Test*.java</include> + <!-- Disabled for now as these tests require the flex-typedefs repo to be located in a pre-defined location --> + <!--include>org/apache/flex/compiler/internal/codegen/externals/Test*.java</include--> </includes> - <excludes> - <!-- Use externs/asjs --> - <exclude>**/TestExternChrome.java</exclude> - <exclude>**/TestExternJasmine.java</exclude> - <exclude>**/TestExternJQuery.java</exclude> - <exclude>**/TestExternNode.java</exclude> - <exclude>**/TestExternES3.java</exclude> - <exclude>**/TestExternalsJSCompile.java</exclude> - <exclude>**/TestFlexJSProject.java</exclude> - <exclude>**/TestFlexJSMXMLApplication.java</exclude> - <exclude>**/TestFlexJSEmitter.java</exclude> - <exclude>**/TestFlexJSClass.java</exclude> - <exclude>**/TestFlexJSExpressions.java</exclude> - <exclude>**/TestFlexJSFile.java</exclude> - </excludes> </configuration> </plugin> </plugins>
