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

Side by Side Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 2437333002: Add new flag to trace-wrappables bot (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Linux___TraceWrappables.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from . import steps 5 from . import steps
6 6
7 RESULTS_URL = 'https://chromeperf.appspot.com' 7 RESULTS_URL = 'https://chromeperf.appspot.com'
8 8
9 9
10 KITCHEN_TEST_SPEC = { 10 KITCHEN_TEST_SPEC = {
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'BUILD_CONFIG': 'Debug', 170 'BUILD_CONFIG': 'Debug',
171 'TARGET_BITS': 64, 171 'TARGET_BITS': 64,
172 }, 172 },
173 'compile_targets': [ 173 'compile_targets': [
174 'blink_tests', 174 'blink_tests',
175 ], 175 ],
176 'tests': [ 176 'tests': [
177 steps.BlinkTest(extra_args=[ 177 steps.BlinkTest(extra_args=[
178 '--additional-driver-flag', 178 '--additional-driver-flag',
179 '--enable-blink-features=TraceWrappables', 179 '--enable-blink-features=TraceWrappables',
180 '--additional-driver-flag',
181 '--js-flags=--incremental-marking-wrappers',
180 ]), 182 ]),
181 ], 183 ],
182 'testing': { 184 'testing': {
183 'platform': 'linux', 185 'platform': 'linux',
184 }, 186 },
185 'enable_swarming': True, 187 'enable_swarming': True,
186 'use_isolate': True, 188 'use_isolate': True,
187 }, 189 },
188 'WebKit Mac - WPTServe':{ 190 'WebKit Mac - WPTServe':{
189 'chromium_config': 'chromium', 191 'chromium_config': 'chromium',
(...skipping 1905 matching lines...) Expand 10 before | Expand all | Expand 10 after
2095 'TARGET_PLATFORM': 'win', 2097 'TARGET_PLATFORM': 'win',
2096 'TARGET_BITS': 32, 2098 'TARGET_BITS': 32,
2097 }, 2099 },
2098 'bot_type': 'builder_tester', 2100 'bot_type': 'builder_tester',
2099 'testing': { 'platform': 'win', }, 2101 'testing': { 'platform': 'win', },
2100 'use_isolate': True, 2102 'use_isolate': True,
2101 'enable_swarming': True, 2103 'enable_swarming': True,
2102 }, 2104 },
2103 }, 2105 },
2104 } 2106 }
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Linux___TraceWrappables.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698