From: Alexey Samsonov Date: Fri, 9 Jan 2015 23:17:23 +0000 (+0000) Subject: Disable Go bindings test under UBSan. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=43cc8a5fd15edabeaea6580dce0c1409d3be3613;p=oota-llvm.git Disable Go bindings test under UBSan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225557 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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