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

Unified Diff: infra/bots/recipes/swarm_test.py

Issue 2249763002: Disable Nebraska-StateSeal.svg on Win8 bots (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: rebased Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/swarm_test.py
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
index 5b9d993f2e6733ae10008b862c9eb2ab2f42db37..3bbb59d1f01c60180037d9cd30e9a1deb8ff8a1d 100644
--- a/infra/bots/recipes/swarm_test.py
+++ b/infra/bots/recipes/swarm_test.py
@@ -204,6 +204,8 @@ def dm_flags(bot):
# bungeman: "Doesn't work on Windows anyway, produces unstable GMs with
# 'Unexpected error' from DirectWrite"
blacklist.extend('_ gm _ fontscalerdistortable'.split(' '))
+ # skia:5636
+ blacklist.extend('_ svg _ Nebraska-StateSeal.svg'.split(' '))
# skia:4095
bad_serialize_gms = ['bleed_image',
« no previous file with comments | « no previous file | infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698