diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-01 16:46:49 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-01 16:46:49 +0000 |
commit | c5d71e2a9714e5e86a959d6aaeb31d5434d26619 (patch) | |
tree | be9750ab302b6845a73d1c9e54b7e660eab6b318 /gm/tests | |
parent | 44a18d5819429e74f17c10aa95ae2a02e6343f04 (diff) |
gm self-test: disable spuriously-failing aaclip tests
Review URL: https://codereview.chromium.org/12377049
git-svn-id: http://skia.googlecode.com/svn/trunk@7927 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/tests')
-rwxr-xr-x | gm/tests/run.sh | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/gm/tests/run.sh b/gm/tests/run.sh index f539598264..fdfb2f2690 100755 --- a/gm/tests/run.sh +++ b/gm/tests/run.sh @@ -160,10 +160,14 @@ gm_test "--hierarchy --match selftest1 $CONFIGS" "$GM_OUTPUTS/no-readpath" # This test would have caught # http://code.google.com/p/skia/issues/detail?id=1079 ('gm generating # spurious pixel_error messages as of r7258'). -IMAGEDIR=$GM_TEMPFILES/aaclip-images -rm -rf $IMAGEDIR -mkdir -p $IMAGEDIR -gm_test "--match simpleaaclip_path $CONFIGS -w $IMAGEDIR" "$GM_OUTPUTS/aaclip-write" -gm_test "--match simpleaaclip_path $CONFIGS -r $IMAGEDIR" "$GM_OUTPUTS/aaclip-readback" +# +# TODO(epoger): Disabled pending https://code.google.com/p/skia/issues/detail?id=1142 +# ('gm self-tests: aaclip checksums failing') +# +#IMAGEDIR=$GM_TEMPFILES/aaclip-images +#rm -rf $IMAGEDIR +#mkdir -p $IMAGEDIR +#gm_test "--match simpleaaclip_path $CONFIGS -w $IMAGEDIR" "$GM_OUTPUTS/aaclip-write" +#gm_test "--match simpleaaclip_path $CONFIGS -r $IMAGEDIR" "$GM_OUTPUTS/aaclip-readback" echo "All tests passed." |