Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust unsupported C++ versions in some tests | Mikhail Maltsev | 2018-10-24 | 1 | -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 Clow | 2018-10-16 | 1 | -0/+29 |
| | | | | | | clang. Reviewed as D51762 llvm-svn: 344627 | ||||
* | Revert r344529 "Implement the first part of the calendar support for C++20" | Artem Dergachev | 2018-10-16 | 1 | -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 Clow | 2018-10-15 | 1 | -0/+29 |
incomplete; there will be more patches coming. Reviewed as D51762 llvm-svn: 344529 |