Changeset 82913 in vbox for trunk/src/VBox/ValidationKit/tests/unittests
- Timestamp:
- Jan 29, 2020 5:03:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r80585 r82913 118 118 # @note Stripped of extensions! 119 119 kdTestCasesBlackList = { 120 'testcase/tstClipboardX11Smoke': '', 120 'testcase/tstClipboardX11Smoke': '', # (Old naming, deprecated) Needs X, not available on all test boxes. 121 'testcase/tstClipboardGH-X11Smoke': '', # (New name) Ditto. 121 122 'testcase/tstFileLock': '', 122 'testcase/tstDisasm-2': '', # without parameters it will disassembler 1GB starting from 0123 'testcase/tstFileAppendWin-1': '', 124 'testcase/tstDir': '', # useless without parameters125 'testcase/tstDir-2': '', # useless without parameters126 'testcase/tstGlobalConfig': '', 127 'testcase/tstHostHardwareLinux': '', # must be killed with CTRL-C128 'testcase/tstHttp': '', # Talks to outside servers.129 'testcase/tstRTHttp': '', # parameters required130 'testcase/tstLdr-2': '', # parameters required131 'testcase/tstLdr-3': '', # parameters required132 'testcase/tstLdr': '', # parameters required133 'testcase/tstLdrLoad': '', # parameters required134 'testcase/tstMove': '', # parameters required135 'testcase/tstRTR0Timer': '', # loads 'tstRTR0Timer.r0'136 'testcase/tstRTR0ThreadDriver': '', # loads 'tstRTR0Thread.r0'137 'testcase/tstRunTestcases': '', # that's a script like this one138 'testcase/tstRTReqPool': '', # fails sometimes, testcase buggy139 'testcase/tstRTS3': '', # parameters required140 'testcase/tstSDL': '', # graphics test141 'testcase/tstSupLoadModule': '', # Needs parameters and vboxdrv access. Covered elsewhere.142 'testcase/tstSeamlessX11': '', # graphics test143 'testcase/tstTime-3': '', # parameters required144 'testcase/tstVBoxControl': '', # works only inside a guest145 'testcase/tstVDCopy': '', # parameters required146 'testcase/tstVDFill': '', # parameters required147 'tstAnimate': '', # parameters required148 'testcase/tstAPI': '', # user interaction required149 'tstCollector': '', # takes forever150 'testcase/tstHeadless': '', # parameters required151 'tstHeadless': '', # parameters required152 'tstMicroRC': '', # required by tstMicro153 'tstVBoxDbg': '', # interactive test154 'testcase/tstTestServMgr': '', # some strange xpcom18a4 test, does not work155 'tstTestServMgr': '', # some strange xpcom18a4 test, does not work156 'tstPDMAsyncCompletion': '', # parameters required157 'testcase/tstXptDump': '', # parameters required158 'tstXptDump': '', # parameters required159 'testcase/tstnsIFileEnumerator': '', # some strange xpcom18a4 test, does not work160 'tstnsIFileEnumerator': '', # some strange xpcom18a4 test, does not work161 'testcase/tstSimpleTypeLib': '', # parameters required162 'tstSimpleTypeLib': '', # parameters required163 'testcase/tstTestAtoms': '', # additional test file (words.txt) required164 'tstTestAtoms': '', # additional test file (words.txt) required165 'testcase/tstXptLink': '', # parameters required166 'tstXptLink': '', # parameters required167 'tstXPCOMCGlue': '', # user interaction required168 'testcase/tstXPCOMCGlue': '', # user interaction required169 'testcase/tstCAPIGlue': '', # user interaction required170 'testcase/tstTestCallTemplates': '', # some strange xpcom18a4 test, segfaults171 'tstTestCallTemplates': '', # some strange xpcom18a4 test, segfaults172 'testcase/tstRTFilesystem': '', # parameters required173 'testcase/tstRTDvm': '', # parameters required174 # later 175 'testcase/tstIntNetR0': '', # RTSPINLOCK_FLAGS_INTERRUPT_SAFE == RTSPINLOCK_FLAGS_INTERRUPT_UNSAFE176 # slow stuff 177 'testcase/tstAvl': '', # SLOW!178 'testcase/tstRTAvl': '', # SLOW! (new name)179 'testcase/tstVD': '', # 8GB fixed-sized vmdk180 # failed or hang 181 'testcase/tstCryptoPkcs7Verify': '', # hang182 'tstOVF': '', # hang (only ancient version, now in new place)183 'testcase/tstOVF': '', # Creates mess when fails, needs to be run in a separate test.184 'testcase/tstRTLockValidator': '', # Lock validation is not enabled for critical sections185 'testcase/tstGuestControlSvc': '', # failed: line 288: testHost(&svcTable): expected VINF_SUCCESS, got VERR_NOT_FOUND186 'testcase/tstRTMemEf': '', # failed w/o error message187 'testcase/tstSupSem': '', # failed: SRE Timeout Accuracy (ms) : FAILED (1 errors)188 'testcase/tstCryptoPkcs7Sign': '', # failed: 29330:error:02001002:lib(2):func(1):reason(2):NA:0:fopen('server.pem': '','r')189 'testcase/tstCompressionBenchmark': '', # failed: error: RTZipBlockCompress failed190 # for 'RTZipBlock/LZJB' (#4): VERR_NOT_SUPPORTED191 'tstPDMAsyncCompletionStress': '', # VERR_INVALID_PARAMETER (cbSize = 0)192 'tstMicro': '', # doesn't work on solaris, fix later if we care.193 'tstVMM-HwAccm': '', # failed: Only checked AMD-V on linux194 'tstVMM-HM': '', # failed: Only checked AMD-V on linux195 'tstVMMFork': '', # failed: xtracker 6171196 'tstTestFactory': '', # some strange xpcom18a4 test, does not work197 'testcase/tstRTSemXRoads': '', # sporadically failed: Traffic - 8 threads per direction, 10 sec : FAILED (8 errors)198 'tstVBoxAPILinux': '', # creates VirtualBox directories for root user because of sudo (should be in vbox)199 'testcase/tstVMStructDTrace': '', # This is a D-script generator.200 'tstVMStructRC': '', # This is a C-code generator.201 'tstDeviceStructSizeRC': '', # This is a C-code generator.202 'testcase/tstTSC': '', # Doesn't test anything and might fail with HT or/and too many cores.203 'testcase/tstOpenUSBDev': '', # Not a useful testcase.204 'testcase/tstX86-1': '', # Really more guest side.205 'testcase/tstX86-FpuSaveRestore': '', # Experiments, could be useful for the guest not the host.206 'tstAsmStructsRC': '', # Testcase run during build time (fails to find libstdc++.so.6 on some207 # Solaris testboxes).123 'testcase/tstDisasm-2': '', # without parameters it will disassembler 1GB starting from 0 124 'testcase/tstFileAppendWin-1': '', 125 'testcase/tstDir': '', # useless without parameters 126 'testcase/tstDir-2': '', # useless without parameters 127 'testcase/tstGlobalConfig': '', 128 'testcase/tstHostHardwareLinux': '', # must be killed with CTRL-C 129 'testcase/tstHttp': '', # Talks to outside servers. 130 'testcase/tstRTHttp': '', # parameters required 131 'testcase/tstLdr-2': '', # parameters required 132 'testcase/tstLdr-3': '', # parameters required 133 'testcase/tstLdr': '', # parameters required 134 'testcase/tstLdrLoad': '', # parameters required 135 'testcase/tstMove': '', # parameters required 136 'testcase/tstRTR0Timer': '', # loads 'tstRTR0Timer.r0' 137 'testcase/tstRTR0ThreadDriver': '', # loads 'tstRTR0Thread.r0' 138 'testcase/tstRunTestcases': '', # that's a script like this one 139 'testcase/tstRTReqPool': '', # fails sometimes, testcase buggy 140 'testcase/tstRTS3': '', # parameters required 141 'testcase/tstSDL': '', # graphics test 142 'testcase/tstSupLoadModule': '', # Needs parameters and vboxdrv access. Covered elsewhere. 143 'testcase/tstSeamlessX11': '', # graphics test 144 'testcase/tstTime-3': '', # parameters required 145 'testcase/tstVBoxControl': '', # works only inside a guest 146 'testcase/tstVDCopy': '', # parameters required 147 'testcase/tstVDFill': '', # parameters required 148 'tstAnimate': '', # parameters required 149 'testcase/tstAPI': '', # user interaction required 150 'tstCollector': '', # takes forever 151 'testcase/tstHeadless': '', # parameters required 152 'tstHeadless': '', # parameters required 153 'tstMicroRC': '', # required by tstMicro 154 'tstVBoxDbg': '', # interactive test 155 'testcase/tstTestServMgr': '', # some strange xpcom18a4 test, does not work 156 'tstTestServMgr': '', # some strange xpcom18a4 test, does not work 157 'tstPDMAsyncCompletion': '', # parameters required 158 'testcase/tstXptDump': '', # parameters required 159 'tstXptDump': '', # parameters required 160 'testcase/tstnsIFileEnumerator': '', # some strange xpcom18a4 test, does not work 161 'tstnsIFileEnumerator': '', # some strange xpcom18a4 test, does not work 162 'testcase/tstSimpleTypeLib': '', # parameters required 163 'tstSimpleTypeLib': '', # parameters required 164 'testcase/tstTestAtoms': '', # additional test file (words.txt) required 165 'tstTestAtoms': '', # additional test file (words.txt) required 166 'testcase/tstXptLink': '', # parameters required 167 'tstXptLink': '', # parameters required 168 'tstXPCOMCGlue': '', # user interaction required 169 'testcase/tstXPCOMCGlue': '', # user interaction required 170 'testcase/tstCAPIGlue': '', # user interaction required 171 'testcase/tstTestCallTemplates': '', # some strange xpcom18a4 test, segfaults 172 'tstTestCallTemplates': '', # some strange xpcom18a4 test, segfaults 173 'testcase/tstRTFilesystem': '', # parameters required 174 'testcase/tstRTDvm': '', # parameters required 175 # later 176 'testcase/tstIntNetR0': '', # RTSPINLOCK_FLAGS_INTERRUPT_SAFE == RTSPINLOCK_FLAGS_INTERRUPT_UNSAFE 177 # slow stuff 178 'testcase/tstAvl': '', # SLOW! 179 'testcase/tstRTAvl': '', # SLOW! (new name) 180 'testcase/tstVD': '', # 8GB fixed-sized vmdk 181 # failed or hang 182 'testcase/tstCryptoPkcs7Verify': '', # hang 183 'tstOVF': '', # hang (only ancient version, now in new place) 184 'testcase/tstOVF': '', # Creates mess when fails, needs to be run in a separate test. 185 'testcase/tstRTLockValidator': '', # Lock validation is not enabled for critical sections 186 'testcase/tstGuestControlSvc': '', # failed: line 288: testHost(&svcTable): expected VINF_SUCCESS, got VERR_NOT_FOUND 187 'testcase/tstRTMemEf': '', # failed w/o error message 188 'testcase/tstSupSem': '', # failed: SRE Timeout Accuracy (ms) : FAILED (1 errors) 189 'testcase/tstCryptoPkcs7Sign': '', # failed: 29330:error:02001002:lib(2):func(1):reason(2):NA:0:fopen('server.pem': '','r') 190 'testcase/tstCompressionBenchmark': '', # failed: error: RTZipBlockCompress failed 191 # for 'RTZipBlock/LZJB' (#4): VERR_NOT_SUPPORTED 192 'tstPDMAsyncCompletionStress': '', # VERR_INVALID_PARAMETER (cbSize = 0) 193 'tstMicro': '', # doesn't work on solaris, fix later if we care. 194 'tstVMM-HwAccm': '', # failed: Only checked AMD-V on linux 195 'tstVMM-HM': '', # failed: Only checked AMD-V on linux 196 'tstVMMFork': '', # failed: xtracker 6171 197 'tstTestFactory': '', # some strange xpcom18a4 test, does not work 198 'testcase/tstRTSemXRoads': '', # sporadically failed: Traffic - 8 threads per direction, 10 sec : FAILED (8 errors) 199 'tstVBoxAPILinux': '', # creates VirtualBox directories for root user because of sudo (should be in vbox) 200 'testcase/tstVMStructDTrace': '', # This is a D-script generator. 201 'tstVMStructRC': '', # This is a C-code generator. 202 'tstDeviceStructSizeRC': '', # This is a C-code generator. 203 'testcase/tstTSC': '', # Doesn't test anything and might fail with HT or/and too many cores. 204 'testcase/tstOpenUSBDev': '', # Not a useful testcase. 205 'testcase/tstX86-1': '', # Really more guest side. 206 'testcase/tstX86-FpuSaveRestore': '', # Experiments, could be useful for the guest not the host. 207 'tstAsmStructsRC': '', # Testcase run during build time (fails to find libstdc++.so.6 on some 208 # Solaris testboxes). 208 209 }; 209 210
Note:
See TracChangeset
for help on using the changeset viewer.