Eric Fiselier
95f8e6aa55
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library
...
llvm-svn: 300635
2017-04-19 00:56:32 +00:00
Marshall Clow
0fa287b7ec
Fix a couple of 'C++11'-isms from the last checkin, which broke the '03 bot.
...
llvm-svn: 298422
2017-03-21 19:12:21 +00:00
Marshall Clow
c3d7b98d9d
Add a bit more to one of the chrono tests
...
llvm-svn: 298418
2017-03-21 18:40:46 +00:00
Marshall Clow
9bd9ed4d23
Implement P0548: 'common_type and duration' This involves a subtle change in the return type of the unary +/- operators for std::chrono::duration, though I expect that no one will notice.
...
llvm-svn: 298416
2017-03-21 18:38:57 +00:00
Stephan T. Lavavej
12195f1f03
[libcxx] [test] Strip trailing whitespace. NFC, no code review.
...
llvm-svn: 291322
2017-01-07 01:12:15 +00:00
Marshall Clow
dbf7ca9ce6
Implement P0505: 'Wording for GB 50'
...
llvm-svn: 291028
2017-01-04 23:03:24 +00:00
Asiri Rathnayake
981986cdfc
[libcxx] Fix c++98 test failures.
...
Adds XFAIL/UNSUPPORTED lit tags as appropriate. Gets a clean test run
for -std=c++98 on Fedora 20.
NFC.
llvm-svn: 271741
2016-06-03 21:40:03 +00:00
Eric Fiselier
d04c685168
Remove trailing whitespace in test suite. Approved by Marshall Clow.
...
llvm-svn: 271435
2016-06-01 21:35:39 +00:00
Asiri Rathnayake
6edc12c886
[libcxx] Improve tests to use the UNSUPPORTED lit directive
...
Quite a few libcxx tests seem to follow the format:
#if _LIBCPP_STD_VER > X
// Do test.
#else
// Empty test.
#endif
We should instead use the UNSUPPORTED lit directive to exclude the test on
earlier C++ standards. This gives us a more accurate number of test passes
for those standards and avoids unnecessary conflicts with other lit
directives on the same tests.
Reviewers: bcraig, ericwf, mclow.lists
Differential revision: http://reviews.llvm.org/D20730
llvm-svn: 271108
2016-05-28 08:57:35 +00:00
Marshall Clow
2cd0d6d625
Implement P0092R1 for C++1z
...
llvm-svn: 252195
2015-11-05 19:33:59 +00:00
Eric Fiselier
5a83710e37
Move test into test/std subdirectory.
...
llvm-svn: 224658
2014-12-20 01:40:03 +00:00