aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-09-16 19:04:17 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-18 17:23:39 +0000
commita9712a511316ef888d008d5f993f3300e9aacd67 (patch)
treedb40e18a39094e97cd98141328f37fe8cee44cff /infra
parenteafa64b4018a334daae74492fb33bc54bd0bb6aa (diff)
Suppress float-cast-overflow for double-to-float in SkMatrix{,44}
No API change. Bug: skia:4632 Change-Id: Ic9cb9de7cce8aca43f0ce8066abcc44a0b04ca84 Reviewed-on: https://skia-review.googlesource.com/47681 Commit-Queue: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
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.json2
-rw-r--r--infra/bots/recipes/test.py2
2 files changed, 0 insertions, 4 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 656073e019..c166728627 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
@@ -520,8 +520,6 @@
"typefacestyles_kerningDebian",
"--match",
"~^DashPathEffectTest_asPoints_limit$",
- "~^Matrix$",
- "~^Matrix44$",
"~^PathBigCubic$",
"~^PathOpsCubicIntersection$",
"~^PathOpsCubicLineIntersection$",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 6b5ef31d78..9452f5a2e2 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -539,8 +539,6 @@ def dm_flags(api, bot):
blacklist(['pdf', 'gm', '_', 'typefacestylesDebian'])
blacklist(['pdf', 'gm', '_', 'typefacestyles_kerningDebian'])
match.append('~^DashPathEffectTest_asPoints_limit$')
- match.append('~^Matrix$')
- match.append('~^Matrix44$')
match.append('~^PathBigCubic$')
match.append('~^PathOpsCubicIntersection$')
match.append('~^PathOpsCubicLineIntersection$')