OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2014 Google Inc. | 2 * Copyright 2014 Google Inc. |
3 * | 3 * |
4 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
5 * found in the LICENSE file. | 5 * found in the LICENSE file. |
6 */ | 6 */ |
7 #include "PathOpsExtendedTest.h" | 7 #include "PathOpsExtendedTest.h" |
8 #include "PathOpsTestCommon.h" | 8 #include "PathOpsTestCommon.h" |
9 | 9 |
10 #define TEST(name) { name, #name } | 10 #define TEST(name) { name, #name } |
(...skipping 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1377 static const size_t testCount = SK_ARRAY_COUNT(tests); | 1377 static const size_t testCount = SK_ARRAY_COUNT(tests); |
1378 | 1378 |
1379 static bool runReverse = false; | 1379 static bool runReverse = false; |
1380 | 1380 |
1381 DEF_TEST(PathOpsIssue3651, reporter) { | 1381 DEF_TEST(PathOpsIssue3651, reporter) { |
1382 #if DEBUG_SHOW_TEST_NAME | 1382 #if DEBUG_SHOW_TEST_NAME |
1383 strncpy(DEBUG_FILENAME_STRING, "", DEBUG_FILENAME_STRING_LENGTH); | 1383 strncpy(DEBUG_FILENAME_STRING, "", DEBUG_FILENAME_STRING_LENGTH); |
1384 #endif | 1384 #endif |
1385 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runRev
erse); | 1385 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runRev
erse); |
1386 } | 1386 } |
OLD | NEW |