From a0b648f164b00cdce3f1969dfdcb6615a41509b1 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Thu, 22 Nov 2018 16:38:03 +0000 Subject: [PATCH] [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 --- .../ostream.inserters.arithmetic/minmax_showbase.pass.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp b/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp index 956cd171a..9e602d4e7 100644 --- a/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp +++ b/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 #include #include