Home
last modified time | relevance | path

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

/third_party/skia/tools/skqp/
Djitter_gms.cpp81 const std::vector<std::string>& doNotRun, in do_this_test() argument
83 for (const std::string& bad : doNotRun) { in do_this_test()
98 std::vector<std::string> doNotRun; in main() local
105 doNotRun.push_back(str); in main()
125 &semaphore, &doNotRun, &testOnlyThese](){ in main()
128 if (do_this_test(name, doNotRun, testOnlyThese)) { in main()