diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-27 16:50:14 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-27 16:50:14 +0000 |
commit | 26daa8bbeee92fb763de4f3885a5193d4ab2c827 (patch) | |
tree | 5fbcf439ebdd6d650cdd743d2a5efdb49b2db47d | |
parent | 0699e02101405623ad47f225729ed2521b2a0501 (diff) |
Temporarily disable clip stack reduce test while working on fix.
git-svn-id: http://skia.googlecode.com/svn/trunk@6567 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | tests/ClipStackTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ClipStackTest.cpp b/tests/ClipStackTest.cpp index 8eb1102de8..2707e4047e 100644 --- a/tests/ClipStackTest.cpp +++ b/tests/ClipStackTest.cpp @@ -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 } |