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

Unified Diff: mojo/tools/data/apptests

Issue 1771393002: Convert mus apptests to shelltests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « mojo/shell/tests/mojo_shell_unittests.cc ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index 68cef9e6a1e280b7552a61665302665019a1a78c..a8f0a35d69d8f11da188abcbfb201c348b3dcf9a 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -21,13 +21,6 @@
#
# TODO(vtl|msw): Add a way of specifying data dependencies.
-mus_apptests = { 'test': 'mojo:mus_apptests' }
-# osmesa is not used on android, so no flags are needed for
-# mus_apptests.
-if config.target_os != config.OS_ANDROID:
- mus_apptests['args'] = [ '--use-x11-test-config',
- '--override-use-gl-with-osmesa-for-tests' ]
-
# WARNING: If you add a test make sure the gn target mojo_apptests depends upon
# it.
tests = [
@@ -71,16 +64,6 @@ if config.target_os != config.OS_ANDROID:
# 'test': 'mojo:media_pipeline_integration_apptests',
# 'type': 'gtest_isolated',
# },
- # TODO(crbug.com/560626): Fix and enable mus_apptests on Android.
- mus_apptests,
- # TODO(sky): enable when works (http://crbug.com/577274 and likely
- # http://crbug.com/569367).
-# {
-# 'test': 'mojo:views_apptests',
-# 'type': 'gtest_isolated',
-# 'args': ['--use-x11-test-config',
-# '--override-use-gl-with-osmesa-for-tests', '--enable-logging']
-# },
{
'test': 'mojo:leveldb_apptests',
'type': 'gtest_isolated',
« no previous file with comments | « mojo/shell/tests/mojo_shell_unittests.cc ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698