Changeset 102981 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Jan 20, 2024 6:55:11 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/cpu/tdCpuIemInstr1.py
r102969 r102981 98 98 99 99 kaTestVMs = ( 100 # @todo r=aeichner Crashes in ASMAtomicXchgU16, unaligned pointer, see @bugref{10547}. 101 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-basic-2', asVirtModesSup), 100 IemTestVm(self.oTestVmSet, self, 'bs3-cpu-basic-2', asVirtModesSup), 102 101 103 102 # @todo r=aeichner Image can not be found (probably it is too large for a floppy weighing in at 16MiB) … … 115 114 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-instr-3' asVirtModesSup), 116 115 117 # @todo r=aeichner Hangs after test. 118 #IemTestVm(self.oTestVmSet, self, 'b3s-cpu-state64-1', asVirtModesSup), 119 116 IemTestVm(self.oTestVmSet, self, 'bs3-cpu-state64-1', asVirtModesSup), 120 117 IemTestVm(self.oTestVmSet, self, 'bs3-cpu-weird-1', asVirtModesSup), 121 118 IemTestVm(self.oTestVmSet, self, 'bs3-fpustate-1', asVirtModesSup)
Note:
See TracChangeset
for help on using the changeset viewer.