VirtualBox

Ignore:
Timestamp:
Nov 1, 2017 1:22:11 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118891
Message:

testdriver: temporary heap debug code for windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r69542 r69543  
    818818        # TEMPORARY: For process heap checking on windows 2012 boxes.
    819819        self.fDoHeapChecks = False;
    820         if 'COMPUTERNAME' in os.environ and utils.getHostOs() == 'windows':
    821             self.fDoHeapChecks = os.environ['COMPUTERNAME'] in [ 'TESTBOXWIN5', 'WEI01-B6KC-4', 'TESTBOXPILE2' ];
     820        if 'COMPUTERNAME' in os.environ and utils.getHostOs() == 'win':
     821            self.fDoHeapChecks = os.environ['COMPUTERNAME'] in [ 'TESTBOXWIN5', 'WEI01-B6KC-4', 'TESTBOXPILE2', 'SKYLAKE' ];
    822822            if self.fDoHeapChecks:
    823823                reporter.log('Will do heap checking...');
Note: See TracChangeset for help on using the changeset viewer.

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