Changeset 99818 in vbox for trunk/src/VBox/ValidationKit/tests/unittests
- Timestamp:
- May 16, 2023 9:11:55 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r99675 r99818 102 102 'testcase/tstRTStrAlloc': '', # VERR_NO_STR_MEMORY! 103 103 'testcase/tstRTFileQuerySize-1': '', # VERR_DEV_IO_ERROR on /dev/null! 104 'testcase/tstLow' : '', # VERR_NOT_SUPPORTED - allocating kernel memory with physical backing 105 # below 4GB (RTR0MemObjAllocLow) for running code (fExecutable=true) 106 # isn't implemented. 107 'testcase/tstContiguous' : '', # VERR_NOT_SUPPORTED - allocating kernel memory with contiguous physical 108 # backing below 4GB (RTR0MemObjAllocCont) for running code 109 # (fExecutable=true) isn't implemented. 110 'tstPDMQueue' : '' # VERR_NOT_SUPPORTED - running without the support driver (vboxdrv) isn't 111 # supported on Solaris (VMCREATE_F_DRIVERLESS/SUPR3INIT_F_DRIVERLESS). 104 112 }, 105 113 'solaris.amd64': {
Note:
See TracChangeset
for help on using the changeset viewer.