Skip to content

Commit 3087a84

Browse files
committed
[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
1 parent 64f002c commit 3087a84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/test/std/language.support/support.runtime/ctime.timespec.compile.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
// unavailable until macOS 10.15
1616
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}}
1717

18+
// MinGW lacks timespec_get.
19+
// XFAIL: target={{.+}}-windows-gnu
20+
1821
#include <ctime>
1922
#include <type_traits>
2023

0 commit comments

Comments
 (0)