Eric Fiselier
27cdf401ea
Cleanup SFINAE in tuple, and add tests for reference assignment
...
llvm-svn: 274414
2016-07-02 01:25:46 +00:00
Eric Fiselier
2d38959cd9
Mark more tuple tests as unsupported in C++98 && C++03
...
llvm-svn: 229810
2015-02-19 02:44:09 +00:00
Eric Fiselier
0a52cd7937
[libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.
...
Summary: No declaration for the type `tuple` is given in c++03 or c++98 modes. Mark all tests that use the actual `tuple` type as UNSUPPORTED.
Reviewers: jroelofs, mclow.lists, danalbert
Reviewed By: danalbert
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D5956
llvm-svn: 229808
2015-02-19 02:10:42 +00:00
Marshall Clow
949389c395
We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.
...
llvm-svn: 227370
2015-01-28 21:22:53 +00:00
Marshall Clow
e21582e742
Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results.
...
llvm-svn: 225541
2015-01-09 20:25:52 +00:00
Eric Fiselier
5a83710e37
Move test into test/std subdirectory.
...
llvm-svn: 224658
2014-12-20 01:40:03 +00:00