summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/time/months.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adjust unsupported C++ versions in some testsMikhail Maltsev2018-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | 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
* Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ↵Marshall Clow2018-10-161-0/+29
| | | | | | clang. Reviewed as D51762 llvm-svn: 344627
* Revert r344529 "Implement the first part of the calendar support for C++20"Artem Dergachev2018-10-161-29/+0
| | | | | | | | | | Revert r344535 "Wrap up the new chrono literals in an #ifdef..." Revert r344546 "Mark a couple of test cases as 'C++17-only'..." Some of the buildbot failures were masked by another error, and this one was probably missed. llvm-svn: 344580
* Implement the first part of the calendar support for C++20. This is still ↵Marshall Clow2018-10-151-0/+29
incomplete; there will be more patches coming. Reviewed as D51762 llvm-svn: 344529
OpenPOWER on IntegriCloud