Changeset 102969 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Jan 19, 2024 12:37:53 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/cpu/tdCpuIemInstr1.py
r102967 r102969 101 101 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-basic-2', asVirtModesSup), 102 102 103 # @todo r=aeichner Image can not be found (probably it is too large for a floppy weighing in at 16MiB) 104 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-basic-3', asVirtModesSup), 105 103 106 # @todo r=aeichner Fails currently in IEM 104 107 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-decoding-1', asVirtModesSup), … … 106 109 # @todo r=aeichner Fails and hangs in 'lm64' / aaa 107 110 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-generated-1', asVirtModesSup), 108 109 # @todo r=aeichner Image can not be found (probably it is too large for a floppy weighing in at 16MiB)110 #IemTestVm(self.oTestVmSet, self, 'bs3-cpu-basic-3', asVirtModesSup),111 111 112 112 IemTestVm(self.oTestVmSet, self, 'bs3-cpu-instr-2', asVirtModesSup), … … 118 118 #IemTestVm(self.oTestVmSet, self, 'b3s-cpu-state64-1', asVirtModesSup), 119 119 120 IemTestVm(self.oTestVmSet, self, 'bs3-cpu-weird-1', asVirtModesSup) 120 IemTestVm(self.oTestVmSet, self, 'bs3-cpu-weird-1', asVirtModesSup), 121 IemTestVm(self.oTestVmSet, self, 'bs3-fpustate-1', asVirtModesSup) 121 122 ); 122 123
Note:
See TracChangeset
for help on using the changeset viewer.