Chromium Code Reviews| Index: testing/buildbot/chromium_trybot.json |
| diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
| index e23c3b7b63a13cc5e4a34fc798c7c8657cd56aa1..2ef3ec77fde1e5f4be063d0690ce81a8074e720b 100644 |
| --- a/testing/buildbot/chromium_trybot.json |
| +++ b/testing/buildbot/chromium_trybot.json |
| @@ -196,7 +196,9 @@ |
| "gtest_tests_filter_exclusions": [ |
| ".*gyp[i]?", |
| + "build/android/pylib", |
| "build/compiler_version.py", |
| + "build/get_landmines.py", |
| "build/gyp_chromium", |
| "build/linux/sysroot_ld_path.sh", |
| "chrome/test/data/.*", |
| @@ -211,8 +213,6 @@ |
| "tools/whitespace.txt" |
| ], |
| - "filter_builders": [ |
|
sky
2014/08/06 18:28:02
filter_builders has been replaced by non_filter_bu
|
| - "linux_chromium_clang_dbg", |
| - "mac_chromium_rel" |
| + "non_filter_builders": [ |
| ] |
| } |