VirtualBox

Changeset 105434 in vbox for trunk


Ignore:
Timestamp:
Jul 22, 2024 7:41:05 PM (6 months ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: Enable not production ready code which should be tested (but may not be enabled by default).

File:
1 edited

Legend:

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

    r105266 r105434  
    15041504            vboxcon.fpApiVer                    = self.fpApiVer;
    15051505            reporter.setComXcptFormatter(formatComOrXpComException);
     1506
     1507            # Enable possibly not production ready code which should be tested.
     1508            if self.fpApiVer >= 7.1 && utils.getHostArch() == 'arm64':
     1509                self.oVBox.setExtraData('VBoxInternal2/EnableX86OnArm', '1');
    15061510
    15071511        except:
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