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

Side by Side Diff: gyp/pathops_unittest.gypi

Issue 633393002: harden pathops for pathological test (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: exclude new test that asserts in debug Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | src/pathops/SkAddIntersections.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Common gypi for pathops unit tests. 1 # Common gypi for pathops unit tests.
2 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../src/core', 4 '../src/core',
5 '../src/effects', 5 '../src/effects',
6 '../src/lazy', 6 '../src/lazy',
7 '../src/pathops', 7 '../src/pathops',
8 '../src/pipe/utils', 8 '../src/pipe/utils',
9 '../src/utils', 9 '../src/utils',
10 ], 10 ],
(...skipping 15 matching lines...) Expand all
26 '../tests/PathOpsCubicReduceOrderTest.cpp', 26 '../tests/PathOpsCubicReduceOrderTest.cpp',
27 '../tests/PathOpsCubicToQuadsTest.cpp', 27 '../tests/PathOpsCubicToQuadsTest.cpp',
28 '../tests/PathOpsDCubicTest.cpp', 28 '../tests/PathOpsDCubicTest.cpp',
29 '../tests/PathOpsDLineTest.cpp', 29 '../tests/PathOpsDLineTest.cpp',
30 '../tests/PathOpsDPointTest.cpp', 30 '../tests/PathOpsDPointTest.cpp',
31 '../tests/PathOpsDQuadTest.cpp', 31 '../tests/PathOpsDQuadTest.cpp',
32 '../tests/PathOpsDRectTest.cpp', 32 '../tests/PathOpsDRectTest.cpp',
33 '../tests/PathOpsDTriangleTest.cpp', 33 '../tests/PathOpsDTriangleTest.cpp',
34 '../tests/PathOpsDVectorTest.cpp', 34 '../tests/PathOpsDVectorTest.cpp',
35 '../tests/PathOpsExtendedTest.cpp', 35 '../tests/PathOpsExtendedTest.cpp',
36 '../tests/PathOpsFuzz763Test.cpp',
36 '../tests/PathOpsInverseTest.cpp', 37 '../tests/PathOpsInverseTest.cpp',
37 '../tests/PathOpsLineIntersectionTest.cpp', 38 '../tests/PathOpsLineIntersectionTest.cpp',
38 '../tests/PathOpsLineParametetersTest.cpp', 39 '../tests/PathOpsLineParametetersTest.cpp',
39 '../tests/PathOpsOpCubicThreadedTest.cpp', 40 '../tests/PathOpsOpCubicThreadedTest.cpp',
40 '../tests/PathOpsOpRectThreadedTest.cpp', 41 '../tests/PathOpsOpRectThreadedTest.cpp',
41 '../tests/PathOpsOpTest.cpp', 42 '../tests/PathOpsOpTest.cpp',
42 '../tests/PathOpsQuadIntersectionTest.cpp', 43 '../tests/PathOpsQuadIntersectionTest.cpp',
43 '../tests/PathOpsQuadIntersectionTestData.cpp', 44 '../tests/PathOpsQuadIntersectionTestData.cpp',
44 '../tests/PathOpsQuadLineIntersectionTest.cpp', 45 '../tests/PathOpsQuadLineIntersectionTest.cpp',
45 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', 46 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp',
(...skipping 10 matching lines...) Expand all
56 '../tests/PathOpsTestCommon.cpp', 57 '../tests/PathOpsTestCommon.cpp',
57 '../tests/PathOpsThreadedCommon.cpp', 58 '../tests/PathOpsThreadedCommon.cpp',
58 '../tests/PathOpsTightBoundsTest.cpp', 59 '../tests/PathOpsTightBoundsTest.cpp',
59 '../tests/PathOpsCubicIntersectionTestData.h', 60 '../tests/PathOpsCubicIntersectionTestData.h',
60 '../tests/PathOpsExtendedTest.h', 61 '../tests/PathOpsExtendedTest.h',
61 '../tests/PathOpsQuadIntersectionTestData.h', 62 '../tests/PathOpsQuadIntersectionTestData.h',
62 '../tests/PathOpsTestCommon.h', 63 '../tests/PathOpsTestCommon.h',
63 '../tests/PathOpsThreadedCommon.h', 64 '../tests/PathOpsThreadedCommon.h',
64 ], 65 ],
65 } 66 }
OLDNEW
« no previous file with comments | « no previous file | src/pathops/SkAddIntersections.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698