aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-11 15:54:51 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-11 15:54:51 +0000
commitc5c748c14797ae49ba73999a63e3b07315c888e1 (patch)
tree1546c65d26fb3487b7c1c66d920de6f34b100199 /expectations
parenta64ed0fd68c4edf01d43cbd7313eac584702bcf4 (diff)
Handle rrects with one circular corner and three square corners in GrRRectEffect.
BUG=skia:2181 R=jvanverth@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/193263002 git-svn-id: http://skia.googlecode.com/svn/trunk@13739 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'expectations')
-rw-r--r--expectations/gm/ignored-tests.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt
index 5fd60239f9..250dc61daa 100644
--- a/expectations/gm/ignored-tests.txt
+++ b/expectations/gm/ignored-tests.txt
@@ -37,9 +37,13 @@
# http://skbug.com/2222 : Inverse filled paths get inverse stroked
inverse_paths
-# bsalomon: The rrects that can be drawn by effects are now tightly packed in the GM image.
-# https://codereview.chromium.org/190953008
+# bsalomon: Additional test cases were added to these GMs
+# https://codereview.chromium.org/193263002/
rrect_effect
+rrect_draw_bw
+rrect_draw_aa
+rrect_clip_bw
+rrect_clip_aa
# reed: https://codereview.chromium.org/190723004/
# This change removes an API that this GM was testing. If/when it lands and sticks,