aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-09-15 15:50:07 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-19 14:15:39 +0000
commitb858da928b5ba20adff914637526b847aea9035f (patch)
treea4c0100b68980d677aa11723b78f5a50f1cc0d53 /infra
parent721aed27ac31a5171dca5609b962efe7b59a0649 (diff)
Fix float-cast-overflow in SkOpSpan::sortableTop.
Bug: skia:4632 Change-Id: I5af8bb7b04673307cdf7865bb7d56a041ba27d83 Reviewed-on: https://skia-review.googlesource.com/47320 Reviewed-by: Cary Clark <caryclark@skia.org> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-UBSAN_float_cast_overflow.json1
-rw-r--r--infra/bots/recipes/test.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-UBSAN_float_cast_overflow.json b/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-UBSAN_float_cast_overflow.json
index c166728627..3ad846b965 100644
--- a/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-UBSAN_float_cast_overflow.json
+++ b/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-UBSAN_float_cast_overflow.json
@@ -523,7 +523,6 @@
"~^PathBigCubic$",
"~^PathOpsCubicIntersection$",
"~^PathOpsCubicLineIntersection$",
- "~^PathOpsFailOp$",
"~^PathOpsOpCubicsThreaded$",
"~^PathOpsOpLoopsThreaded$",
"--verbose"
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index d8f52ee7e9..5dd5dc4f9b 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -542,7 +542,6 @@ def dm_flags(api, bot):
match.append('~^PathBigCubic$')
match.append('~^PathOpsCubicIntersection$')
match.append('~^PathOpsCubicLineIntersection$')
- match.append('~^PathOpsFailOp$')
match.append('~^PathOpsOpCubicsThreaded$')
match.append('~^PathOpsOpLoopsThreaded$')