VirtualBox

Changeset 103095 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jan 26, 2024 6:40:58 PM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161341
Message:

Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the primary VM execution engine to make it easier to force particular engine for testing, ​bugref:10583 [fix for testing 7.0]

File:
1 edited

Legend:

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

    r103089 r103095  
    19271927                asVirtModesWanted = [];
    19281928        else:
    1929             asVirtModesWanted.remove('native-api');
    1930             asVirtModesWanted.remove('interpreter');
    1931             asVirtModesWanted.remove('recompiler');
     1929            if 'native-api' in asVirtModesWanted:
     1930                asVirtModesWanted.remove('native-api');
     1931            if 'interpreter' in asVirtModesWanted:
     1932                asVirtModesWanted.remove('interpreter');
     1933            if 'recompiler' in asVirtModesWanted:
     1934                asVirtModesWanted.remove('recompiler');
    19321935
    19331936            if 'hwvirt' in asVirtModesWanted and not oTestDrv.hasHostHwVirt():
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