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

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 16:37:57 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT320224: Disable test/msan/pvalloc.cc on NetBSD (authored by kamil).

Repository:
  rCRT Compiler Runtime

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.126238.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171209/b54a85c3/attachment.bin>


More information about the llvm-commits mailing list