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

Side by Side Diff: mojo/tools/data/apptests

Issue 1822133002: Converts mash_wm_apptests to unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update 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 unified diff | Download patch
« no previous file with comments | « mash/wm/window_manager_unittest.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 17 matching lines...) Expand all
28 #{ 28 #{
29 # 'test': 'mojo:runner_apptests', 29 # 'test': 'mojo:runner_apptests',
30 # 'type': 'gtest_isolated', 30 # 'type': 'gtest_isolated',
31 #}, 31 #},
32 ] 32 ]
33 33
34 # TODO(msw): Get these tests passing on Android too. http://crbug.com/486220 34 # TODO(msw): Get these tests passing on Android too. http://crbug.com/486220
35 if config.target_os != config.OS_ANDROID: 35 if config.target_os != config.OS_ANDROID:
36 tests += [ 36 tests += [
37 { 37 {
38 'test': 'mojo:mash_wm_apptests',
39 'type': 'gtest_isolated',
40 'args': ['--use-x11-test-config',
41 '--override-use-gl-with-osmesa-for-tests']
42 },
43 {
44 'test': 'mojo:media_apptests', 38 'test': 'mojo:media_apptests',
45 'type': 'gtest_isolated', 39 'type': 'gtest_isolated',
46 }, 40 },
47 # TODO(media): these tests fail in debug, which has no bot-coverage. 41 # TODO(media): these tests fail in debug, which has no bot-coverage.
48 # http://crbug.com/587523 42 # http://crbug.com/587523
49 # { 43 # {
50 # 'test': 'mojo:media_pipeline_integration_apptests', 44 # 'test': 'mojo:media_pipeline_integration_apptests',
51 # 'type': 'gtest_isolated', 45 # 'type': 'gtest_isolated',
52 # }, 46 # },
53 ] 47 ]
OLDNEW
« no previous file with comments | « mash/wm/window_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698