aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-08-11 09:39:04 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-11 13:51:56 +0000
commite2cbd0451832ec71d1b498e0f64d02b7d096b2b7 (patch)
treea2b3853fd0514bc470a8b4739f9d697700ebf7e6 /public.bzl
parent32fa5104148722dbd6aac1ce8d38dcf47737f669 (diff)
Fix DM_ARGS in public.bzl.
Broken by https://skia-review.googlesource.com/32862. It seems that "tiles_rt" and "pic" configs were passing at one point, but have since bit-rotted after being renamed to "tiles_rt-8888" and "pic-8888" and thus ignored by dm. No-Try: true Change-Id: I00a5e5a0cc2090566809a61fa310c8ddaafdea43 Reviewed-on: https://skia-review.googlesource.com/33581 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/public.bzl b/public.bzl
index b967b0e62e..d7914730ba 100644
--- a/public.bzl
+++ b/public.bzl
@@ -570,8 +570,8 @@ DM_INCLUDES = [
def DM_ARGS(asan):
source = ["tests", "gm", "image"]
- # TODO(benjaminwagner): f16 and serialize-8888 fail.
- config = ["565", "8888", "pdf", "srgb", "tiles_rt", "pic"]
+ # TODO(benjaminwagner): f16, pic-8888, serialize-8888, and tiles_rt-8888 fail.
+ config = ["565", "8888", "pdf", "srgb"]
# TODO(mtklein): maybe investigate why these fail?
match = [
"~Canvas",