From 676ab606664ea6ead3e9142cdb401600eb3d9d65 Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Fri, 10 Nov 2017 22:19:51 +0100 Subject: [PATCH] Re-enable linux_ubsan TBR=phoglund@webrtc.org Bug: chromium:774973 No-Try: true Change-Id: I4b89413c9ad266a73f84567765d6c9c87bc65147 Reviewed-on: https://webrtc-review.googlesource.com/22240 Commit-Queue: Edward Lemur Reviewed-by: Oleh Prypin Reviewed-by: Edward Lemur Cr-Commit-Position: refs/heads/master@{#20685} --- infra/config/cq.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index ee073824a1..3b665578fb 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -53,8 +53,7 @@ verifiers { builders { name: "linux_msan" } builders { name: "linux_rel" } builders { name: "linux_tsan2" } - # TODO(oprypin): Re-enable when https://crbug.com/774973 is fixed. - #builders { name: "linux_ubsan" } + builders { name: "linux_ubsan" } builders { name: "linux_ubsan_vptr" } builders { name: "linux_gcc_rel" } builders { name: "linux_more_configs" }