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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap___debug.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 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'custom_deps': {'v8/test/mozilla/data': ' svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party/mozilla-tests'} , 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'http://v8.googleco de.com/svn/branches/bleeding_edge'}]" 9 "cache_dir = None\nsolutions = [{'custom_deps': {'v8/test/mozilla/data': ' svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party/mozilla-tests'} , 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'http://v8.googleco de.com/svn/branches/bleeding_edge'}]"
10 ], 10 ],
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "cmd": [ 97 "cmd": [
98 "python", 98 "python",
99 "-u", 99 "-u",
100 "[BUILD]/scripts/slave/v8/v8testing.py", 100 "[BUILD]/scripts/slave/v8/v8testing.py",
101 "--target", 101 "--target",
102 "Debug", 102 "Debug",
103 "--arch", 103 "--arch",
104 "ia32", 104 "ia32",
105 "--testname", 105 "--testname",
106 "mjsunit cctest message preparser", 106 "mjsunit cctest message preparser",
107 "--no-snap",
107 "--flaky-tests", 108 "--flaky-tests",
108 "skip" 109 "skip"
109 ], 110 ],
110 "cwd": "[SLAVE_BUILD]/v8", 111 "cwd": "[SLAVE_BUILD]/v8",
111 "name": "Check", 112 "name": "Check",
112 "seed_steps": [ 113 "seed_steps": [
113 "Check", 114 "Check",
114 "Check - flaky", 115 "Check - flaky",
115 "Test262", 116 "Test262",
116 "Mozilla" 117 "Mozilla"
117 ] 118 ]
118 }, 119 },
119 { 120 {
120 "abort_on_failure": false, 121 "abort_on_failure": false,
121 "cmd": [ 122 "cmd": [
122 "python", 123 "python",
123 "-u", 124 "-u",
124 "[BUILD]/scripts/slave/v8/v8testing.py", 125 "[BUILD]/scripts/slave/v8/v8testing.py",
125 "--target", 126 "--target",
126 "Debug", 127 "Debug",
127 "--arch", 128 "--arch",
128 "ia32", 129 "ia32",
129 "--testname", 130 "--testname",
130 "mjsunit cctest message preparser", 131 "mjsunit cctest message preparser",
132 "--no-snap",
131 "--flaky-tests", 133 "--flaky-tests",
132 "run" 134 "run"
133 ], 135 ],
134 "cwd": "[SLAVE_BUILD]/v8", 136 "cwd": "[SLAVE_BUILD]/v8",
135 "name": "Check - flaky" 137 "name": "Check - flaky"
136 }, 138 },
137 { 139 {
138 "cmd": [ 140 "cmd": [
139 "python", 141 "python",
140 "-u", 142 "-u",
141 "[BUILD]/scripts/slave/v8/v8testing.py", 143 "[BUILD]/scripts/slave/v8/v8testing.py",
142 "--target", 144 "--target",
143 "Debug", 145 "Debug",
144 "--arch", 146 "--arch",
145 "ia32", 147 "ia32",
146 "--testname", 148 "--testname",
147 "test262" 149 "test262",
150 "--no-snap"
148 ], 151 ],
149 "cwd": "[SLAVE_BUILD]/v8", 152 "cwd": "[SLAVE_BUILD]/v8",
150 "name": "Test262" 153 "name": "Test262"
151 }, 154 },
152 { 155 {
153 "cmd": [ 156 "cmd": [
154 "python", 157 "python",
155 "-u", 158 "-u",
156 "[BUILD]/scripts/slave/v8/v8testing.py", 159 "[BUILD]/scripts/slave/v8/v8testing.py",
157 "--target", 160 "--target",
158 "Debug", 161 "Debug",
159 "--arch", 162 "--arch",
160 "ia32", 163 "ia32",
161 "--testname", 164 "--testname",
162 "mozilla" 165 "mozilla",
166 "--no-snap"
163 ], 167 ],
164 "cwd": "[SLAVE_BUILD]/v8", 168 "cwd": "[SLAVE_BUILD]/v8",
165 "name": "Mozilla" 169 "name": "Mozilla"
166 } 170 }
167 ] 171 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698