summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2017-12-09 00:36:17 +0000
committerKamil Rytarowski <n54@gmx.com>2017-12-09 00:36:17 +0000
commit4fcf6970b02700d8dc106409e00448c9ff78827b (patch)
tree877476f4f9c583052daaf8789634c7f395f871b4 /test
parent7f78658b19cf7e5fedb5f4649b16ba2b9a6f9d29 (diff)
Disable test/msan/ftime.cc on NetBSD
Summary: ftime(3) has been removed from libc/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/D41018 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@320222 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/msan/ftime.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/msan/ftime.cc b/test/msan/ftime.cc
index 7a5a2fbf7..2bc8a6f2f 100644
--- a/test/msan/ftime.cc
+++ b/test/msan/ftime.cc
@@ -1,7 +1,7 @@
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
-// ftime() is deprecated on FreeBSD.
-// XFAIL: freebsd
+// ftime() is deprecated on FreeBSD and NetBSD.
+// UNSUPPORTED: freebsd, netbsd
#include <assert.h>
#include <sys/timeb.h>