Temporarily disable clip stack reduce test while working on fix.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 27 Nov 2012 16:50:14 +0000 (16:50 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 27 Nov 2012 16:50:14 +0000 (16:50 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@6567 2bbb7eff-a529-9590-31e7-b0007b416f81

tests/ClipStackTest.cpp

index 8eb1102de89a7bcbd071fe12cbf2b104213e0821..2707e4047ee72c38eb1937ce61a35b80951d18f2 100644 (file)
@@ -903,7 +903,7 @@ static void TestClipStack(skiatest::Reporter* reporter) {
     test_rect_merging(reporter);
     test_iter_rect_merging(reporter);
 #if SK_SUPPORT_GPU
-    test_reduced_clip_stack(reporter);
+    //test_reduced_clip_stack(reporter);
 #endif
 }