Changeset 65236 in vbox for trunk/src/VBox/ValidationKit/tests/unittests
- Timestamp:
- Jan 11, 2017 9:13:33 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r65210 r65236 63 63 'testcase/tstRTFileAio': '', # See xTracker #8035. 64 64 }, 65 'linux.amd64': { 66 'testcase/tstLdr-4': '', # failed: Failed to get bits for '/home/vbox/test/tmp/bin/testcase/tstLdrObjR0.r0'/0, 67 # rc=VERR_SYMBOL_VALUE_TOO_BIG. aborting test 68 }, 65 69 'solaris': { 66 70 'testcase/tstIntNet-1': '', # Fails opening rge0, probably a generic issue figuring which nic to use. … … 71 75 'testcase/tstRTStrAlloc': '', # VERR_NO_STR_MEMORY! 72 76 'testcase/tstRTFileGetSize-1': '', # VERR_DEV_IO_ERROR on /dev/null! 77 }, 78 'solaris.amd64': { 79 'testcase/tstLdr-4': '', # failed: Failed to get bits for '/home/vbox/test/tmp/bin/testcase/tstLdrObjR0.r0'/0, 80 # rc=VERR_SYMBOL_VALUE_TOO_BIG. aborting test 73 81 }, 74 82 'win': { … … 180 188 'testcase/tstCompressionBenchmark': '', # failed: error: RTZipBlockCompress failed 181 189 # for 'RTZipBlock/LZJB' (#4): VERR_NOT_SUPPORTED 182 'testcase/tstLdr-4': '', # failed: Failed to get bits for '/home/vbox/test/tmp/bin/testcase/tstLdrObjR0.r0'/0,183 # rc=VERR_SYMBOL_VALUE_TOO_BIG. aborting test184 190 'tstPDMAsyncCompletionStress': '', # VERR_INVALID_PARAMETER (cbSize = 0) 185 191 'tstMicro': '', # doesn't work on solaris, fix later if we care.
Note:
See TracChangeset
for help on using the changeset viewer.