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

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

Issue 2086833004: Run exo_unittests in waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable crashing test Created 4 years, 5 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 | « components/exo/wayland/server_unittest.cc ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS GN": { 7 "Linux ChromiumOS GN": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "gn_all" 9 "gn_all"
10 ], 10 ],
11 "gtest_tests": [ 11 "gtest_tests": [
12 { 12 {
13 "swarming": { 13 "swarming": {
14 "can_use_on_swarming_builders": true 14 "can_use_on_swarming_builders": true
15 }, 15 },
16 "test": "base_unittests" 16 "test": "base_unittests"
17 }, 17 },
18 { 18 {
19 "swarming": {
20 "can_use_on_swarming_builders": true
21 },
22 "test": "exo_unittests"
23 },
24 {
19 "args": [ 25 "args": [
20 "--override-use-gl-with-osmesa-for-tests" 26 "--override-use-gl-with-osmesa-for-tests"
21 ], 27 ],
22 "test": "mash_unittests" 28 "test": "mash_unittests"
23 } 29 }
24 ] 30 ]
25 }, 31 },
26 "Linux ChromiumOS GN (dbg)": { 32 "Linux ChromiumOS GN (dbg)": {
27 "additional_compile_targets": [ 33 "additional_compile_targets": [
28 "gn_all" 34 "gn_all"
29 ], 35 ],
30 "gtest_tests": [ 36 "gtest_tests": [
31 { 37 {
32 "swarming": { 38 "swarming": {
33 "can_use_on_swarming_builders": true 39 "can_use_on_swarming_builders": true
34 }, 40 },
35 "test": "base_unittests" 41 "test": "base_unittests"
36 }, 42 },
37 { 43 {
44 "swarming": {
45 "can_use_on_swarming_builders": true
46 },
47 "test": "exo_unittests"
48 },
49 {
38 "args": [ 50 "args": [
39 "--override-use-gl-with-osmesa-for-tests" 51 "--override-use-gl-with-osmesa-for-tests"
40 ], 52 ],
41 "test": "mash_unittests" 53 "test": "mash_unittests"
42 } 54 }
43 ] 55 ]
44 }, 56 },
45 "Linux ChromiumOS Ozone Tests (1)": { 57 "Linux ChromiumOS Ozone Tests (1)": {
46 "gtest_tests": [ 58 "gtest_tests": [
47 { 59 {
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 }, 972 },
961 { 973 {
962 "swarming": { 974 "swarming": {
963 "can_use_on_swarming_builders": true 975 "can_use_on_swarming_builders": true
964 }, 976 },
965 "test": "wm_unittests" 977 "test": "wm_unittests"
966 } 978 }
967 ] 979 ]
968 } 980 }
969 } 981 }
OLDNEW
« no previous file with comments | « components/exo/wayland/server_unittest.cc ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698