Changeset 103221 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Feb 6, 2024 9:04:06 AM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 161488
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/cpu/tdCpuIemInstr1.py
r103096 r103221 82 82 83 83 # @todo r=aeichner Image can not be found (probably it is too large for a floppy weighing in at 16MiB) 84 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-basic-3' , asVirtModesSup),84 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-basic-3'), 85 85 86 86 # @todo r=aeichner Fails currently in IEM 87 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-decoding-1' , asVirtModesSup),87 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-decoding-1'), 88 88 89 # @todo r=aeichner Fails and hangs in 'lm64' / aaa 90 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-generated-1', asVirtModesSup), 89 IemTestVm(self.oTestVmSet, self, 'bs3-cpu-generated-1'), 91 90 92 91 IemTestVm(self.oTestVmSet, self, 'bs3-cpu-instr-2'), 93 92 94 93 # @todo r=aeichner Fails with IEM currently. 95 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-instr-3' asVirtModesSup),94 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-instr-3'), 96 95 97 96 IemTestVm(self.oTestVmSet, self, 'bs3-cpu-state64-1'),
Note:
See TracChangeset
for help on using the changeset viewer.