Index: gm/tests/run.sh |
=================================================================== |
--- gm/tests/run.sh (revision 8160) |
+++ gm/tests/run.sh (working copy) |
@@ -154,4 +154,7 @@ |
# section should be empty. |
gm_test "--hierarchy --match selftest1 $CONFIGS" "$GM_OUTPUTS/no-readpath" |
+# Test what happens if a subset of the drawing methods fail (e.g. pipe) |
+gm_test "--simulatePipePlaybackFailure --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/json/identical-pixels.json" "$GM_OUTPUTS/pipe-playback-failure" |
+ |
echo "All tests passed." |