aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/MathTest.cpp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-21 12:15:13 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-21 12:15:13 +0000
commitc544325fdb7148b5cbcf199325b137e814ea457f (patch)
treebfaea52fa70cdd49af1576e4e025a2f92bdbffb2 /tests/MathTest.cpp
parent4c5ea4480341f0f663b51e9d78b948bc0a785f4d (diff)
disable experiemental hack to try to speedup floor
git-svn-id: http://skia.googlecode.com/svn/trunk@5636 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/MathTest.cpp')
-rw-r--r--tests/MathTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MathTest.cpp b/tests/MathTest.cpp
index fb2adc127a..086b7373a8 100644
--- a/tests/MathTest.cpp
+++ b/tests/MathTest.cpp
@@ -591,7 +591,7 @@ static void TestMath(skiatest::Reporter* reporter) {
test_blend(reporter);
#endif
- test_floor(reporter);
+// test_floor(reporter);
// disable for now
if (false) test_blend31(); // avoid bit rot, suppress warning