[libcxx] Add XFAIL for test on OS X 10.12 to 10.14

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@347473 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Louis Dionne
2018-11-22 16:38:03 +00:00
parent efba04d1fe
commit a0b648f164

View File

@@ -24,6 +24,12 @@
// Testing to make sure that the max length values are correctly inserted when
// using std::showbase
// This test exposes a regression that was not fixed yet in the libc++
// shipped with macOS 10.12, 10.13 and 10.14. See D32670 for details.
// XFAIL: with_system_cxx_lib=macosx10.14
// XFAIL: with_system_cxx_lib=macosx10.13
// XFAIL: with_system_cxx_lib=macosx10.12
#include <cassert>
#include <cstdint>
#include <ios>