VirtualBox

Ignore:
Timestamp:
Mar 27, 2024 2:29:07 PM (8 months ago)
Author:
vboxsync
Message:

ValidationKit/tests/cpu/tdCpuIemInstr1: Ensure that the instruction testcases run in a sensible timeframe but still excercise the recompiler, bugref:10370 bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/cpu/tdCpuIemInstr1.py

    r103753 r104090  
    6969                                              asVirtModesSup,
    7070                                              f64BitRequired);
     71
     72    def _childVmReconfig(self, oTestDrv, oVM, oSession):
     73        _ = oTestDrv;
     74
     75        # Make sure the testcase runs in a sensible timeframe but we still excercise the recompiler.
     76        fRc =         oSession.setExtraData('VBoxInternal/Devices/VMMDev/0/Config/TestingThresholdNativeRecompiler', '2');
     77        fRc = fRc and oSession.setExtraData('VBoxInternal/IEM/NativeRecompileAtUsedCount', '1');
     78
     79        return fRc;
    7180
    7281class tdCpuIemInstr1(vbox.TestDriver):
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