aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-09-18 13:20:32 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-18 18:26:13 +0000
commit47a540f503bc722393b61c4b822e95b17f200125 (patch)
tree529b4a201b828082b5cadae57d8b9930c9700faa /infra/bots/recipes/test.py
parent6d1aaca8276ff4ae2e10870f7e2c3222907cc4aa (diff)
Change SkScalarTruncToInt to saturate.
This is the same behavior as SkScalarFloorToInt, SkScalarCeilToInt, and SkScalarRoundToInt. Bug: skia:4632 Change-Id: Iec454e841b05c5b10f335b5b089718db56740323 Reviewed-on: https://skia-review.googlesource.com/47400 Reviewed-by: Mike Reed <reed@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 9452f5a2e2..d8f52ee7e9 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -545,11 +545,6 @@ def dm_flags(api, bot):
match.append('~^PathOpsFailOp$')
match.append('~^PathOpsOpCubicsThreaded$')
match.append('~^PathOpsOpLoopsThreaded$')
- if 'float_cast_overflow' in bot and 'GPU' in bot:
- # skia:4632
- match.append('~^GLPrograms$')
- match.append('~^ProcessorCloneTest$')
- match.append('~^ProcessorOptimizationValidationTest$')
if 'Vulkan' in bot and 'Adreno530' in bot:
# skia:5777
@@ -925,8 +920,6 @@ TEST_BUILDERS = [
'Test-Ubuntu16-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-Vulkan',
'Test-Ubuntu16-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release',
'Test-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug',
- ('Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-UBSAN' +
- '_float_cast_overflow'),
('Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-Valgrind' +
'_PreAbandonGpuContext_SK_CPU_LIMIT_SSE41'),
'Test-Win8-MSVC-Golo-CPU-AVX-x86-Debug',