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

Side by Side Diff: ios/build/bots/tests/common_tests.json

Issue 2862983002: Run BoringSSL tests on iOS bots. (Closed)
Patch Set: reland Created 3 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 | « no previous file | 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 { 1 {
2 "tests": [ 2 "tests": [
3 { 3 {
4 "app": "base_unittests" 4 "app": "base_unittests"
5 }, 5 },
6 { 6 {
7 "app": "boringssl_crypto_tests"
8 },
9 {
10 "app": "boringssl_ssl_tests"
11 },
12 {
7 "app": "components_unittests" 13 "app": "components_unittests"
8 }, 14 },
9 { 15 {
10 "app": "crypto_unittests" 16 "app": "crypto_unittests"
11 }, 17 },
12 { 18 {
13 "app": "gfx_unittests" 19 "app": "gfx_unittests"
14 }, 20 },
15 { 21 {
16 "app": "google_apis_unittests" 22 "app": "google_apis_unittests"
(...skipping 20 matching lines...) Expand all
37 "app": "sql_unittests" 43 "app": "sql_unittests"
38 }, 44 },
39 { 45 {
40 "app": "ui_base_unittests" 46 "app": "ui_base_unittests"
41 }, 47 },
42 { 48 {
43 "app": "url_unittests" 49 "app": "url_unittests"
44 } 50 }
45 ] 51 ]
46 } 52 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698