mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
Bug 705184 - Count unexpected reftest crash dump files as test failures. r=dbaron
This commit is contained in:
parent
4c13ef5d13
commit
3fe542e338
@ -1554,6 +1554,7 @@ function FindUnexpectedCrashDumpFiles()
|
||||
let path = String(file.path);
|
||||
if (path.match(/\.(dmp|extra)$/) && !gUnexpectedCrashDumpFiles[path]) {
|
||||
if (!foundCrashDumpFile) {
|
||||
++gTestResults.UnexpectedFail;
|
||||
foundCrashDumpFile = true;
|
||||
gDumpLog("REFTEST TEST-UNEXPECTED-FAIL | " + gCurrentURL +
|
||||
" | This test left crash dumps behind, but we weren't expecting it to!\n");
|
||||
|
Loading…
Reference in New Issue
Block a user