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 9a512f6ccfbd32..04c4c77edd5ed3 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 @@ -11,8 +11,6 @@ // UNSUPPORTED: c++03, c++11, c++14 -// XFAIL: LIBCXX-AIX-FIXME - // ::timespec_get is provided by the C library, but it's marked as // unavailable until macOS 10.15 // XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}} @@ -20,6 +18,9 @@ // ::timespec_get is available starting with Android Q (API 29) // XFAIL: target={{.+}}-android{{(eabi)?(21|22|23|24|25|26|27|28)}} +// ::timespec_get is available starting with AIX 7.3 TL2 +// XFAIL: target={{.+}}-aix{{7.2.*|7.3.0.*|7.3.1.*}} + #include #include