Home
last modified time | relevance | path

Searched refs:TestQueue (Results 1 - 7 of 7) sorted by relevance

/third_party/vixl/tools/
H A Dtest_runner.py96 class TestQueue(threaded_tests.TestQueue): class
98 super(TestQueue, self).__init__('test_runner: ')
121 return super(TestQueue, self).Run(jobs, verbose, RunTest)
H A Dclang_tidy.py36 from threaded_tests import Test, TestQueue namespace
139 queue = TestQueue(prefix = progress_prefix)
H A Dclang_format.py38 from threaded_tests import Test, TestQueue namespace
181 queue = TestQueue(prefix = progress_prefix)
H A Dthreaded_tests.py51 class TestQueue(object): class
H A Dtest.py369 tests = test_runner.TestQueue()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.h124 using TestQueue = std::queue<std::vector<TestIdentifier>>;
175 TestQueue mTestQueue;
H A DTestSuite.cpp887 TestQueue BatchTests(const std::vector<TestIdentifier> &tests, int batchSize) in BatchTests()
898 TestQueue testQueue; in BatchTests()
1830 TestQueue emptyTestQueue; in run()

Completed in 6 milliseconds