Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Unified Diff: tests/PathOpsSimplifyTrianglesThreadedTest.cpp

Issue 14002007: allow tests to optionally use multiple threads (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/PathOpsSimplifyRectThreadedTest.cpp ('k') | tests/Test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/PathOpsSimplifyTrianglesThreadedTest.cpp
===================================================================
--- tests/PathOpsSimplifyTrianglesThreadedTest.cpp (revision 8745)
+++ tests/PathOpsSimplifyTrianglesThreadedTest.cpp (working copy)
@@ -66,7 +66,7 @@
}
static void PathOpsSimplifyTrianglesThreadedTest(skiatest::Reporter* reporter) {
- int threadCount = initializeTests("testTriangles");
+ int threadCount = initializeTests(reporter, "testTriangles");
PathOpsThreadedTestRunner testRunner(reporter, threadCount);
for (int a = 0; a < 15; ++a) {
int ax = a & 0x03;
« no previous file with comments | « tests/PathOpsSimplifyRectThreadedTest.cpp ('k') | tests/Test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698