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

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


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

Repository:
  rCRT Compiler Runtime

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


More information about the llvm-commits mailing list