- Timestamp:
- Jun 3, 2016 4:44:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r61445 r61454 568 568 for oFailedResult in aoFailedResults: 569 569 if oFailedResult is oCaseFile.oTree: 570 self.vprint('TODO: toplevel failure'); 570 571 cRelevantOnes += 1 571 if oFailedResult.sName == 'Installing VirtualBox':572 elif oFailedResult.sName == 'Installing VirtualBox': 572 573 self.vprint('TODO: Installation failure'); 573 574 cRelevantOnes += 1 … … 761 762 # Look for heap corruption without visible hang. 762 763 if sMainLog.find('*** glibc detected *** /') > 0 \ 763 or sMainLog.find("-1073740940") : # STATUS_HEAP_CORRUPTION / 0xc0000374764 or sMainLog.find("-1073740940") > 0: # STATUS_HEAP_CORRUPTION / 0xc0000374 764 765 oCaseFile.noteReason(self.ktReason_Unknown_Heap_Corruption); 765 766 return self.caseClosed(oCaseFile);
Note:
See TracChangeset
for help on using the changeset viewer.