Home
last modified time | relevance | path

Searched refs:testsInBatch (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/runner/
H A DTestSuite.cpp867 testsInBatch = std::move(rhs.testsInBatch); in operator =()
1171 const std::vector<TestIdentifier> &testsInBatch) in launchChildTestProcess() argument
1186 std::string filterString = GetTestFilter(testsInBatch); in launchChildTestProcess()
1259 processInfo.testsInBatch = testsInBatch; in launchChildTestProcess()
1287 for (const TestIdentifier &id : processInfo->testsInBatch) in finishProcess()
1470 std::vector<TestIdentifier> testsInBatch = mTestQueue.front(); in run() local
1473 if (!launchChildTestProcess(++batchId, testsInBatch)) in run()
1504 for (const TestIdentifier &testIdentifier : processInfo.testsInBatch) in run()
1515 totalTestCount += static_cast<uint32_t>(processInfo.testsInBatch.size()); in run()
H A DTestSuite.h112 std::vector<TestIdentifier> testsInBatch; member
138 bool launchChildTestProcess(uint32_t batchId, const std::vector<TestIdentifier> &testsInBatch);