[Bazel] Omit new test that causes infinite loop in libjpeg-turbo.
This test was added in https://skia-review.googlesource.com/c/skia/+/129459, but the fix is not yet in a libjpeg-turbo release. No-Try: true Change-Id: Ib7dce7a022934918f9f2e3467849d3e81cbf14cd Reviewed-on: https://skia-review.googlesource.com/137703 Auto-Submit: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>
This commit is contained in:
parent
d47fe095cf
commit
9396bc3fc6
@ -562,7 +562,9 @@ def DM_ARGS(asan):
|
||||
source = ["tests", "gm", "image"]
|
||||
# TODO(benjaminwagner): f16, pic-8888, serialize-8888, and tiles_rt-8888 fail.
|
||||
config = ["565", "8888", "pdf"]
|
||||
return ["--src"] + source + ["--config"] + config + ["--nonativeFonts"]
|
||||
match = ["~Codec_78329453"]
|
||||
return (["--src"] + source + ["--config"] + config + ["--nonativeFonts"] +
|
||||
["--match"] + match)
|
||||
|
||||
################################################################################
|
||||
## COPTS
|
||||
|
Loading…
Reference in New Issue
Block a user