| commit | c544325fdb7148b5cbcf199325b137e814ea457f | [log] [tgz] |
|---|---|---|
| author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Sep 21 12:15:13 2012 +0000 |
| committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Sep 21 12:15:13 2012 +0000 |
| tree | bfaea52fa70cdd49af1576e4e025a2f92bdbffb2 | |
| parent | 4c5ea4480341f0f663b51e9d78b948bc0a785f4d [diff] [blame] |
disable experiemental hack to try to speedup floor git-svn-id: http://skia.googlecode.com/svn/trunk@5636 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/MathTest.cpp b/tests/MathTest.cpp index fb2adc1..086b737 100644 --- a/tests/MathTest.cpp +++ b/tests/MathTest.cpp
@@ -591,7 +591,7 @@ test_blend(reporter); #endif - test_floor(reporter); +// test_floor(reporter); // disable for now if (false) test_blend31(); // avoid bit rot, suppress warning