Searched refs:slowTests (Results 1 – 2 of 2) sorted by relevance
435 bool IsSlowTest(const std::vector<std::string> &slowTests, const TestIdentifier &testID) in IsSlowTest() argument440 for (const std::string &slowTest : slowTests) in IsSlowTest()457 const std::vector<std::string> &slowTests, in TestEventListener() argument465 mSlowTests(slowTests), in TestEventListener()1847 void TestSuite::registerSlowTests(const char *slowTests[], size_t numSlowTests) in registerSlowTests() argument1851 mSlowTests.push_back(slowTests[slowTestIndex]); in registerSlowTests()
138 void registerSlowTests(const char *slowTests[], size_t numSlowTests);