VirtualBox

Ignore:
Timestamp:
Jun 5, 2016 2:55:32 AM (9 years ago)
Author:
vboxsync
Message:

testmanager: Adding sComment and fRawMode fields to TestBoxes and moves the strings into a separate shared string table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/testcase.py

    r61286 r61468  
    636636                'fCpu64BitGuest':       False,
    637637                'fChipsetIoMmu':        False,
     638                'fRawMode':             False,
    638639                'cMbMemory':            985034,
    639640                'cMbScratch':           1234089,
     
    652653                'fCpu64BitGuest':       True,
    653654                'fChipsetIoMmu':        True,
     655                'fRawMode':             True,
    654656                'cMbMemory':            9999999999,
    655657                'cMbScratch':           9999999999999,
     
    677679            'fCpu64BitGuest':       oTestBoxData.fCpu64BitGuest,
    678680            'fChipsetIoMmu':        oTestBoxData.fChipsetIoMmu,
     681            'fRawMode':             oTestBoxData.fRawMode,
    679682            'cMbMemory':            oTestBoxData.cMbMemory,
    680683            'cMbScratch':           oTestBoxData.cMbScratch,
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