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:
Benjamin Smedberg
2010-01-12 16:53:10 -05:00
parent 22673401fe
commit 90a5f06323
3 changed files with 3 additions and 4 deletions

View File

@@ -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