Searched defs:runTest (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/python/tests/
H A DtstLastError.py8 def runTest(self): member in class:TestCase
/vbox/src/libs/libxml2-2.6.31/
H A Dregressions.py202 def runTest(description): function
246 # parameter file. Once a test section has been identified, runTest is called
309 runTest(self.testParams)
H A Dcheck-xinclude-test-suite.py55 def runTest(test, basedir): function
183 runTest(test, base)
H A Dcheck-xml-test-suite.py287 def runTest(test): function
371 runTest(test)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Djoinkk.c90 void runTest(PRThreadScope scope1, PRThreadScope scope2) function
171 runTest(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD);
H A Djoinku.c91 void runTest(PRThreadScope scope1, PRThreadScope scope2) function
175 runTest(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
H A Djoinuk.c89 void runTest(PRThreadScope scope1, PRThreadScope scope2) function
173 runTest(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
H A Djoinuu.c91 void runTest(PRThreadScope scope1, PRThreadScope scope2) function
174 runTest(PR_LOCAL_THREAD, PR_LOCAL_THREAD);
H A Djoin.c119 void runTest(PRThreadScope scope1, PRThreadScope scope2) function
239 runTest(PR_LOCAL_THREAD, PR_LOCAL_THREAD);
241 runTest(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
243 runTest(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
245 runTest(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD);

Completed in 69 milliseconds