Marshall Clow
8d113d430f
Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121 . Thanks to Jonathan Wakely for the reports and the patches.
...
llvm-svn: 257474
2016-01-12 14:51:04 +00:00
Asiri Rathnayake
f520c1445f
Make it possible to build a no-exceptions variant of libcxx.
...
Fixes a small omission in libcxx that prevents libcxx being built when
-DLIBCXX_ENABLE_EXCEPTIONS=0 is specified.
This patch adds XFAILS to all those tests that are currently failing
on the new -fno-exceptions library variant. Follow-up patches will
update the tests (progressively) to cope with the new library variant.
Change-Id: I4b801bd8d8e4fe7193df9e55f39f1f393a8ba81a
llvm-svn: 252598
2015-11-10 11:41:22 +00:00
Eric Fiselier
f7d36ac5f0
Remove XFAIL on string view test for apples clang compiler. Thanks to Marshall for the fix
...
llvm-svn: 230322
2015-02-24 10:52:07 +00:00
Marshall Clow
c08e8f81ec
Remove undefined behavior from test; specifically, compare(NULL, XXX, 0)
...
llvm-svn: 228928
2015-02-12 15:25:54 +00:00
Marshall Clow
351dde4e03
Remove undefined behavior from test; specifically, compare(NULL, XXX, 0). Thanks to Eric for the catch
...
llvm-svn: 228927
2015-02-12 15:21:20 +00:00
Eric Fiselier
cc2e1ab69c
Add pragma system header to some experimental headers and add newlines to files.
...
llvm-svn: 228712
2015-02-10 17:32:49 +00:00
Marshall Clow
d95510ebba
libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library.
...
llvm-svn: 225403
2015-01-07 21:53:23 +00:00
Eric Fiselier
5a83710e37
Move test into test/std subdirectory.
...
llvm-svn: 224658
2014-12-20 01:40:03 +00:00