/third_party/node/deps/v8/tools/testrunner/local/fake_testsuite/ |
H A D | testcfg.py | 8 from testrunner.local import testsuite, statusfile namespace 11 class TestLoader(testsuite.TestLoader): 25 class TestSuite(testsuite.TestSuite): 30 return testsuite.TestCase
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-multithread.cpp | 59 unsigned MultiThreadTest::runTask(unsigned thread_num, PF func, std::string testsuite, std::string testcase) in runTask() argument 68 appendTaskToList(i, func, testsuite, testcase); in runTask() 83 void MultiThreadTest::appendTaskToList(unsigned thread_id, PF func, std::string testsuite, std::string testcase) in appendTaskToList() argument 85 TestTask task(testsuite, testcase, func); in appendTaskToList() 87 randomTasks[testsuite].emplace_back(task); in appendTaskToList()
|
/third_party/node/deps/v8/tools/unittests/testdata/testroot1/test/sweet/ |
H A D | testcfg.py | 9 from testrunner.local import testsuite namespace 12 class TestLoader(testsuite.TestLoader): 20 class TestSuite(testsuite.TestSuite):
|
/third_party/node/deps/v8/tools/unittests/testdata/testroot2/test/sweet/ |
H A D | testcfg.py | 9 from testrunner.local import testsuite namespace 13 class TestLoader(testsuite.TestLoader): 18 class TestSuite(testsuite.TestSuite):
|
/third_party/node/deps/v8/tools/unittests/testdata/testroot3/test/sweet/ |
H A D | testcfg.py | 9 from testrunner.local import testsuite namespace 12 class TestLoader(testsuite.TestLoader): 20 class TestSuite(testsuite.TestSuite):
|
/third_party/googletest/googletest/include/gtest/hwext/ |
H A D | gtest-multithread.h | 55 uint runTask(unsigned thread_num, PF func, std::string testsuite, std::string testcase); 56 void appendTaskToList(unsigned thread_id, PF func, std::string testsuite, std::string testcase); 83 inline void addPostTest(unsigned thread_id, PF func, std::string testsuite = "NA", std::string testcase = "NA") in addPostTest() 86 testInstance.appendTaskToList(thread_id, func, testsuite, testcase); in addPostTest()
|
/third_party/ltp/testcases/kernel/fs/racer/ |
H A D | fs_racer.sh | 73 echo usage: fs_racer.sh -t DURATION [Execute the testsuite for given DURATION seconds]
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | spirv_test_framework.py | 20 class will be created and serve as a test case in that testsuite. The test 185 for a test case class, and then puts the class in a certain testsuite. 244 def add_test(self, testsuite, test): 246 self.tests[testsuite].append(TestCase(test, self))
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | spirv_test_framework.py | 20 class will be created and serve as a test case in that testsuite. The test 185 for a test case class, and then puts the class in a certain testsuite. 244 def add_test(self, testsuite, test): 246 self.tests[testsuite].append(TestCase(test, self))
|
/third_party/spirv-tools/test/tools/ |
H A D | spirv_test_framework.py | 20 class will be created and serve as a test case in that testsuite. The test 185 for a test case class, and then puts the class in a certain testsuite. 244 def add_test(self, testsuite, test): 246 self.tests[testsuite].append(TestCase(test, self))
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | testsuite_test.py | 17 from testrunner.local.testsuite import TestSuite, TestGenerator
|
/third_party/node/deps/v8/tools/testrunner/ |
H A D | base_runner.py | 26 from testrunner.local import testsuite namespace 390 help="The testsuite name in the JUnit output file") 642 test_chain = testsuite.TestGenerator(0, [], []) 646 suite = testsuite.TestSuite.Load(
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 1378 testsuite = xml.etree.ElementTree.Element('testsuite') 1379 testsuite.attrib['errors'] = str(num_errors) 1380 testsuite.attrib['failures'] = str(num_failures) 1381 testsuite.attrib['name'] = 'cpplint' 1384 testsuite.attrib['tests'] = str(1) 1385 xml.etree.ElementTree.SubElement(testsuite, 'testcase', name='passed') 1388 testsuite.attrib['tests'] = str(num_errors + num_failures) 1390 testcase = xml.etree.ElementTree.SubElement(testsuite, 'testcase') 1407 testcase = xml.etree.ElementTree.SubElement(testsuite, 'testcas [all...] |
/third_party/mesa3d/.gitlab-ci/ |
H A D | deqp-runner.sh | 219 --testsuite dEQP \
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/ |
H A D | main.go | 315 Testsuites []Testsuite `json:"testsuite"`
|
/third_party/python/PCbuild/ |
H A D | prepare_libffi.bat | 182 %SH% -lc "(cd $OLDPWD; export PATH=/usr/bin:$PATH; cp `find $PWD -name 'libffi-?.dll'` $HOST/testsuite/; make check; cat `find ./ -name libffi.log`)"
|
/third_party/python/Lib/unittest/test/ |
H A D | test_loader.py | 578 m.testsuite = unittest.TestSuite([MyTestCase('test')]) 581 suite = loader.loadTestsFromName('testsuite', m) 1002 m.testsuite = unittest.TestSuite([MyTestCase('test')]) 1005 suite = loader.loadTestsFromNames(['testsuite'], m) 1008 self.assertEqual(list(suite), [m.testsuite])
|
/third_party/node/deps/v8/tools/ |
H A D | v8_presubmit.py | 46 from testrunner.local import testsuite namespace
|
/third_party/curl/projects/ |
H A D | build-wolfssl.bat | 324 "%MSBUILD_OUTDIR%\testsuite.exe"
|
/third_party/ltp/ |
H A D | runltp | 156 -r LTPROOT Fully qualified path where testsuite is installed. 160 -t DURATION Execute the testsuite for given duration. Examples: 165 -I ITERATIONS Execute the testsuite ITERATIONS times. 167 -x INSTANCES Run multiple instances of this testsuite.
|