[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:
@@ -24,6 +24,12 @@
|
|||||||
// Testing to make sure that the max length values are correctly inserted when
|
// Testing to make sure that the max length values are correctly inserted when
|
||||||
// using std::showbase
|
// 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 <cassert>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <ios>
|
#include <ios>
|
||||||
|
|||||||
Reference in New Issue
Block a user