diff options
| author | Louis Dionne <ldionne@apple.com> | 2018-11-22 16:38:03 +0000 |
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2018-11-22 16:38:03 +0000 |
| commit | 5b2605edc459e93afdc02170bc910ff6c2b71631 (patch) | |
| tree | 0c43606297792d0bb9b9ff6ca18f1f02e17b10b4 | |
| parent | 27b83d230d182d2fab0e132f7f75f203cf71d95a (diff) | |
| download | bcm5719-llvm-5b2605edc459e93afdc02170bc910ff6c2b71631.tar.gz bcm5719-llvm-5b2605edc459e93afdc02170bc910ff6c2b71631.zip | |
[libcxx] Add XFAIL for test on OS X 10.12 to 10.14
llvm-svn: 347473
| -rw-r--r-- | libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp b/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp index 956cd171a1d..9e602d4e72e 100644 --- a/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp +++ b/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp @@ -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> |

