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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.json

Issue 230473004: V8 Buildbot: Add the ability to disable tests in nosnap mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 8 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 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "[BUILD]\\scripts\\slave\\v8\\v8testing.py", 88 "[BUILD]\\scripts\\slave\\v8\\v8testing.py",
89 "--target", 89 "--target",
90 "Release", 90 "Release",
91 "--arch", 91 "--arch",
92 "ia32", 92 "ia32",
93 "--testname", 93 "--testname",
94 "mjsunit cctest message preparser", 94 "mjsunit cctest message preparser",
95 "--no-snap",
95 "--flaky-tests", 96 "--flaky-tests",
96 "skip" 97 "skip"
97 ], 98 ],
98 "cwd": "[SLAVE_BUILD]\\v8", 99 "cwd": "[SLAVE_BUILD]\\v8",
99 "name": "Check", 100 "name": "Check",
100 "seed_steps": [ 101 "seed_steps": [
101 "Check", 102 "Check",
102 "Check - flaky" 103 "Check - flaky"
103 ] 104 ]
104 }, 105 },
105 { 106 {
106 "abort_on_failure": false, 107 "abort_on_failure": false,
107 "cmd": [ 108 "cmd": [
108 "python", 109 "python",
109 "-u", 110 "-u",
110 "[BUILD]\\scripts\\slave\\v8\\v8testing.py", 111 "[BUILD]\\scripts\\slave\\v8\\v8testing.py",
111 "--target", 112 "--target",
112 "Release", 113 "Release",
113 "--arch", 114 "--arch",
114 "ia32", 115 "ia32",
115 "--testname", 116 "--testname",
116 "mjsunit cctest message preparser", 117 "mjsunit cctest message preparser",
118 "--no-snap",
117 "--flaky-tests", 119 "--flaky-tests",
118 "run" 120 "run"
119 ], 121 ],
120 "cwd": "[SLAVE_BUILD]\\v8", 122 "cwd": "[SLAVE_BUILD]\\v8",
121 "name": "Check - flaky" 123 "name": "Check - flaky"
122 } 124 }
123 ] 125 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap___debug.json ('k') | scripts/slave/v8/v8testing.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698