You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/11/06 17:06:18 UTC

[royale-asjs] branch develop updated: CI server spits these as well

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

aharui 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 1b8cbbe  CI server spits these as well
1b8cbbe is described below

commit 1b8cbbe43a6651e4c632107f26cc2f7494ec4763
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Nov 6 09:06:07 2019 -0800

    CI server spits these as well
---
 .../src/main/java/mustella/MustellaResultsParser.java     | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/mustella/src/main/java/mustella/MustellaResultsParser.java b/mustella/src/main/java/mustella/MustellaResultsParser.java
index 7656200..4c3948f 100644
--- a/mustella/src/main/java/mustella/MustellaResultsParser.java
+++ b/mustella/src/main/java/mustella/MustellaResultsParser.java
@@ -151,6 +151,21 @@ public class MustellaResultsParser {
 				else if (s.startsWith("[IOErrorEvent type=\"ioError\"") && s.contains("localhost:9999/ScriptComplete"))
 				{
 				}
+                else if (s.startsWith("Connection to http://localhost:9999/step_timeout halted"))
+                {
+                }
+                else if (s.startsWith("Error: Request for resource at http://localhost:9999/step_timeout"))
+                {
+                }
+                else if (s.startsWith("*** Security Sandbox Violation ***"))
+                {
+                }
+                else if (s.startsWith("Warning: HTTP send request error,"))
+                {
+                }
+                else if (s.startsWith("Warning: Failed to load policy file from http://localhost:9999/crossdomain.xml"))
+                {
+                }
 				else if (s.startsWith("Avertissement"))
 				{
 				}