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

Unified Diff: masters/master.client.v8/master.cfg

Issue 4215002: Turn on the gpu layout tests on the main bots.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « masters/master.chromium/master_win_webkit_cfg.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.v8/master.cfg
===================================================================
--- masters/master.client.v8/master.cfg (revision 64306)
+++ masters/master.client.v8/master.cfg (working copy)
@@ -329,19 +329,19 @@
'show_perf_results': True})
f_webkit_rel_v8 = win_webkit().ChromiumV8LatestFactory('webkit-rel-v8',
- tests=['test_shell', 'webkit', 'webkit_unit'],
+ tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
factory_properties={'archive_webkit_results': True})
f_webkit_rel_mac_v8 = mac().ChromiumV8LatestFactory(
'webkit-rel-mac-v8',
- tests=['test_shell', 'webkit', 'webkit_unit'],
+ tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
factory_properties={'archive_webkit_results': True},
options=['--', '-project',
'../webkit/webkit.xcodeproj'])
f_webkit_rel_linux_v8 = linux().ChromiumV8LatestFactory(
'webkit-rel-linux-v8',
- tests=['test_shell', 'webkit', 'webkit_unit'],
+ tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
options=['--build-tool=make', 'test_shell', 'test_shell_tests',
'webkit_unit_tests'],
factory_properties={'archive_webkit_results': True,
@@ -349,7 +349,7 @@
f_webkit_rel_linux64_v8 = linux().ChromiumV8LatestFactory(
'webkit-rel-linux64-v8',
- tests=['test_shell', 'webkit', 'webkit_unit'],
+ tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
options=['--build-tool=make', 'test_shell', 'test_shell_tests',
'webkit_unit_tests'],
factory_properties={'archive_webkit_results': True,
« no previous file with comments | « masters/master.chromium/master_win_webkit_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698