From d06d4d8dee633b9ba980ce01a8b2b602830ccf4d Mon Sep 17 00:00:00 2001 From: kjellander Date: Mon, 1 Feb 2016 02:54:48 -0800 Subject: [PATCH] Add linux_ubsan_vptr to default trybots. BUG=webrtc:5124 NOTRY=True Review URL: https://codereview.webrtc.org/1654023002 Cr-Commit-Position: refs/heads/master@{#11441} --- infra/config/cq.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index b248cef9c3..7708618e10 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -49,6 +49,7 @@ verifiers { builders { name: "linux_msan" } builders { name: "linux_rel" } builders { name: "linux_tsan2" } + builders { name: "linux_ubsan_vptr" } builders { name: "mac_asan" } builders { name: "mac_baremetal" } builders { name: "mac_compile_dbg" }