VirtualBox

Changeset 103104 in vbox


Ignore:
Timestamp:
Jan 29, 2024 12:10:39 PM (10 months ago)
Author:
vboxsync
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 [bug fix]

File:
1 edited

Legend:

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

    r103095 r103104  
    19181918                if 'interpreter' in asVirtModesWanted and not vboxcon.VMExecutionEngine_Interpreter in aenmExecEngines:
    19191919                    reporter.log('IEM interpreter is not available in this build (or perhaps for this host) and VM CPU architecture, skipping it.');
    1920                     asVirtModesWanted.remove('iem-interpreted');
     1920                    asVirtModesWanted.remove('interpreter');
    19211921
    19221922                if 'recompiler' in asVirtModesWanted and not vboxcon.VMExecutionEngine_Recompiler in aenmExecEngines:
    19231923                    reporter.log('IEM recompiler is not available in this build (or perhaps for this host) and VM CPU architecture, skipping it.');
    1924                     asVirtModesWanted.remove('iem-recompiled');
     1924                    asVirtModesWanted.remove('recompiler');
    19251925            except:
    19261926                reporter.errorXcpt('failed to query supported execution engines for "%s"' % (oVm.sVmName, ));
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