Commit 579af052 authored by sky@chromium.org's avatar sky@chromium.org

Adds filter exclusions for arm and win8 bots

For the time being I have to duplicate these. Separately I'm going to
investigate centralizing these exclusions.

BUG=401201
TEST=none
TBR=sbc@chromium.org

Review URL: https://codereview.chromium.org/445133002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287936 0039d316-1c4b-4281-b951-d872f2087c98
parent 9fe97260
...@@ -8,5 +8,23 @@ ...@@ -8,5 +8,23 @@
"browser_tests", "browser_tests",
"nacl_loader_unittests", "nacl_loader_unittests",
"sandbox_linux_unittests" "sandbox_linux_unittests"
],
"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/.*",
"content/test/data/.*",
"DEPS",
"testing/buildbot/.*",
"tools/clang/scripts/plugin_flags.sh",
"tools/clang/scripts/update.py",
"tools/clang/scripts/update.sh",
"tools/perf/.*",
"tools/telemetry/.*",
"tools/whitespace.txt"
] ]
} }
...@@ -9,5 +9,23 @@ ...@@ -9,5 +9,23 @@
"ash_unittests", "ash_unittests",
"compositor_unittests", "compositor_unittests",
"events_unittests" "events_unittests"
],
"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/.*",
"content/test/data/.*",
"DEPS",
"testing/buildbot/.*",
"tools/clang/scripts/plugin_flags.sh",
"tools/clang/scripts/update.py",
"tools/clang/scripts/update.sh",
"tools/perf/.*",
"tools/telemetry/.*",
"tools/whitespace.txt"
] ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment