aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-15 15:40:32 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-15 15:40:32 +0000
commit77658b560067ec97a682eba198de9a1b37186c34 (patch)
treed0b0752098945f7f57ad4872b82c3a7c918db1fe /tests
parentcc8be77bc2371bba2ebb43102fa7a5ebc098a856 (diff)
meant to DISABLE this test
git-svn-id: http://skia.googlecode.com/svn/trunk@11775 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r--tests/PathTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index 23ed6eb453..7a1d5abf2b 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -2600,7 +2600,7 @@ static void TestPath(skiatest::Reporter* reporter) {
test_android_specific_behavior(reporter);
test_path_close_issue1474(reporter);
- if (true) { // will remove when fix lands
+ if (false) { // will remove when fix lands
test_path_to_region(reporter);
}
}