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

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

Issue 2746363014: Switch three more tests to Ozone X11. (Closed)
Patch Set: Full patch. Created 3 years, 9 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
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | no next file » | 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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 11418 matching lines...) Expand 10 before | Expand all | Expand 10 after
11429 "script": "nacl_integration.py" 11429 "script": "nacl_integration.py"
11430 } 11430 }
11431 ] 11431 ]
11432 }, 11432 },
11433 "Mojo ChromiumOS": { 11433 "Mojo ChromiumOS": {
11434 "additional_compile_targets": [ 11434 "additional_compile_targets": [
11435 "mash:all" 11435 "mash:all"
11436 ], 11436 ],
11437 "gtest_tests": [ 11437 "gtest_tests": [
11438 { 11438 {
11439 "swarming": {
11440 "can_use_on_swarming_builders": true
11441 },
11442 "test": "ash_unittests"
11443 },
11444 {
11445 "swarming": {
11446 "can_use_on_swarming_builders": true
11447 },
11448 "test": "gpu_ipc_service_unittests"
11449 },
11450 {
11451 "swarming": {
11452 "can_use_on_swarming_builders": true
11453 },
11454 "test": "gpu_unittests"
11455 },
11456 {
11457 "args": [ 11439 "args": [
11458 "--override-use-software-gl-for-tests", 11440 "--override-use-software-gl-for-tests",
11459 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter" 11441 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter"
11460 ], 11442 ],
11461 "hard_timeout": 60, 11443 "hard_timeout": 60,
11462 "swarming": { 11444 "swarming": {
11463 "can_use_on_swarming_builders": true 11445 "can_use_on_swarming_builders": true
11464 }, 11446 },
11465 "test": "mash_browser_tests" 11447 "test": "mash_browser_tests"
11466 } 11448 }
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
12835 }, 12817 },
12836 { 12818 {
12837 "swarming": { 12819 "swarming": {
12838 "can_use_on_swarming_builders": false 12820 "can_use_on_swarming_builders": false
12839 }, 12821 },
12840 "test": "views_unittests" 12822 "test": "views_unittests"
12841 } 12823 }
12842 ] 12824 ]
12843 } 12825 }
12844 } 12826 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698