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

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 2952423002: LayoutTests: Disable Mac 10.9 for now. (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 | third_party/WebKit/LayoutTests/TestExpectations » ('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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 12068 matching lines...) Expand 10 before | Expand all | Expand 10 after
12079 "got_revision_cp" 12079 "got_revision_cp"
12080 ], 12080 ],
12081 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s" 12081 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
12082 }, 12082 },
12083 "name": "webkit_layout_tests", 12083 "name": "webkit_layout_tests",
12084 "results_handler": "layout tests", 12084 "results_handler": "layout tests",
12085 "swarming": { 12085 "swarming": {
12086 "can_use_on_swarming_builders": true, 12086 "can_use_on_swarming_builders": true,
12087 "dimension_sets": [ 12087 "dimension_sets": [
12088 { 12088 {
12089 "os": "Mac-10.9"
12090 },
12091 {
12092 "os": "Mac-10.12" 12089 "os": "Mac-10.12"
12093 }, 12090 },
12094 { 12091 {
12095 "gpu": "8086:0a2e", 12092 "gpu": "8086:0a2e",
12096 "os": "Mac-10.12" 12093 "os": "Mac-10.12"
12097 } 12094 }
12098 ], 12095 ],
12099 "shards": 8 12096 "shards": 8
12100 } 12097 }
12101 } 12098 }
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
12375 "test": "views_unittests" 12372 "test": "views_unittests"
12376 } 12373 }
12377 ] 12374 ]
12378 }, 12375 },
12379 "Win Builder (ANGLE)": { 12376 "Win Builder (ANGLE)": {
12380 "additional_compile_targets": [ 12377 "additional_compile_targets": [
12381 "all" 12378 "all"
12382 ] 12379 ]
12383 } 12380 }
12384 } 12381 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698