From: Alexey Samsonov Date: Fri, 9 Jan 2015 23:17:23 +0000 (+0000) Subject: Disable Go bindings test under UBSan. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55acbc071ca4b82c87f2253cca65d218ab464d83;p=platform%2Fupstream%2Fllvm.git Disable Go bindings test under UBSan. llvm-svn: 225557 --- 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