From 0938759ef02b9d3f793a3e901ebce654611d7d1c Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Mon, 16 Jul 2018 15:34:16 -0400 Subject: Blacklist dftext from gltestpersistentcache TBR: egdaniel@google.com Change-Id: I730437d106413cdbb738a14b604455880326d514 Reviewed-on: https://skia-review.googlesource.com/141561 Reviewed-by: Brian Salomon --- ...Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL1.json | 4 ++++ ...Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL3.json | 4 ++++ ..._64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json | 4 ++++ ...-Release-All-Valgrind_PreAbandonGpuContext_SK_CPU_LIMIT_SSE41.json | 4 ++++ infra/bots/recipes/test.py | 3 ++- 5 files changed, 18 insertions(+), 1 deletion(-) (limited to 'infra') diff --git a/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL1.json b/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL1.json index b83a2a8fd8..a1785c9e38 100644 --- a/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL1.json +++ b/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL1.json @@ -274,6 +274,10 @@ "gm", "_", "atlastext", + "gltestpersistentcache", + "gm", + "_", + "dftext", "_", "svg", "_", diff --git a/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL3.json b/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL3.json index 89fc001878..c4329c926e 100644 --- a/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL3.json +++ b/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL3.json @@ -274,6 +274,10 @@ "gm", "_", "atlastext", + "gltestpersistentcache", + "gm", + "_", + "dftext", "_", "svg", "_", diff --git a/infra/bots/recipes/test.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json b/infra/bots/recipes/test.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json index 5c828f445b..0716cd4a1d 100644 --- a/infra/bots/recipes/test.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json +++ b/infra/bots/recipes/test.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json @@ -201,6 +201,10 @@ "gm", "_", "atlastext", + "gltestpersistentcache", + "gm", + "_", + "dftext", "_", "svg", "_", diff --git a/infra/bots/recipes/test.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_PreAbandonGpuContext_SK_CPU_LIMIT_SSE41.json b/infra/bots/recipes/test.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_PreAbandonGpuContext_SK_CPU_LIMIT_SSE41.json index 17985b42cc..c0363162a0 100644 --- a/infra/bots/recipes/test.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_PreAbandonGpuContext_SK_CPU_LIMIT_SSE41.json +++ b/infra/bots/recipes/test.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_PreAbandonGpuContext_SK_CPU_LIMIT_SSE41.json @@ -201,6 +201,10 @@ "gm", "_", "atlastext", + "gltestpersistentcache", + "gm", + "_", + "dftext", "_", "svg", "_", diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py index e4278a9c8e..4fcd270290 100644 --- a/infra/bots/recipes/test.py +++ b/infra/bots/recipes/test.py @@ -257,8 +257,9 @@ def dm_flags(api, bot): configs.extend(['gl1010102', 'gltestpersistentcache']) # Decoding transparent images to 1010102 just looks bad blacklist('gl1010102 image _ _') - # This test produces slightly different pixels run to run on NV. + # These tests produce slightly different pixels run to run on NV. blacklist('gltestpersistentcache gm _ atlastext') + blacklist('gltestpersistentcache gm _ dftext') if 'ChromeOS' in bot: # Just run GLES for now - maybe add gles_msaa4 in the future -- cgit v1.2.3