summaryrefslogtreecommitdiffstats
path: root/mojo/tools
diff options
context:
space:
mode:
authorxhwang <xhwang@chromium.org>2015-06-30 16:32:06 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-30 23:32:44 +0000
commitf90fbdb6803ec16ea94a44d637a3e698d810411f (patch)
tree0f7ee7c0bc01ddbaf7aa425fa6362f2b7fb048b6 /mojo/tools
parent9725535412f3c1d5f8ad71ee5d28a53621004f4d (diff)
downloadchromium_src-f90fbdb6803ec16ea94a44d637a3e698d810411f.zip
chromium_src-f90fbdb6803ec16ea94a44d637a3e698d810411f.tar.gz
chromium_src-f90fbdb6803ec16ea94a44d637a3e698d810411f.tar.bz2
media: Add MediaAppTest.
Test basic connection/initialization of mojo media services, including failure cases. TEST=Adds new tests. Review URL: https://codereview.chromium.org/1204343002 Cr-Commit-Position: refs/heads/master@{#336916}
Diffstat (limited to 'mojo/tools')
-rw-r--r--mojo/tools/data/apptests11
1 files changed, 6 insertions, 5 deletions
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index 7b257db..92fc69c 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -70,6 +70,12 @@ if config.target_os != config.OS_ANDROID:
"type": "gtest_isolated",
"args": ["--use-headless-config"]
},
+ # TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests.
+ # http://crbug.com/501417
+ {
+ "test": "mojo:media_apptests",
+ "type": "gtest_isolated",
+ },
{
"test": "mojo:resource_provider_apptests",
"type": "gtest_isolated",
@@ -78,9 +84,4 @@ if config.target_os != config.OS_ANDROID:
"test": "mojo:sql_apptests",
"type": "gtest_isolated",
},
- # TODO(xhwang): Fix and enable the media_apptests. http://crbug.com/501417
- #{
- # "test": "mojo:media_apptests",
- # "type": "gtest_isolated",
- #},
]