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

Side by Side Diff: mojo/tools/data/apptests

Issue 1200323003: media: Quit MojoMediaApplication when no service is bound. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 5 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 | « mojo/application/public/cpp/lib/application_impl.cc ('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 # This file contains a list of Mojo gtest unit tests. 1 # This file contains a list of Mojo gtest unit tests.
2 # 2 #
3 # This must be valid Python. It may use the |config| global that will be a 3 # This must be valid Python. It may use the |config| global that will be a
4 # mopy.config.Config object, and must set a |tests| global that will contain the 4 # mopy.config.Config object, and must set a |tests| global that will contain the
5 # list of tests to run. 5 # list of tests to run.
6 # 6 #
7 # The entries in |tests| are dictionaries of the following form: 7 # The entries in |tests| are dictionaries of the following form:
8 # { 8 # {
9 # # Required URL for apptest. 9 # # Required URL for apptest.
10 # "test": "mojo:test_app_url", 10 # "test": "mojo:test_app_url",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 { 68 {
69 "test": "mojo:mandoline_frame_apptests", 69 "test": "mojo:mandoline_frame_apptests",
70 "type": "gtest_isolated", 70 "type": "gtest_isolated",
71 "args": ["--use-headless-config"] 71 "args": ["--use-headless-config"]
72 }, 72 },
73 # TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests. 73 # TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests.
74 # http://crbug.com/501417 74 # http://crbug.com/501417
75 { 75 {
76 "test": "mojo:media_apptests", 76 "test": "mojo:media_apptests",
77 "type": "gtest_isolated", 77 "type": "gtest_isolated",
78 "args": ["--fast-media-app-destruction"]
78 }, 79 },
79 { 80 {
80 "test": "mojo:resource_provider_apptests", 81 "test": "mojo:resource_provider_apptests",
81 "type": "gtest_isolated", 82 "type": "gtest_isolated",
82 }, 83 },
83 { 84 {
84 "test": "mojo:sql_apptests", 85 "test": "mojo:sql_apptests",
85 "type": "gtest_isolated", 86 "type": "gtest_isolated",
86 }, 87 },
87 ] 88 ]
OLDNEW
« no previous file with comments | « mojo/application/public/cpp/lib/application_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698