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

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

Issue 2053003002: media: Enable media_mojo_unittests on bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
OLDNEW
1 { 1 {
2 "Chromium Mojo Android": { 2 "Chromium Mojo Android": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "mash:all" 4 "mash:all"
5 ] 5 ]
6 }, 6 },
7 "Chromium Mojo Linux": { 7 "Chromium Mojo Linux": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "mash:all" 9 "mash:all"
10 ], 10 ],
11 "gtest_tests": [ 11 "gtest_tests": [
12 { 12 {
13 "args": [ 13 "args": [
14 "--override-use-gl-with-osmesa-for-tests", 14 "--override-use-gl-with-osmesa-for-tests",
15 "--run-in-mash", 15 "--run-in-mash",
16 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter", 16 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter",
17 "--use-test-config" 17 "--use-test-config"
18 ], 18 ],
19 "test": "browser_tests" 19 "test": "browser_tests"
20 }, 20 },
21 { 21 {
22 "test": "media_mojo_shell_unittests" 22 "test": "media_mojo_shell_unittests"
23 }, 23 },
24 { 24 {
25 "test": "media_mojo_unittests"
26 },
27 {
25 "test": "mus_ws_unittests" 28 "test": "mus_ws_unittests"
26 }, 29 },
27 { 30 {
28 "test": "views_mus_interactive_ui_tests" 31 "test": "views_mus_interactive_ui_tests"
29 }, 32 },
30 { 33 {
31 "test": "views_mus_unittests" 34 "test": "views_mus_unittests"
32 } 35 }
33 ] 36 ]
34 }, 37 },
35 "Chromium Mojo Windows": { 38 "Chromium Mojo Windows": {
36 "additional_compile_targets": [ 39 "additional_compile_targets": [
37 "mash:all" 40 "mash:all"
38 ], 41 ],
39 "gtest_tests": [ 42 "gtest_tests": [
40 { 43 {
41 "args": [ 44 "args": [
42 "--override-use-gl-with-osmesa-for-tests", 45 "--override-use-gl-with-osmesa-for-tests",
43 "--run-in-mash", 46 "--run-in-mash",
44 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter" 47 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter"
45 ], 48 ],
46 "test": "browser_tests" 49 "test": "browser_tests"
47 }, 50 },
48 { 51 {
49 "test": "media_mojo_shell_unittests" 52 "test": "media_mojo_shell_unittests"
50 }, 53 },
51 { 54 {
55 "test": "media_mojo_unittests"
56 },
57 {
52 "test": "mus_ws_unittests" 58 "test": "mus_ws_unittests"
53 }, 59 },
54 { 60 {
55 "test": "views_mus_interactive_ui_tests" 61 "test": "views_mus_interactive_ui_tests"
56 }, 62 },
57 { 63 {
58 "test": "views_mus_unittests" 64 "test": "views_mus_unittests"
59 } 65 }
60 ] 66 ]
61 } 67 }
62 } 68 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698