Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Side by Side Diff: tools/tests/run.sh

Issue 16093025: rebaseline.py: if --tests is not specified, get test list from actual-results.json (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: add_test_for_json_case Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Tests for our tools. 3 # Tests for our tools.
4 # 4 #
5 # TODO: currently, this only passes on Linux (which is the platform that 5 # TODO: currently, this only passes on Linux (which is the platform that
6 # the housekeeper bot runs on, e.g. 6 # the housekeeper bot runs on, e.g.
7 # http://70.32.156.51:10117/builders/Skia_PerCommit_House_Keeping/builds/1415/st eps/RunToolSelfTests/logs/stdio ) 7 # http://70.32.156.51:10117/builders/Skia_PerCommit_House_Keeping/builds/1415/st eps/RunToolSelfTests/logs/stdio )
8 # See https://code.google.com/p/skia/issues/detail?id=677 8 # See https://code.google.com/p/skia/issues/detail?id=677
9 # ('make tools/tests/run.sh work cross-platform') 9 # ('make tools/tests/run.sh work cross-platform')
10 # Ideally, these tests should pass on all development platforms... 10 # Ideally, these tests should pass on all development platforms...
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 benchgraph_download_rawdata $PLATFORM 7686 "$BENCHDATA_FILE_SUFFIXES_YES_INDIVID UAL_TILES" 190 benchgraph_download_rawdata $PLATFORM 7686 "$BENCHDATA_FILE_SUFFIXES_YES_INDIVID UAL_TILES"
191 benchgraph_test $PLATFORM 191 benchgraph_test $PLATFORM
192 192
193 # 193 #
194 # Test rebaseline.py ... 194 # Test rebaseline.py ...
195 # 195 #
196 196
197 REBASELINE_TESTDIR=tools/tests/rebaseline 197 REBASELINE_TESTDIR=tools/tests/rebaseline
198 rebaseline_test "--tests test1 test2 --configs 565 8888 --subdirs base-android-g alaxy-nexus base-shuttle-win7-intel-float" "$REBASELINE_TESTDIR/subset" 198 rebaseline_test "--tests test1 test2 --configs 565 8888 --subdirs base-android-g alaxy-nexus base-shuttle-win7-intel-float" "$REBASELINE_TESTDIR/subset"
199 rebaseline_test "--tests test1 test2" "$REBASELINE_TESTDIR/all" 199 rebaseline_test "--tests test1 test2" "$REBASELINE_TESTDIR/all"
200 rebaseline_test "--json_base_url file:$REBASELINE_TESTDIR/using-json --subdirs b ase-android-galaxy-nexus base-shuttle-win7-intel-float" "$REBASELINE_TESTDIR/usi ng-json"
epoger 2013/06/05 02:42:56 Patchset 4 adds a test case that gets the list of
200 201
201 202
202 echo "All tests passed." 203 echo "All tests passed."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698