- Timestamp:
- Jan 19, 2024 11:30:23 AM (11 months ago)
- Location:
- trunk/src/VBox/ValidationKit
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r102776 r102966 144 144 [ 'Solaris_64', 'Solaris_64', g_k64, 1, 256, ['sol10-64', 'sol10u-64[0-9]']], 145 145 [ 'Solaris_64', 'Solaris11_64', g_k64, 1, 256, ['sol11u1']], 146 [ 'BSD', 'FreeBSD_64', g_k32_64, 1, 1, ['bs-.*']], # boot sectors, wanted 64-bit type. 146 [ 'BSD', 'FreeBSD_64', g_k32_64, 1, 1, ['bs-.*']], # boot sectors, wanted 64-bit type. 147 [ 'BSD', 'FreeBSD_64', g_k32_64, 1, 1, ['bs3-.*']], # boot sectors, wanted 64-bit type. 147 148 [ 'DOS', 'DOS', g_k32, 1, 1, ['bs-.*']], 149 [ 'DOS', 'DOS', g_k32, 1, 1, ['bs3-.*']], 148 150 ]; 149 151 -
trunk/src/VBox/ValidationKit/tests/cpu/Makefile.kmk
r98103 r102966 43 43 ValidationKitTestsCpu_INST = $(INST_VALIDATIONKIT)tests/cpu/ 44 44 ValidationKitTestsCpu_EXEC_SOURCES := \ 45 $(PATH_SUB_CURRENT)/tdCpuPae1.py 45 $(PATH_SUB_CURRENT)/tdCpuPae1.py \ 46 $(PATH_SUB_CURRENT)/tdCpuIemInstr1.py 46 47 47 48 VBOX_VALIDATIONKIT_PYTHON_SOURCES += $(ValidationKitTestsCpu_EXEC_SOURCES)
Note:
See TracChangeset
for help on using the changeset viewer.