From 43cc8a5fd15edabeaea6580dce0c1409d3be3613 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Fri, 9 Jan 2015 23:17:23 +0000 Subject: [PATCH] Disable Go bindings test under UBSan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225557 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Bindings/Go/go.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Bindings/Go/go.test b/test/Bindings/Go/go.test index 3951483b6ff..14eb3281cc4 100644 --- a/test/Bindings/Go/go.test +++ b/test/Bindings/Go/go.test @@ -1,3 +1,3 @@ ; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm -; REQUIRES: shell +; REQUIRES: shell, not_ubsan -- 2.34.1