aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/tests/run.sh
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-10 12:17:34 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-10 12:17:34 +0000
commitc8263e704135436f71a585801966294d6deadeeb (patch)
tree052fc6332fc4e5bdde91c7325b2b497f4da8d3c0 /gm/tests/run.sh
parent07d3a6575b86845ded0d4bd785aec8f4c2cc99dc (diff)
gm: record IntentionallySkipped tests
Review URL: https://codereview.chromium.org/13663003 git-svn-id: http://skia.googlecode.com/svn/trunk@8586 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/tests/run.sh')
-rwxr-xr-xgm/tests/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/gm/tests/run.sh b/gm/tests/run.sh
index 093f7d777e..8348cce0c0 100755
--- a/gm/tests/run.sh
+++ b/gm/tests/run.sh
@@ -159,4 +159,7 @@ gm_test "--hierarchy --match selftest1 $CONFIGS" "$GM_OUTPUTS/no-readpath"
# Test what happens if a subset of the renderModes fail (e.g. pipe)
gm_test "--simulatePipePlaybackFailure --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/json/identical-pixels.json" "$GM_OUTPUTS/pipe-playback-failure"
+# Confirm that IntentionallySkipped tests are recorded as such.
+gm_test "--hierarchy --match selftest1 selftest2 $CONFIGS" "$GM_OUTPUTS/intentionally-skipped-tests"
+
echo "All tests passed."