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

Unified Diff: mojo/tools/data/apptests

Issue 1103413002: Skip gl surface init when headless; enable wm apptests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 5 years, 8 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 | « components/native_viewport/public/cpp/lib/args.cc ('k') | no next file » | 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 0bcd7fda9243a0b42d1307f25a8d2099dac88bbe..a35da32f0c6725e90b9bf9fc910298d9e1b93fc2 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -44,9 +44,8 @@ tests = [
"type": "gtest_isolated",
"shell-args": ["--url-mappings=mojo:window_manager=mojo:test_window_manager"]
},
- # TODO(msw): Fix and enable window_manager_apptests: http://crbug.com/480040
- #{
- # "test": "mojo:window_manager_apptests",
- # "shell-args": ["--use-test-config", "--use-headless-config"]
- #},
+ {
+ "test": "mojo:window_manager_apptests",
+ "shell-args": ["--use-headless-config"]
+ },
]
« no previous file with comments | « components/native_viewport/public/cpp/lib/args.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698