aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-13 20:46:50 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-13 20:46:50 +0000
commit454008ae29dc3d86730e241f04c2ff0888e3d83c (patch)
tree3afd035b480c9f71bde1d072bdf5483794fb79c2 /gm
parent72fac3533e33ba2cb399dbcb87b40027b8d67cd5 (diff)
comment-only change to gm/tests/run.sh
git-svn-id: http://skia.googlecode.com/svn/trunk@6407 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rwxr-xr-xgm/tests/run.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/gm/tests/run.sh b/gm/tests/run.sh
index 276a77522a..103a71f816 100755
--- a/gm/tests/run.sh
+++ b/gm/tests/run.sh
@@ -1,6 +1,15 @@
#!/bin/bash
# Self-tests for gm, based on tools/tests/run.sh
+#
+# These tests are run by the Skia_PerCommit_House_Keeping bot at every commit,
+# so make sure that they still pass when you make changes to gm!
+#
+# TODO: Even though these tests are passing on the Skia_PerCommit_House_Keeping
+# bot (which runs on Linux), they fail when I run them on my Mac.
+# Ideally, these tests should pass on all development platforms...
+# otherwise, how can developers be expected to test them before committing a
+# change?
# cd into .../trunk so all the paths will work
cd $(dirname $0)/../..