Changeset 57289 in vbox for trunk/src/VBox/ValidationKit/tests/unittests
- Timestamp:
- Aug 12, 2015 12:15:31 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102048
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r56771 r57289 171 171 'testcase/tstCryptoPkcs7Sign': '',# failed: 29330:error:02001002:lib(2):func(1):reason(2):NA:0:fopen('server.pem': '','r') 172 172 'testcase/tstCompressionBenchmark': '', # failed: error: RTZipBlockCompress failed 173 # for 'RTZipBlock/LZJB' (#4): VERR_NOT_SUPPORTED173 # for 'RTZipBlock/LZJB' (#4): VERR_NOT_SUPPORTED 174 174 'testcase/tstLdr-4': '', # failed: Failed to get bits for '/home/vbox/test/tmp/bin/testcase/tstLdrObjR0.r0'/0, 175 # rc=VERR_SYMBOL_VALUE_TOO_BIG. aborting test175 # rc=VERR_SYMBOL_VALUE_TOO_BIG. aborting test 176 176 'tstPDMAsyncCompletionStress': '', # VERR_INVALID_PARAMETER (cbSize = 0) 177 177 'tstMicro': '', # doesn't work on solaris, fix later if we care. … … 622 622 except: 623 623 if sName in [ 'tstAsmStructsRC', # 32-bit, may fail to start on 64-bit linux. Just ignore. 624 624 ]: 625 625 reporter.logXcpt(); 626 626 fSkipped = True;
Note:
See TracChangeset
for help on using the changeset viewer.