[PATCH] D41014: Disable test/msan/pvalloc.cc on NetBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 08:52:13 PST 2017


krytarowski created this revision.
krytarowski added a project: Sanitizers.

The pvalloc(3) function is a non-standard extension missing on NetBSD.

Sponsored by <The NetBSD Foundation>


Repository:
  rL LLVM

https://reviews.llvm.org/D41014

Files:
  test/msan/pvalloc.cc


Index: test/msan/pvalloc.cc
===================================================================
--- test/msan/pvalloc.cc
+++ test/msan/pvalloc.cc
@@ -4,7 +4,7 @@
 // RUN: MSAN_OPTIONS=allocator_may_return_null=0 not %run %t psm1 2>&1 | FileCheck %s
 // RUN: MSAN_OPTIONS=allocator_may_return_null=1     %run %t psm1 2>&1
 
-// UNSUPPORTED: win32, freebsd
+// UNSUPPORTED: win32, freebsd, netbsd
 
 // Checks that pvalloc overflows are caught. If the allocator is allowed to
 // return null, the errno should be set to ENOMEM.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41014.126161.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171208/e8c5874b/attachment.bin>


More information about the llvm-commits mailing list