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

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 1412563007: Run Mojo apptests step on Windows main and cq bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use sys.executable in mojo_apptests.py commandline. Created 5 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 | testing/scripts/mojo_apptests.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 "Vista Tests (1)": { 2 "Vista Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 }, 1569 },
1570 { 1570 {
1571 "test": "resource_provider_unittests" 1571 "test": "resource_provider_unittests"
1572 }, 1572 },
1573 { 1573 {
1574 "test": "ui_touch_selection_unittests" 1574 "test": "ui_touch_selection_unittests"
1575 }, 1575 },
1576 { 1576 {
1577 "test": "window_manager_unittests" 1577 "test": "window_manager_unittests"
1578 } 1578 }
1579 ],
1580 "scripts": [
1581 {
1582 "name": "mojo_apptests",
1583 "script": "mojo_apptests.py"
1584 }
1579 ] 1585 ]
1580 }, 1586 },
1581 "Win8 GN": { 1587 "Win8 GN": {
1582 "additional_compile_targets": [ 1588 "additional_compile_targets": [
1583 "accessibility_unittests", 1589 "accessibility_unittests",
1584 "app_list_unittests", 1590 "app_list_unittests",
1585 "app_shell_unittests", 1591 "app_shell_unittests",
1586 "ash_unittests", 1592 "ash_unittests",
1587 "aura_unittests", 1593 "aura_unittests",
1588 "cacheinvalidation_unittests", 1594 "cacheinvalidation_unittests",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 "name": "telemetry_perf_unittests", 2004 "name": "telemetry_perf_unittests",
1999 "script": "telemetry_perf_unittests.py" 2005 "script": "telemetry_perf_unittests.py"
2000 }, 2006 },
2001 { 2007 {
2002 "name": "nacl_integration", 2008 "name": "nacl_integration",
2003 "script": "nacl_integration.py" 2009 "script": "nacl_integration.py"
2004 } 2010 }
2005 ] 2011 ]
2006 } 2012 }
2007 } 2013 }
OLDNEW
« no previous file with comments | « no previous file | testing/scripts/mojo_apptests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698