diff options
Diffstat (limited to 'compiler-rt/test/msan/pvalloc.cc')
-rw-r--r-- | compiler-rt/test/msan/pvalloc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/pvalloc.cc b/compiler-rt/test/msan/pvalloc.cc index 7c406df79bb..649719a88cb 100644 --- a/compiler-rt/test/msan/pvalloc.cc +++ b/compiler-rt/test/msan/pvalloc.cc @@ -4,6 +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 +// pvalloc is Linux only // UNSUPPORTED: win32, freebsd, netbsd // Checks that pvalloc overflows are caught. If the allocator is allowed to |