Changeset 103269 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Feb 8, 2024 7:37:02 AM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 161560
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r103135 r103269 70 70 kdTestCasesBuggyPerOs = { 71 71 'darwin': { 72 'testcase/tstX86-1': '', # 'FSTP M32R, ST0' fails; no idea why. 73 'testcase/tstLow': '>=7.0.0', # Driverless package. 74 'testcase/tstPin': '>=7.0.0', # Driverless package. 75 'testcase/tstIntNet-1': '>=7.0.0', # Driverless package. 76 'testcase/tstVBoxAPIXPCOM': '', # Can't instantiate the VirtualBox object (binary would need moving to the 77 # VirtualBox installation directory, merely a compile time test anyway) 72 'testcase/tstX86-1': '', # 'FSTP M32R, ST0' fails; no idea why. 73 'testcase/tstLow': '>=7.0.0', # Driverless package. 74 'testcase/tstPin': '>=7.0.0', # Driverless package. 75 'testcase/tstIntNet-1': '>=7.0.0', # Driverless package. 76 'testacse/tstRTR0DbgKrnlInfoDriver': '>=7.0.0', # Driverless package. 77 'testacse/tstRTR0MemUserKernelDriver': '>=7.0.0', # Driverless package. 78 'testacse/tstRTR0SemMutexDriver': '>=7.0.0', # Driverless package. 79 'testacse/tstRTR0ThreadPreemptionDriver': '>=7.0.0', # Driverless package. 80 'testacse/tstRTR0TimerDriver': '>=7.0.0', # Driverless package. 81 'testcase/tstDarwinKeyboard': '', # Fails for unknown reason. 82 'testcase/tstVBoxAPIXPCOM': '', # Can't instantiate the VirtualBox object (binary would need moving to the 83 # VirtualBox installation directory, merely a compile time test anyway) 78 84 }, 79 85 'darwin.arm64': { … … 81 87 'testcase/tstAsmStructs': '', # Fails on arm64 due to different sizes, also not required as there is no 82 88 # assembly code which needs to match with structs. 83 'testcase/tstDarwinKeyboard': '', # Fails for unknown reason.84 'testcase/tstIntNet-1': '', # Not supported on arm64 right now.85 'testcase/tstLow': '', # Ditto.86 'testcase/tstPin': '', # Ditto.87 89 'testcase/tstRTTime': '', # Needs more work first. 88 90 },
Note:
See TracChangeset
for help on using the changeset viewer.