VirtualBox

Changeset 61454 in vbox for trunk/src


Ignore:
Timestamp:
Jun 3, 2016 4:44:18 PM (9 years ago)
Author:
vboxsync
Message:

duh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r61445 r61454  
    568568        for oFailedResult in aoFailedResults:
    569569            if oFailedResult is oCaseFile.oTree:
     570                self.vprint('TODO: toplevel failure');
    570571                cRelevantOnes += 1
    571             if oFailedResult.sName == 'Installing VirtualBox':
     572            elif oFailedResult.sName == 'Installing VirtualBox':
    572573                self.vprint('TODO: Installation failure');
    573574                cRelevantOnes += 1
     
    761762            # Look for heap corruption without visible hang.
    762763            if   sMainLog.find('*** glibc detected *** /') > 0 \
    763               or sMainLog.find("-1073740940"): # STATUS_HEAP_CORRUPTION / 0xc0000374
     764              or sMainLog.find("-1073740940") > 0: # STATUS_HEAP_CORRUPTION / 0xc0000374
    764765                oCaseFile.noteReason(self.ktReason_Unknown_Heap_Corruption);
    765766                return self.caseClosed(oCaseFile);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette