You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/05/23 21:07:21 UTC

[royale-asjs] branch develop updated: revert builds fail if tests don't pass

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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 924f549  revert builds fail if tests don't pass
924f549 is described below

commit 924f5492261e362e59580a0e01fc5e283ff2bd89
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Thu May 23 14:07:14 2019 -0700

    revert builds fail if tests don't pass
    
    On macOS, the RoyaleUnit Ant task intermittently fails with BindException: address already in use
---
 frameworks/js/projects/BasicJS/src/test/royale/build.xml      | 2 +-
 frameworks/js/projects/CoreJS/src/test/royale/build.xml       | 2 +-
 frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml | 2 +-
 frameworks/projects/Basic/src/test/royale/build.xml           | 2 +-
 frameworks/projects/Core/src/test/royale/build.xml            | 2 +-
 frameworks/projects/RoyaleUnit/src/test/royale/build.xml      | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/frameworks/js/projects/BasicJS/src/test/royale/build.xml b/frameworks/js/projects/BasicJS/src/test/royale/build.xml
index 37d5c7e..9d72bd9 100644
--- a/frameworks/js/projects/BasicJS/src/test/royale/build.xml
+++ b/frameworks/js/projects/BasicJS/src/test/royale/build.xml
@@ -175,7 +175,7 @@
             command="${royaleunit.browser}"
 		    workingDir="${basedir}"
 		    toDir="${report.dir}"
-			haltonfailure="true"
+			haltonfailure="false"
 			verbose="true"
 			localTrusted="true"
 			timeout="90000" />
diff --git a/frameworks/js/projects/CoreJS/src/test/royale/build.xml b/frameworks/js/projects/CoreJS/src/test/royale/build.xml
index a565d01..4945b68 100644
--- a/frameworks/js/projects/CoreJS/src/test/royale/build.xml
+++ b/frameworks/js/projects/CoreJS/src/test/royale/build.xml
@@ -175,7 +175,7 @@
             command="${royaleunit.browser}"
 		    workingDir="${basedir}"
 		    toDir="${report.dir}"
-			haltonfailure="true"
+			haltonfailure="false"
 			verbose="true"
 			localTrusted="true"
 			timeout="90000" />
diff --git a/frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml b/frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml
index d14a610..a5e6130 100644
--- a/frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml
+++ b/frameworks/js/projects/RoyaleUnitJS/src/test/royale/build.xml
@@ -175,7 +175,7 @@
             command="${royaleunit.browser}"
 		    workingDir="${basedir}"
 		    toDir="${report.dir}"
-			haltonfailure="true"
+			haltonfailure="false"
 			verbose="true"
 			localTrusted="true"
 			timeout="90000" />
diff --git a/frameworks/projects/Basic/src/test/royale/build.xml b/frameworks/projects/Basic/src/test/royale/build.xml
index 9d2226b..054cbb5 100644
--- a/frameworks/projects/Basic/src/test/royale/build.xml
+++ b/frameworks/projects/Basic/src/test/royale/build.xml
@@ -93,7 +93,7 @@
             swf="${basedir}/FlexUnitRoyaleApplication.swf"
 		    workingDir="${basedir}"
 		    toDir="${report.dir}"
-			haltonfailure="true"
+			haltonfailure="false"
 			verbose="true"
 			localTrusted="true"
 			timeout="90000" />
diff --git a/frameworks/projects/Core/src/test/royale/build.xml b/frameworks/projects/Core/src/test/royale/build.xml
index f222076..fc6338b 100644
--- a/frameworks/projects/Core/src/test/royale/build.xml
+++ b/frameworks/projects/Core/src/test/royale/build.xml
@@ -98,7 +98,7 @@
             swf="${basedir}/FlexUnitRoyaleApplication.swf"
 		    workingDir="${basedir}"
 		    toDir="${report.dir}"
-			haltonfailure="true"
+			haltonfailure="false"
 			verbose="true"
 			localTrusted="true"
 			timeout="90000" />
diff --git a/frameworks/projects/RoyaleUnit/src/test/royale/build.xml b/frameworks/projects/RoyaleUnit/src/test/royale/build.xml
index 0abe849..f9bc2e2 100644
--- a/frameworks/projects/RoyaleUnit/src/test/royale/build.xml
+++ b/frameworks/projects/RoyaleUnit/src/test/royale/build.xml
@@ -98,7 +98,7 @@
             swf="${basedir}/FlexUnitRoyaleApplication.swf"
 		    workingDir="${basedir}"
 		    toDir="${report.dir}"
-			haltonfailure="true"
+			haltonfailure="false"
 			verbose="true"
 			localTrusted="true"
 			timeout="90000" />