From bee6cacc54357e0af1de67d527fe51eb3602c2d6 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Mon, 4 Dec 2017 11:15:58 -0500 Subject: Merge UBSAN_float_cast_overflow into ASAN. The new check was a different config while we fixed the errors. Most errors are now fixed, and merging these will help with running both on the CQ. No-Try: true Change-Id: I5804ecea84a8dbbaacf6a4ea96e2af9505641d49 Reviewed-on: https://skia-review.googlesource.com/79323 Commit-Queue: Ben Wagner Reviewed-by: Mike Klein --- gn/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn/BUILD.gn') diff --git a/gn/BUILD.gn b/gn/BUILD.gn index 9d6952af4a..70db37d52b 100644 --- a/gn/BUILD.gn +++ b/gn/BUILD.gn @@ -236,7 +236,7 @@ config("default") { # or pass one of the couple common aliases used by the bots. sanitizers = sanitize if (sanitize == "ASAN") { - sanitizers = "address,bool,integer-divide-by-zero,nonnull-attribute,null,return,returns-nonnull-attribute,shift,signed-integer-overflow,unreachable,vla-bound,vptr" + sanitizers = "address,bool,float-cast-overflow,integer-divide-by-zero,nonnull-attribute,null,return,returns-nonnull-attribute,shift,signed-integer-overflow,unreachable,vla-bound,vptr" if (!is_mac) { sanitizers += ",function" # Not supported on Mac. } -- cgit v1.2.3