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

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

Issue 1728063002: Revert of mojo: Delay ApplicationTestBase shell disconnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « mojo/shell/public/cpp/lib/application_test_base.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 { 58 {
59 'test': 'mojo:mash_wm_apptests', 59 'test': 'mojo:mash_wm_apptests',
60 'type': 'gtest_isolated', 60 'type': 'gtest_isolated',
61 'args': ['--use-x11-test-config', 61 'args': ['--use-x11-test-config',
62 '--override-use-gl-with-osmesa-for-tests'] 62 '--override-use-gl-with-osmesa-for-tests']
63 }, 63 },
64 { 64 {
65 'test': 'mojo:media_apptests', 65 'test': 'mojo:media_apptests',
66 'type': 'gtest_isolated', 66 'type': 'gtest_isolated',
67 }, 67 },
68 { 68 # TODO(media): these tests fail in debug, which has no bot-coverage.
69 'test': 'mojo:media_pipeline_integration_apptests', 69 # http://crbug.com/587523
70 'type': 'gtest_isolated', 70 # {
71 }, 71 # 'test': 'mojo:media_pipeline_integration_apptests',
72 # 'type': 'gtest_isolated',
73 # },
72 # TODO(rockot): Flaky. Re-enable when brokering is sorted out. 74 # TODO(rockot): Flaky. Re-enable when brokering is sorted out.
73 # http://crbug.com/569367. 75 # http://crbug.com/569367.
74 # { 76 # {
75 # 'test': 'mojo:mojo_shell_apptests', 77 # 'test': 'mojo:mojo_shell_apptests',
76 # 'type': 'gtest_isolated', 78 # 'type': 'gtest_isolated',
77 # }, 79 # },
78 # TODO(crbug.com/560626): Fix and enable mus_apptests on Android. 80 # TODO(crbug.com/560626): Fix and enable mus_apptests on Android.
79 mus_apptests, 81 mus_apptests,
80 # TODO(sky): enable when works (http://crbug.com/577274 and likely 82 # TODO(sky): enable when works (http://crbug.com/577274 and likely
81 # http://crbug.com/569367). 83 # http://crbug.com/569367).
82 # { 84 # {
83 # 'test': 'mojo:views_apptests', 85 # 'test': 'mojo:views_apptests',
84 # 'type': 'gtest_isolated', 86 # 'type': 'gtest_isolated',
85 # 'args': ['--use-x11-test-config', 87 # 'args': ['--use-x11-test-config',
86 # '--override-use-gl-with-osmesa-for-tests', '--enable-logging'] 88 # '--override-use-gl-with-osmesa-for-tests', '--enable-logging']
87 # }, 89 # },
88 { 90 {
89 'test': 'mojo:leveldb_apptests', 91 'test': 'mojo:leveldb_apptests',
90 'type': 'gtest_isolated', 92 'type': 'gtest_isolated',
91 } 93 }
92 ] 94 ]
OLDNEW
« no previous file with comments | « mojo/shell/public/cpp/lib/application_test_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698