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

Side by Side 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, 7 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 unified diff | Download patch
« no previous file with comments | « components/native_viewport/public/cpp/lib/args.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file contains a list of Mojo gtest unit tests. 1 # This file contains a list of Mojo gtest unit tests.
2 # 2 #
3 # This must be valid Python. It may use the |config| global that will be a 3 # This must be valid Python. It may use the |config| global that will be a
4 # mopy.config.Config object, and must set a |tests| global that will contain the 4 # mopy.config.Config object, and must set a |tests| global that will contain the
5 # list of tests to run. 5 # list of tests to run.
6 # 6 #
7 # The entries in |tests| are dictionaries of the following form: 7 # The entries in |tests| are dictionaries of the following form:
8 # { 8 # {
9 # # Required URL for apptest. 9 # # Required URL for apptest.
10 # "test": "mojo:test_app_url", 10 # "test": "mojo:test_app_url",
(...skipping 26 matching lines...) Expand all
37 }, 37 },
38 # TODO(msw|jam): Fix and enable the shell_apptests: http://crbug.com/479316 38 # TODO(msw|jam): Fix and enable the shell_apptests: http://crbug.com/479316
39 #{ 39 #{
40 # "test": "mojo:shell_apptests", 40 # "test": "mojo:shell_apptests",
41 #}, 41 #},
42 { 42 {
43 "test": "mojo:view_manager_apptests", 43 "test": "mojo:view_manager_apptests",
44 "type": "gtest_isolated", 44 "type": "gtest_isolated",
45 "shell-args": ["--url-mappings=mojo:window_manager=mojo:test_window_manager" ] 45 "shell-args": ["--url-mappings=mojo:window_manager=mojo:test_window_manager" ]
46 }, 46 },
47 # TODO(msw): Fix and enable window_manager_apptests: http://crbug.com/480040 47 {
48 #{ 48 "test": "mojo:window_manager_apptests",
49 # "test": "mojo:window_manager_apptests", 49 "shell-args": ["--use-headless-config"]
50 # "shell-args": ["--use-test-config", "--use-headless-config"] 50 },
51 #},
52 ] 51 ]
OLDNEW
« 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