srgb config is gone. Stop testing it.

Should fix Google3 roll.

Change-Id: I986f442f2f36048e2322b6360a39221da2cb176b
Reviewed-on: https://skia-review.googlesource.com/133301
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
Brian Osman 2018-06-08 09:19:08 -04:00 committed by Skia Commit-Bot
parent cb0b98b263
commit 229f4d93c1

View File

@ -554,7 +554,7 @@ DM_INCLUDES = [
def DM_ARGS(asan):
source = ["tests", "gm", "image"]
# TODO(benjaminwagner): f16, pic-8888, serialize-8888, and tiles_rt-8888 fail.
config = ["565", "8888", "pdf", "srgb"]
config = ["565", "8888", "pdf"]
return ["--src"] + source + ["--config"] + config + ["--nonativeFonts"]
################################################################################