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

Unified Diff: mojo/tools/data/apptests

Issue 1649993002: Add a data_dep for osmesa to //ui/gl and run ui_unittests. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: asdf 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
« no previous file with comments | « BUILD.gn ('k') | third_party/mesa/BUILD.gn » ('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 3456c2c8fd082b94a61b525a8af454830b6a0c43..7c89653666a51dc71568b8a112b5ebeb8deb9208 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -52,17 +52,21 @@ tests = [
"shell-args": ["--args-for=mojo:native_viewport_service --use-headless-config --use-osmesa"],
},
{
- "test": "mojo:prediction_apptests",
+ "test": "mojo:network_service_apptests",
},
{
- "test": "mojo:network_service_apptests",
+ "test": "mojo:prediction_apptests",
},
{
- "test": "mojo:versioning_apptests",
+ "test": "mojo:ui_unittests",
+ "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-config --use-osmesa"],
},
{
"test": "mojo:url_response_disk_cache_apptests",
},
+ {
+ "test": "mojo:versioning_apptests",
+ },
]
if target_os == 'linux':
« no previous file with comments | « BUILD.gn ('k') | third_party/mesa/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698