! draft
authorWes Kocher <wkocher@mozilla.com>
Wed, 01 Mar 2017 18:27:39 -0800
changeset 491718 29a4f9ccdc0e49924ceb12c44a813799b45a14ec
parent 491717 83d8308e5fd4ef4ceedf48227aff1ed8584c3b0e
child 547512 91375ebaebee3959ff464cfa58f661ffefcb0c64
push id47376
push userkwierso@gmail.com
push dateThu, 02 Mar 2017 02:28:07 +0000
milestone54.0a1
! MozReview-Commit-ID: GXNQ9FzOst1
testing/mozharness/mozharness/mozilla/testing/errors.py
--- a/testing/mozharness/mozharness/mozilla/testing/errors.py
+++ b/testing/mozharness/mozharness/mozilla/testing/errors.py
@@ -111,10 +111,10 @@ HarnessErrorList = [
     {'substr': 'PROCESS-CRASH', 'level': ERROR, },
 ]
 
 LogcatErrorList = [
     {'substr': 'Fatal signal 11 (SIGSEGV)', 'level': ERROR, 'explanation': 'This usually indicates the B2G process has crashed'},
     {'substr': 'Fatal signal 7 (SIGBUS)', 'level': ERROR, 'explanation': 'This usually indicates the B2G process has crashed'},
     {'substr': '[JavaScript Error:', 'level': WARNING},
     {'substr': 'seccomp sandbox violation', 'level': ERROR, 'explanation': 'A content process has violated the system call sandbox (bug 790923)'},
-    {'regex': re.compile(r"|thread (\w+) panicked", 'level': ERROR, 'explanation': "HELLO"},
+    {'regex': re.compile(r"|thread (\w+) panicked"), 'level': ERROR, 'explanation': "HELLO"},
 ]