зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1591678 - add process name to regexps for harness errors to let their occurrences trigger the task to fail. r=jlund
Differential Revision: https://phabricator.services.mozilla.com/D50700 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
bea2a69e9a
Коммит
3dc3a1599d
|
@ -110,7 +110,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)"), # NOQA: E501
|
||||
'full_regex': re.compile(r"(?:TEST-UNEXPECTED-FAIL|PROCESS-CRASH) \| .* \|[^\|]* (application crashed|missing output line for total leaks!|negative leaks caught!|\d+ bytes leaked)"), # NOQA: E501
|
||||
'minimum_regex': re.compile(r'''(TEST-UNEXPECTED|PROCESS-CRASH)'''),
|
||||
'retry_regex': re.compile(r'''(FAIL-SHOULD-RETRY|No space left on device|ADBError|ADBProcessError|ADBTimeoutError|program finished with exit code 80|INFRA-ERROR)''') # NOQA: E501
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче