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

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

Issue 2480743003: android/x64 bot: Don't run media_blink_unittests, it doesn't pass on Android. (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 "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 3157 matching lines...) Expand 10 before | Expand all | Expand 10 after
3168 { 3168 {
3169 "swarming": { 3169 "swarming": {
3170 "can_use_on_swarming_builders": false 3170 "can_use_on_swarming_builders": false
3171 }, 3171 },
3172 "test": "jingle_unittests" 3172 "test": "jingle_unittests"
3173 }, 3173 },
3174 { 3174 {
3175 "swarming": { 3175 "swarming": {
3176 "can_use_on_swarming_builders": false 3176 "can_use_on_swarming_builders": false
3177 }, 3177 },
3178 "test": "media_blink_unittests"
3179 },
3180 {
3181 "swarming": {
3182 "can_use_on_swarming_builders": false
3183 },
3184 "test": "media_unittests" 3178 "test": "media_unittests"
3185 }, 3179 },
3186 { 3180 {
3187 "swarming": { 3181 "swarming": {
3188 "can_use_on_swarming_builders": false 3182 "can_use_on_swarming_builders": false
3189 }, 3183 },
3190 "test": "midi_unittests" 3184 "test": "midi_unittests"
3191 }, 3185 },
3192 { 3186 {
3193 "swarming": { 3187 "swarming": {
(...skipping 9757 matching lines...) Expand 10 before | Expand all | Expand 10 after
12951 }, 12945 },
12952 { 12946 {
12953 "swarming": { 12947 "swarming": {
12954 "can_use_on_swarming_builders": true 12948 "can_use_on_swarming_builders": true
12955 }, 12949 },
12956 "test": "views_unittests" 12950 "test": "views_unittests"
12957 } 12951 }
12958 ] 12952 ]
12959 } 12953 }
12960 } 12954 }
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