Skip to content

Commit

Permalink
disable unit tests in Google3
Browse files Browse the repository at this point in the history
Many of them will start failing or crashing
once we set SK_DISABLE_READ_BUFFER there.

Alternatively, we could see if we can get away without
SK_DISABLE_READ_BUFFER.  It's small value compared to
the other flags.

Change-Id: I447cbd09f68afed81b4b1db8cc234abd22389d46
Reviewed-on: https://skia-review.googlesource.com/c/169762
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
  • Loading branch information
Mike Klein authored and Skia Commit-Bot committed Nov 8, 2018
1 parent f542cab commit dd650c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ DM_INCLUDES = [
################################################################################

def DM_ARGS(asan):
source = ["tests", "gm", "image", "lottie"]
source = ["gm", "image", "lottie"]

# TODO(benjaminwagner): f16, pic-8888, serialize-8888, and tiles_rt-8888 fail.
config = ["565", "8888", "pdf"]
Expand Down

0 comments on commit dd650c4

Please sign in to comment.