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

Unified Diff: mojo/tools/data/apptests

Issue 1591103002: Fix and enable mojo:media_pipeline_integration_apptests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index 3987e89314b9388595915e0d37fae1361080573c..ecd645a813f1bb79c189a177b632ccad1ce9a247 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -83,12 +83,14 @@ if config.target_os != config.OS_ANDROID:
# 'args': ['--use-x11-test-config',
# '--override-use-gl-with-osmesa-for-tests']
# },
- # TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests.
- # http://crbug.com/501417
{
'test': 'mojo:media_apptests',
'type': 'gtest_isolated',
},
+ {
+ 'test': 'mojo:media_pipeline_integration_apptests',
+ 'type': 'gtest_isolated',
+ },
# TODO(crbug.com/560626): Fix and enable mus_apptests on Android.
mus_apptests,
{
« media/test/pipeline_integration_test.cc ('K') | « media/test/pipeline_integration_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698