forked from OSchip/llvm-project
Disable test/msan/pvalloc.cc on NetBSD
Summary: The pvalloc(3) function is a non-standard extension missing on NetBSD. Sponsored by <The NetBSD Foundation> Reviewers: joerg, eugenis, vitalybuka Reviewed By: vitalybuka Subscribers: llvm-commits, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D41014 llvm-svn: 320224
This commit is contained in:
parent
35542495db
commit
a85d348111
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue