hanchenye-llvm-project/libcxx/test
Howard Hinnant 54976f2619 Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
llvm-svn: 137522
2011-08-12 21:56:02 +00:00
..
algorithms Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
atomics After a long break to wait for the atomic spec to settle, this completes the library part of <atomic>. It currently won't even parse as it depends on the existence of the intrinsics specified at http://libcxx.llvm.org/atomic_design_a.html. Everything has been tested using fake intrinsics which have now been removed. As the intrinsics come online, the ATOMIC_* macros will need to be adjusted to reflect which operations are lock-free. These macros will probably need to be #ifdef'd for each supported platform. 2010-12-08 17:20:28 +00:00
containers Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
depr Fix wchar tests by not assuming that tm is complete and by using the 2011-07-15 05:44:47 +00:00
diagnostics
input.output Correct test. 2011-07-19 01:07:49 +00:00
iterators
language.support Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
localization Warning suppression in test. 2011-05-14 14:53:12 +00:00
numerics Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
re Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
strings Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
thread This commit was accidental. Reverting. 2011-05-18 00:47:00 +00:00
utilities Adjust two tests to account for a nasty change in copying behavior 2011-07-18 23:51:25 +00:00
CMakeLists.txt Add CMake build and fix major Linux blockers. 2010-12-10 19:47:54 +00:00
hexfloat.h Correction to hexfloat hack. 2011-05-14 14:33:56 +00:00
lit.cfg Teach the Lit configuration to actually use the cxx0x setting when 2011-01-23 01:05:20 +00:00
lit.site.cfg.in Add CMake build and fix major Linux blockers. 2010-12-10 19:47:54 +00:00
nothing_to_do.pass.cpp
testit Update testit to default to clang 2011-02-14 18:06:10 +00:00