diff options
-rw-r--r-- | infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json | 12 | ||||
-rw-r--r-- | infra/bots/recipes/swarm_test.py | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json b/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json index 039e7da563..eacaa4bcf6 100644 --- a/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json +++ b/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json @@ -149,6 +149,10 @@ "skp", "_", "desk_wikipedia.skp", + "_", + "svg", + "_", + "_", "serialize-8888", "gm", "_", @@ -489,6 +493,10 @@ "skp", "_", "desk_wikipedia.skp", + "_", + "svg", + "_", + "_", "serialize-8888", "gm", "_", @@ -830,6 +838,10 @@ "skp", "_", "desk_wikipedia.skp", + "_", + "svg", + "_", + "_", "serialize-8888", "gm", "_", diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py index 6393d61224..657c4eb027 100644 --- a/infra/bots/recipes/swarm_test.py +++ b/infra/bots/recipes/swarm_test.py @@ -168,6 +168,7 @@ def dm_flags(bot): blacklist('pdf skp _ worldjournal') blacklist('pdf skp _ desk_baidu.skp') blacklist('pdf skp _ desk_wikipedia.skp') + blacklist('_ svg _ _') if 'iOS' in bot: blacklist('gpu skp _ _') |