aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-09-15 17:48:08 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-16 22:44:33 +0000
commit05c474b3093222f8bd291d725fca8efc4fea75cb (patch)
treec00e18df495093d586c7f5ca110edc9cb4927c1e /infra
parentbf12c079707a89f683ad0a6c989127fa20d9d202 (diff)
Suppress float-cast-overflow in SkPoint::Length.
Bug: skia:4632 Change-Id: I0f8a7d7a11fc76fcb315c3f0183577c3f0958926 Reviewed-on: https://skia-review.googlesource.com/47421 Reviewed-by: Mike Klein <mtklein@chromium.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 822bfc50c3..656073e019 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
@@ -528,7 +528,6 @@
"~^PathOpsFailOp$",
"~^PathOpsOpCubicsThreaded$",
"~^PathOpsOpLoopsThreaded$",
- "~^Point$",
"--verbose"
],
"cwd": "[START_DIR]/skia",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index cc592e34c2..6b5ef31d78 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -547,7 +547,6 @@ def dm_flags(api, bot):
match.append('~^PathOpsFailOp$')
match.append('~^PathOpsOpCubicsThreaded$')
match.append('~^PathOpsOpLoopsThreaded$')
- match.append('~^Point$')
if 'float_cast_overflow' in bot and 'GPU' in bot:
# skia:4632
match.append('~^GLPrograms$')