Skip to content

Commit

Permalink
Disable Go bindings test with MSan, it has tons of linker errors
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253525 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rnk committed Nov 19, 2015
1 parent 491e164 commit 5f2411b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/Bindings/Go/go.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm

; REQUIRES: shell, not_ubsan
; REQUIRES: shell, not_ubsan, not_msan
2 changes: 2 additions & 0 deletions test/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ if config.llvm_use_sanitizer == "Address":
if (config.llvm_use_sanitizer == "Memory" or
config.llvm_use_sanitizer == "MemoryWithOrigins"):
config.available_features.add("msan")
else:
config.available_features.add("not_msan")
if config.llvm_use_sanitizer == "Undefined":
config.available_features.add("ubsan")
else:
Expand Down

0 comments on commit 5f2411b

Please sign in to comment.