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

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

Issue 1985123002: Disable broken tests on 'LTO Linux' buildbot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't use gtest_filter Created 4 years, 7 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 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 8141 matching lines...) Expand 10 before | Expand all | Expand 10 after
8152 { 8152 {
8153 "swarming": { 8153 "swarming": {
8154 "can_use_on_swarming_builders": true 8154 "can_use_on_swarming_builders": true
8155 }, 8155 },
8156 "test": "cacheinvalidation_unittests" 8156 "test": "cacheinvalidation_unittests"
8157 }, 8157 },
8158 { 8158 {
8159 "swarming": { 8159 "swarming": {
8160 "can_use_on_swarming_builders": true 8160 "can_use_on_swarming_builders": true
8161 }, 8161 },
8162 "test": "cast_unittests"
8163 },
8164 {
8165 "swarming": {
8166 "can_use_on_swarming_builders": true
8167 },
8168 "test": "cc_unittests" 8162 "test": "cc_unittests"
8169 }, 8163 },
8170 { 8164 {
8171 "swarming": { 8165 "swarming": {
8172 "can_use_on_swarming_builders": true 8166 "can_use_on_swarming_builders": true
8173 }, 8167 },
8174 "test": "chromedriver_unittests" 8168 "test": "chromedriver_unittests"
8175 }, 8169 },
8176 { 8170 {
8177 "swarming": { 8171 "swarming": {
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
8383 { 8377 {
8384 "swarming": { 8378 "swarming": {
8385 "can_use_on_swarming_builders": true 8379 "can_use_on_swarming_builders": true
8386 }, 8380 },
8387 "test": "remoting_unittests" 8381 "test": "remoting_unittests"
8388 }, 8382 },
8389 { 8383 {
8390 "swarming": { 8384 "swarming": {
8391 "can_use_on_swarming_builders": true 8385 "can_use_on_swarming_builders": true
8392 }, 8386 },
8393 "test": "sandbox_linux_unittests"
8394 },
8395 {
8396 "swarming": {
8397 "can_use_on_swarming_builders": true
8398 },
8399 "test": "skia_unittests" 8387 "test": "skia_unittests"
8400 }, 8388 },
8401 { 8389 {
8402 "swarming": { 8390 "swarming": {
8403 "can_use_on_swarming_builders": true 8391 "can_use_on_swarming_builders": true
8404 }, 8392 },
8405 "test": "sql_unittests" 8393 "test": "sql_unittests"
8406 }, 8394 },
8407 { 8395 {
8408 "swarming": { 8396 "swarming": {
(...skipping 2165 matching lines...) Expand 10 before | Expand all | Expand 10 after
10574 }, 10562 },
10575 { 10563 {
10576 "swarming": { 10564 "swarming": {
10577 "can_use_on_swarming_builders": true 10565 "can_use_on_swarming_builders": true
10578 }, 10566 },
10579 "test": "views_unittests" 10567 "test": "views_unittests"
10580 } 10568 }
10581 ] 10569 ]
10582 } 10570 }
10583 } 10571 }
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