From 47a540f503bc722393b61c4b822e95b17f200125 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Mon, 18 Sep 2017 13:20:32 -0400 Subject: 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 Reviewed-by: Mike Klein Commit-Queue: Ben Wagner --- infra/bots/recipes/test.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'infra/bots/recipes/test.py') 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', -- cgit v1.2.3