VirtualBox

Ignore:
Timestamp:
Nov 4, 2017 10:19:04 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118927
Message:

testdriver: dropped the heap checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstOs2.py

    r69555 r69577  
    246246
    247247if __name__ == '__main__':
    248     # sys.exit(tdGuestOsInstOs2().main(sys.argv);
    249     # TEMPORARY hacking.
    250     g_oDrv = tdGuestOsInstOs2();
    251     g_iExitCode = g_oDrv.main(sys.argv);
    252     if g_oDrv.fDoHeapChecks:
    253         from testdriver import winbase;
    254         winbase.checkProcessHeap();
    255         del g_oDrv;
    256         g_oDrv = None;
    257         winbase.checkProcessHeap();
    258         #import gc;
    259         #for oObj in gc.get_objects():
    260         #    if not callable(oObj):
    261         #        reporter.log('type %s: object %s' % (type(oObj), oObj));
    262 
    263     sys.exit(g_iExitCode);
    264 
     248    sys.exit(tdGuestOsInstOs2().main(sys.argv);
     249
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