[PATCH] D41018: Disable test/msan/ftime.cc on NetBSD

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


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

ftime(3) has been removed from libc/NetBSD.

Sponsored by <The NetBSD Foundation>


Repository:
  rL LLVM

https://reviews.llvm.org/D41018

Files:
  test/msan/ftime.cc


Index: test/msan/ftime.cc
===================================================================
--- test/msan/ftime.cc
+++ 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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41018.126166.patch
Type: text/x-patch
Size: 394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171208/4ee281f4/attachment.bin>


More information about the llvm-commits mailing list