comment-only change to gm/tests/run.sh
authorepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 13 Nov 2012 20:46:50 +0000 (20:46 +0000)
committerepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 13 Nov 2012 20:46:50 +0000 (20:46 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@6407 2bbb7eff-a529-9590-31e7-b0007b416f81

gm/tests/run.sh

index 276a775..103a71f 100755 (executable)
@@ -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)/../..