| commit | e09d6f48190ee8c015fc22e9531293861bd99184 | [log] [tgz] |
|---|---|---|
| author | rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 27 18:53:41 2013 +0000 |
| committer | rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 27 18:53:41 2013 +0000 |
| tree | c6c6ade68c4d8d60c88fe24ce0055b4d072f53a3 | |
| parent | 42cb6c0247894b631976fd361d46be9260b27c3b [diff] [blame] |
Revert of r10943. Review URL: https://codereview.chromium.org/23626002 git-svn-id: http://skia.googlecode.com/svn/trunk@10944 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/DrawPathTest.cpp b/tests/DrawPathTest.cpp index 9f440f6..f47b8c3 100644 --- a/tests/DrawPathTest.cpp +++ b/tests/DrawPathTest.cpp
@@ -320,7 +320,10 @@ if (false) test_crbug131181(); test_infinite_dash(reporter); test_crbug_165432(reporter); - test_big_aa_rect(reporter); + + if (false) { // working on a fix + test_big_aa_rect(reporter); + } } #include "TestClassDef.h"