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

Side by Side Diff: tools/tests/rebaseline/output/exercise-bug1403/output-expected/stdout

Issue 18416005: rebaseline.py: error out early if --expectations-root not pointing at gm-expected dir (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: add_test_to_exercise_bad_dir_warning Created 7 years, 5 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
(Empty)
1 Traceback (most recent call last):
2 File "tools/rebaseline.py", line 288, in <module>
3 rebaseliner.RebaselineSubdir(subdir=subdir, builder=builder)
4 File "/usr/local/google/home/epoger/src/skia/white/trunk/tools/rebaseline_imag efiles.py", line 260, in RebaselineSubdir
5 'gm-expected directory?') % (subdir, self._expectations_root))
6 Exception: Could not find "base-android-galaxy-nexus" subdir within expectations _root "tools/tests/rebaseline/input". Are you sure --expectations-root is point ing at a valid gm-expected directory?
epoger 2013/07/10 16:28:39 Since this test case sets --expecations-root to a
Stephen White 2013/07/10 16:47:36 More a design question, but should we actually be
epoger 2013/07/10 16:53:34 Advantages of printing the stack trace: - gives yo
epoger 2013/07/10 17:14:27 Disadvantage of printing the stack trace: the stac
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698