diff options
author | Mikhail Maltsev <mikhail.maltsev@arm.com> | 2018-10-24 15:09:08 +0000 |
---|---|---|
committer | Mikhail Maltsev <mikhail.maltsev@arm.com> | 2018-10-24 15:09:08 +0000 |
commit | b7e43df3c235754c34c7cd08c9dd1aa740807e91 (patch) | |
tree | 5b2c7aa3dcd8b950bdc68ffcebe572e003546d75 /libcxx/test/std/utilities/time/time.cal/time.cal.mdlast/streaming.pass.cpp | |
parent | 7be45b0f85c81454ee65e19e5a9bc87260af39e7 (diff) | |
download | bcm5719-llvm-b7e43df3c235754c34c7cd08c9dd1aa740807e91.tar.gz bcm5719-llvm-b7e43df3c235754c34c7cd08c9dd1aa740807e91.zip |
Adjust unsupported C++ versions in some tests
Summary:
Some tests (mainly the new C++20 calendar library) fail when libc++ is
tested with '--param=std=c++98'. The failures happen because the tests
actually don't support C++98, but don't mention C++98 in the
'UNSUPPORTED:' line.
This change fixes the issue.
Reviewers: mclow.lists, ldionne
Reviewed By: ldionne
Subscribers: arphaman, michaelplatings, libcxx-commits
Differential Revision: https://reviews.llvm.org/D53640
llvm-svn: 345148
Diffstat (limited to 'libcxx/test/std/utilities/time/time.cal/time.cal.mdlast/streaming.pass.cpp')
-rw-r--r-- | libcxx/test/std/utilities/time/time.cal/time.cal.mdlast/streaming.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/time/time.cal/time.cal.mdlast/streaming.pass.cpp b/libcxx/test/std/utilities/time/time.cal/time.cal.mdlast/streaming.pass.cpp index 693acd89eb1..f6fa346d18c 100644 --- a/libcxx/test/std/utilities/time/time.cal/time.cal.mdlast/streaming.pass.cpp +++ b/libcxx/test/std/utilities/time/time.cal/time.cal.mdlast/streaming.pass.cpp @@ -6,7 +6,7 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// UNSUPPORTED: c++03, c++11, c++14, c++17 +// UNSUPPORTED: c++98, c++03, c++11, c++14, c++17 // XFAIL: * // <chrono> |