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

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

Issue 2941443002: Added ios_web_view_inttests test suite to the bots. (Closed)
Patch Set: Created 3 years, 6 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" 7 "app": "boringssl_crypto_tests"
8 }, 8 },
9 { 9 {
10 "app": "boringssl_ssl_tests" 10 "app": "boringssl_ssl_tests"
(...skipping 16 matching lines...) Expand all
27 { 27 {
28 "app": "ios_net_unittests" 28 "app": "ios_net_unittests"
29 }, 29 },
30 { 30 {
31 "app": "ios_web_inttests" 31 "app": "ios_web_inttests"
32 }, 32 },
33 { 33 {
34 "app": "ios_web_unittests" 34 "app": "ios_web_unittests"
35 }, 35 },
36 { 36 {
37 "app": "ios_web_view_inttests"
Eugene But (OOO till 7-30) 2017/06/20 02:20:45 Sylvain, by any chance do you know why code signat
38 },
39 {
37 "app": "net_unittests" 40 "app": "net_unittests"
38 }, 41 },
39 { 42 {
40 "app": "skia_unittests" 43 "app": "skia_unittests"
41 }, 44 },
42 { 45 {
43 "app": "sql_unittests" 46 "app": "sql_unittests"
44 }, 47 },
45 { 48 {
46 "app": "ui_base_unittests" 49 "app": "ui_base_unittests"
47 }, 50 },
48 { 51 {
49 "app": "url_unittests" 52 "app": "url_unittests"
50 } 53 }
51 ] 54 ]
52 } 55 }
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