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

Side by Side Diff: ios/build/bots/chromium.fyi/EarlGreyiOS.json

Issue 2473103006: Rename XCTests test main target and output. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « ios/BUILD.gn ('k') | ios/build/bots/scripts/test_runner.py » ('j') | 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 "owners": [ 2 "owners": [
3 "huangml" 3 "huangml"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Tests for 64-bit iOS 10.0 simulators.", 6 "Tests for 64-bit iOS 10.0 simulators.",
7 "Tests run on iPhone 5s (64-bit)." 7 "Tests run on iPhone 5s (64-bit)."
8 ], 8 ],
9 "xcode version": "8.0", 9 "xcode version": "8.0",
10 "GYP_DEFINES": [ 10 "GYP_DEFINES": [
(...skipping 10 matching lines...) Expand all
21 "target_cpu=\"x64\"", 21 "target_cpu=\"x64\"",
22 "target_os=\"ios\"", 22 "target_os=\"ios\"",
23 "use_goma=true" 23 "use_goma=true"
24 ], 24 ],
25 "mb_type": "gn", 25 "mb_type": "gn",
26 "compiler": "ninja", 26 "compiler": "ninja",
27 "configuration": "Debug", 27 "configuration": "Debug",
28 "sdk": "iphonesimulator10.0", 28 "sdk": "iphonesimulator10.0",
29 "tests": [ 29 "tests": [
30 { 30 {
31 "app": "ios_web_shell_test_host", 31 "app": "ios_web_shell_egtests",
32 "device type": "iPhone 6s", 32 "device type": "iPhone 6s",
33 "os": "10.0", 33 "os": "10.0",
34 "xctest": true 34 "xctest": true
35 }, 35 },
36 { 36 {
37 "app": "ios_web_shell_test_host", 37 "app": "ios_web_shell_egtests",
38 "device type": "iPad Air 2", 38 "device type": "iPad Air 2",
39 "os": "10.0", 39 "os": "10.0",
40 "xctest": true 40 "xctest": true
41 } 41 }
42 ] 42 ]
43 } 43 }
OLDNEW
« no previous file with comments | « ios/BUILD.gn ('k') | ios/build/bots/scripts/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698