[llvm] r225557 - Disable Go bindings test under UBSan.

Alexey Samsonov vonosmas at gmail.com
Fri Jan 9 15:17:23 PST 2015


Author: samsonov
Date: Fri Jan  9 17:17:23 2015
New Revision: 225557

URL: http://llvm.org/viewvc/llvm-project?rev=225557&view=rev
Log:
Disable Go bindings test under UBSan.

Modified:
    llvm/trunk/test/Bindings/Go/go.test

Modified: llvm/trunk/test/Bindings/Go/go.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Go/go.test?rev=225557&r1=225556&r2=225557&view=diff
==============================================================================
--- llvm/trunk/test/Bindings/Go/go.test (original)
+++ llvm/trunk/test/Bindings/Go/go.test Fri Jan  9 17:17:23 2015
@@ -1,3 +1,3 @@
 ; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm
 
-; REQUIRES: shell
+; REQUIRES: shell, not_ubsan





More information about the llvm-commits mailing list