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

Side by Side Diff: ios/build/bots/chromium.mac/ios-simulator-xcode-clang.json

Issue 2512843003: Disable tests on ios-simulator-xcode-clang (Closed)
Patch Set: 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 | « 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 "owners": [ 2 "owners": [
3 "sdefresne", 3 "sdefresne",
4 "smut" 4 "smut"
5 ], 5 ],
6 "comments": [ 6 "comments": [
7 "Tests for 64-bit iOS 10.0 simulators.", 7 "Tests for 64-bit iOS 10.0 simulators.",
8 "Tests run on iPhone 6s and iPad Air 2, both 64-bit.", 8 "Tests run on iPhone 6s and iPad Air 2, both 64-bit.",
9 "Build is performed with gn+ninja." 9 "Build is performed with gn+ninja."
10 ], 10 ],
(...skipping 15 matching lines...) Expand all
26 "goma_dir=\"$(goma_dir)\"", 26 "goma_dir=\"$(goma_dir)\"",
27 "target_cpu=\"x64\"", 27 "target_cpu=\"x64\"",
28 "additional_target_cpus=[\"x86\"]", 28 "additional_target_cpus=[\"x86\"]",
29 "use_xcode_clang=true" 29 "use_xcode_clang=true"
30 ], 30 ],
31 "mb_type": "gn", 31 "mb_type": "gn",
32 "compiler": "ninja", 32 "compiler": "ninja",
33 "configuration": "Debug", 33 "configuration": "Debug",
34 "sdk": "iphonesimulator10.0", 34 "sdk": "iphonesimulator10.0",
35 "tests": [ 35 "tests": [
36 {
37 "include": "common_tests.json",
38 "device type": "iPhone 6s",
39 "os": "10.0"
40 },
41 {
42 "include": "common_tests.json",
43 "device type": "iPad Air 2",
44 "os": "10.0"
45 }
46 ] 36 ]
47 } 37 }
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