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

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

Issue 1812263004: Convert leveldb_apptests to unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove output_name 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 | « components/leveldb/test_manifest.json ('k') | testing/buildbot/chromium.linux.json » ('j') | 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 { 47 {
48 'test': 'mojo:media_apptests', 48 'test': 'mojo:media_apptests',
49 'type': 'gtest_isolated', 49 'type': 'gtest_isolated',
50 }, 50 },
51 # TODO(media): these tests fail in debug, which has no bot-coverage. 51 # TODO(media): these tests fail in debug, which has no bot-coverage.
52 # http://crbug.com/587523 52 # http://crbug.com/587523
53 # { 53 # {
54 # 'test': 'mojo:media_pipeline_integration_apptests', 54 # 'test': 'mojo:media_pipeline_integration_apptests',
55 # 'type': 'gtest_isolated', 55 # 'type': 'gtest_isolated',
56 # }, 56 # },
57 {
58 'test': 'mojo:leveldb_apptests',
59 'type': 'gtest_isolated',
60 }
61 ] 57 ]
OLDNEW
« no previous file with comments | « components/leveldb/test_manifest.json ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698