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 |