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

Side by Side Diff: scripts/slave/recipes/chromium.expected/fail.json

Issue 23889036: Refactor the way that TestApi works so that it is actually useful. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: License headers Created 7 years, 2 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
« no previous file with comments | « scripts/slave/recipes/chromium.py ('k') | scripts/slave/recipes/gatekeeper.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS_ROOT]/gclient.py", 6 "[DEPOT_TOOLS_ROOT]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'custom_deps': {'src/third_ party/WebKit/LayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': Non e}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', ' nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourcefo rge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn:// svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git '}]" 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'custom_deps': {'src/third_ party/WebKit/LayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': Non e}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', ' nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourcefo rge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn:// svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git '}]"
10 ], 10 ],
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "--build-tool", 90 "--build-tool",
91 "ninja", 91 "ninja",
92 "--compiler", 92 "--compiler",
93 "goma", 93 "goma",
94 "--", 94 "--",
95 "All", 95 "All",
96 "chromium_builder_tests" 96 "chromium_builder_tests"
97 ], 97 ],
98 "name": "compile", 98 "name": "compile",
99 "~followup_annotations": [ 99 "~followup_annotations": [
100 "step returned non-zero exit code: 1",
100 "@@@STEP_FAILURE@@@" 101 "@@@STEP_FAILURE@@@"
101 ] 102 ]
102 } 103 }
103 ] 104 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.py ('k') | scripts/slave/recipes/gatekeeper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698