aboutsummaryrefslogtreecommitdiff
path: root/tests/PathOpsOpLoopThreadedTest.cpp
diff options
context:
space:
mode:
authorcaryclark <caryclark@google.com>2015-05-13 10:13:17 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-13 10:13:17 -0700
commit38a017bf44aa1ad25291ad0cbb4ccbe8bd31ab0b (patch)
tree0b0d4162932dd39d9e8508a2a3579aeab46f0eda /tests/PathOpsOpLoopThreadedTest.cpp
parent8780bc65bd5a53a38ac4b0a53a5fb283e066ec40 (diff)
clean up tests
Confirm that no path ops tests are flaky, and clean up errors around that. The test framework was incorrectly checking for >= MAX_ERRORS for failure and <= MAX_ERRORS for success. TBR=reed@google.com Review URL: https://codereview.chromium.org/1140563003
Diffstat (limited to 'tests/PathOpsOpLoopThreadedTest.cpp')
-rwxr-xr-xtests/PathOpsOpLoopThreadedTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathOpsOpLoopThreadedTest.cpp b/tests/PathOpsOpLoopThreadedTest.cpp
index d8689bfc17..3f6d081e5d 100755
--- a/tests/PathOpsOpLoopThreadedTest.cpp
+++ b/tests/PathOpsOpLoopThreadedTest.cpp
@@ -85,7 +85,7 @@ static void testOpLoopsMain(PathOpsThreadState* data) {
if (progress) {
outputProgress(state.fPathStr, pathStr, kIntersect_SkPathOp);
}
- testThreadedPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops");
+ testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops");
}
}
}