Lines Matching refs:tests
17 #include "tests/PathOpsDebug.h"
18 #include "tests/PathOpsExtendedTest.h"
19 #include "tests/PathOpsThreadedCommon.h"
346 out.append("} tests[] = {\n");
676 void RunTestSet(skiatest::Reporter* reporter, TestDesc tests[], size_t count,
683 while (index > 0 && tests[index].fun != firstTest) {
686 (*tests[index].fun)(reporter, tests[index].str);
687 if (tests[index].fun == stopTest) {
695 if (tests[index].fun == skipTest) {
698 if (foundSkip && tests[index].fun != firstTest) {
699 (*tests[index].fun)(reporter, tests[index].str);
701 if (tests[index].fun == stopTest || index == last) {