[PATCH] D41011: Disable test/msan/tsearch.cc on NetBSD
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 8 16:38:33 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT320225: Disable test/msan/tsearch.cc on NetBSD (authored by kamil).
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41011
Files:
test/msan/tsearch.cc
Index: test/msan/tsearch.cc
===================================================================
--- test/msan/tsearch.cc
+++ test/msan/tsearch.cc
@@ -1,5 +1,8 @@
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
+// tdestroy is a GNU extension
+// UNSUPPORTED: netbsd
+
#include <assert.h>
#include <search.h>
#include <stdlib.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41011.126239.patch
Type: text/x-patch
Size: 335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171209/3fa94a8b/attachment.bin>
More information about the llvm-commits
mailing list