Home
last modified time | relevance | path

Searched refs:testsuite (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/local/fake_testsuite/
H A Dtestcfg.py8 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 Dgtest-multithread.cpp59 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 Dtestcfg.py9 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 Dtestcfg.py9 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 Dtestcfg.py9 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 Dgtest-multithread.h55 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 Dfs_racer.sh73 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 Dspirv_test_framework.py20 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 Dspirv_test_framework.py20 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 Dspirv_test_framework.py20 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 Dtestsuite_test.py17 from testrunner.local.testsuite import TestSuite, TestGenerator
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py26 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 Dcpplint.py1378 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 Ddeqp-runner.sh219 --testsuite dEQP \
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
H A Dmain.go315 Testsuites []Testsuite `json:"testsuite"`
/third_party/python/PCbuild/
H A Dprepare_libffi.bat182 %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 Dtest_loader.py578 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 Dv8_presubmit.py46 from testrunner.local import testsuite namespace
/third_party/curl/projects/
H A Dbuild-wolfssl.bat324 "%MSBUILD_OUTDIR%\testsuite.exe"
/third_party/ltp/
H A Drunltp156 -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.

Completed in 14 milliseconds