summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorslan <slan@chromium.org>2016-01-14 07:59:46 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-14 16:01:02 +0000
commit8067d672749add391f7876de3d962ebe49345a6b (patch)
tree8adb1e5ae324ce953376db9edf4ba9abb5f2731a /testing
parent0a908d5024ef6fe05508b740dbc108db63aef813 (diff)
downloadchromium_src-8067d672749add391f7876de3d962ebe49345a6b.zip
chromium_src-8067d672749add391f7876de3d962ebe49345a6b.tar.gz
chromium_src-8067d672749add391f7876de3d962ebe49345a6b.tar.bz2
Use test-launcher-filter-file on Cast Linux testing bot.
This argument, which causes gtest to crash when used with gtest_filter, is used by the trybots for retry-without-patch. Replace the gtest_filter arg from the Cast Linux content_browsertest configuration. retry-without-patch uses inclusive patterns only, meaning this argument will safely override the argument set in chromium.linux.json. Separately, the Cast team will work to remove the need for the filter by fixing the test. BUG=503735 BUG=570090 Review URL: https://codereview.chromium.org/1575013005 Cr-Commit-Position: refs/heads/master@{#369424}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.linux.json2
-rw-r--r--testing/buildbot/filters/cast-linux.content_browsertests.filter3
2 files changed, 4 insertions, 1 deletions
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 66e517d..0b60d07 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -206,7 +206,7 @@
},
{
"args": [
- "--gtest_filter=-OutOfProcessPPAPITest.TrueTypeFont:OutOfProcessPPAPITest.BrowserFont"
+ "--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.content_browsertests.filter"
],
"swarming": {
"can_use_on_swarming_builders": true
diff --git a/testing/buildbot/filters/cast-linux.content_browsertests.filter b/testing/buildbot/filters/cast-linux.content_browsertests.filter
new file mode 100644
index 0000000..141a6b7
--- /dev/null
+++ b/testing/buildbot/filters/cast-linux.content_browsertests.filter
@@ -0,0 +1,3 @@
+# crbug.com/503735: Some pepper font-related tests fail on cast_shell trybot
+-OutOfProcessPPAPITest.TrueTypeFont
+-OutOfProcessPPAPITest.BrowserFont \ No newline at end of file