diff options
author | benjaminwagner <benjaminwagner@google.com> | 2016-07-25 06:32:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-25 06:32:13 -0700 |
commit | 1d35231e7b5cce8c4f54ea71a8e030be893363fb (patch) | |
tree | 5e4c14ae0a0339e0a63a66f5a6975468c9e768df | |
parent | b5acf6e702e318b405a04d38bfdac602dc3ed773 (diff) |
Remove long-running sk_linear_to_srgb test for ASAN in public.bzl.
This unit test takes >~5m and causes the ASAN test to time out.
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2175303002
Review-Url: https://codereview.chromium.org/2175303002
-rw-r--r-- | public.bzl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public.bzl b/public.bzl index 73a217e534..eb0909f238 100644 --- a/public.bzl +++ b/public.bzl @@ -518,6 +518,7 @@ def DM_ARGS(base_dir, asan): "~PathOpsSimplify", "~PathOpsTightBoundsQuads", "~Point", + "~sk_linear_to_srgb", ] return [ "--src %s" % " ".join(source), |