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

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

Issue 2377713002: Disable webkit_unit_tests on 'ThinLTO Linux ToT'. (Closed)
Patch Set: Created 4 years, 2 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 "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 11874 matching lines...) Expand 10 before | Expand all | Expand 10 after
11885 { 11885 {
11886 "swarming": { 11886 "swarming": {
11887 "can_use_on_swarming_builders": true 11887 "can_use_on_swarming_builders": true
11888 }, 11888 },
11889 "test": "views_unittests" 11889 "test": "views_unittests"
11890 }, 11890 },
11891 { 11891 {
11892 "swarming": { 11892 "swarming": {
11893 "can_use_on_swarming_builders": true 11893 "can_use_on_swarming_builders": true
11894 }, 11894 },
11895 "test": "webkit_unit_tests"
11896 },
11897 {
11898 "swarming": {
11899 "can_use_on_swarming_builders": true
11900 },
11901 "test": "wm_unittests" 11895 "test": "wm_unittests"
11902 }, 11896 },
11903 { 11897 {
11904 "swarming": { 11898 "swarming": {
11905 "can_use_on_swarming_builders": true 11899 "can_use_on_swarming_builders": true
11906 }, 11900 },
11907 "test": "wtf_unittests" 11901 "test": "wtf_unittests"
11908 } 11902 }
11909 ] 11903 ]
11910 }, 11904 },
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
12475 }, 12469 },
12476 { 12470 {
12477 "swarming": { 12471 "swarming": {
12478 "can_use_on_swarming_builders": true 12472 "can_use_on_swarming_builders": true
12479 }, 12473 },
12480 "test": "views_unittests" 12474 "test": "views_unittests"
12481 } 12475 }
12482 ] 12476 ]
12483 } 12477 }
12484 } 12478 }
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