Bug 1220362 - retry on dlopen.c errors. r=gbrown

MozReview-Commit-ID: BL08acEIH99

--HG--
extra : rebase_source : 564bfa99e864f2feb877cf070451984bf00e3acc
This commit is contained in:
Joel Maher 2016-11-02 15:59:10 -04:00
parent 1fc208e8d8
commit 6d00994164

View File

@ -98,7 +98,7 @@ TinderBoxPrintRe = {
"harness_error": {
'full_regex': re.compile(r"(?:TEST-UNEXPECTED-FAIL|PROCESS-CRASH) \| .* \| (application crashed|missing output line for total leaks!|negative leaks caught!|\d+ bytes leaked)"),
'minimum_regex': re.compile(r'''(TEST-UNEXPECTED|PROCESS-CRASH)'''),
'retry_regex': re.compile(r'''(FAIL-SHOULD-RETRY|No space left on device|DMError|Connection to the other side was lost in a non-clean fashion|program finished with exit code 80|INFRA-ERROR|twisted.spread.pb.PBConnectionLost)''')
'retry_regex': re.compile(r'''(FAIL-SHOULD-RETRY|No space left on device|DMError|Connection to the other side was lost in a non-clean fashion|program finished with exit code 80|INFRA-ERROR|twisted.spread.pb.PBConnectionLost|_dl_open: Assertion)''')
},
}