We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb01f7 commit 67d29fbCopy full SHA for 67d29fb
libcxx/test/std/language.support/support.runtime/ctime.timespec.compile.pass.cpp
@@ -11,15 +11,16 @@
11
12
// UNSUPPORTED: c++03, c++11, c++14
13
14
-// XFAIL: LIBCXX-AIX-FIXME
15
-
16
// ::timespec_get is provided by the C library, but it's marked as
17
// unavailable until macOS 10.15
18
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}}
19
20
// ::timespec_get is available starting with Android Q (API 29)
21
// XFAIL: target={{.+}}-android{{(eabi)?(21|22|23|24|25|26|27|28)}}
22
+// ::timespec_get is available starting with AIX 7.3 TL2
+// XFAIL: target={{.+}}-aix{{7.2.*|7.3.0.*|7.3.1.*}}
23
+
24
#include <ctime>
25
#include <type_traits>
26
0 commit comments