From 3087a8488948f575a81158494fd0609198ef5e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Fri, 27 Aug 2021 10:12:53 +0000 Subject: [PATCH] [libcxx] [test] Add an XFAIL for the timespec test for MinGW targets MinGW headers/libs lack timespec_get. Differential Revision: https://reviews.llvm.org/D112213 --- .../support.runtime/ctime.timespec.compile.pass.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libcxx/test/std/language.support/support.runtime/ctime.timespec.compile.pass.cpp b/libcxx/test/std/language.support/support.runtime/ctime.timespec.compile.pass.cpp index a170c371997b..4fd502433d48 100644 --- a/libcxx/test/std/language.support/support.runtime/ctime.timespec.compile.pass.cpp +++ b/libcxx/test/std/language.support/support.runtime/ctime.timespec.compile.pass.cpp @@ -15,6 +15,9 @@ // unavailable until macOS 10.15 // XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}} +// MinGW lacks timespec_get. +// XFAIL: target={{.+}}-windows-gnu + #include #include -- GitLab