Bug 539290 - Test harness should look for minidumps from child (plugin) processes but not turn the tree orange automatically, r=ted
This commit is contained in:
@@ -104,7 +104,7 @@ def checkForCrashes(dumpDir, symbolsPath, testName=None):
|
||||
foundCrash = False
|
||||
dumps = glob.glob(os.path.join(dumpDir, '*.dmp'))
|
||||
for d in dumps:
|
||||
log.info("TEST-UNEXPECTED-FAIL | %s | application crashed (minidump found)", testName)
|
||||
log.info("PROCESS-CRASH | %s | application crashed (minidump found)", testName)
|
||||
if symbolsPath and stackwalkPath and os.path.exists(stackwalkPath):
|
||||
nullfd = open(os.devnull, 'w')
|
||||
# eat minidump_stackwalk errors
|
||||
|
||||
Reference in New Issue
Block a user