diff options
| author | caryclark <caryclark@google.com> | 2015-05-13 10:13:17 -0700 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2015-05-13 10:13:17 -0700 |
| commit | 38a017bf44aa1ad25291ad0cbb4ccbe8bd31ab0b (patch) | |
| tree | 0b0d4162932dd39d9e8508a2a3579aeab46f0eda /tests/PathOpsOpLoopThreadedTest.cpp | |
| parent | 8780bc65bd5a53a38ac4b0a53a5fb283e066ec40 (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-x | tests/PathOpsOpLoopThreadedTest.cpp | 2 |
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"); } } } |
