From 55acbc071ca4b82c87f2253cca65d218ab464d83 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. llvm-svn: 225557 --- llvm/test/Bindings/Go/go.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Bindings/Go/go.test b/llvm/test/Bindings/Go/go.test index 3951483..14eb328 100644 --- a/llvm/test/Bindings/Go/go.test +++ b/llvm/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.7.4