hanchenye-llvm-project/libcxx/test
Howard Hinnant 05e485879c Fix ratio arithmetic with zero
llvm-svn: 143519
2011-11-01 23:13:37 +00:00
..
algorithms Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
atomics
containers Another installment on debug mode. This addresses list. However this should be considered a temporary state. The API of the debug database and how vector and list use it, is unsatisfactory at the moment. It is both inefficient and overly verbose. I wanted to get this functionality checked in though. In the next day or so I'll refactor what is there in an attempt to streamline things. 2011-09-27 23:55:03 +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 Don't check STREAMS error numbers on systems that don't implement the obsolete (as described in POSIX2008) XSI STREAMS extension. 2011-09-21 12:23:11 +00:00
input.output Windows porting work by Ruben Van Boxem 2011-10-03 15:23:59 +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 Windows porting work by Ruben Van Boxem 2011-10-03 15:23:59 +00:00
numerics Reimplemented much of <istream> such that single character extractions do not check to see if this is the last character in the stream and thus never set eofbit. This fixes http://llvm.org/bugs/show_bug.cgi?id=10817 . This fix requires a recompiled libc++.dylib to be fully implemented. The recompiled libc++.dylib is ABI compatible with that shipped on Lion. 2011-09-01 21:02:45 +00:00
re Fix <rdar://problem/10255403> match_results::begin() is off by one 2011-10-08 14:36:16 +00:00
strings Fix <rdar://problem/10256836> getline of an empty string mistakenly causes failure 2011-10-09 15:20:46 +00:00
thread This commit was accidental. Reverting. 2011-05-18 00:47:00 +00:00
utilities Fix ratio arithmetic with zero 2011-11-01 23:13:37 +00:00
CMakeLists.txt
hexfloat.h Correction to hexfloat hack. 2011-05-14 14:33:56 +00:00
lit.cfg
lit.site.cfg.in
nothing_to_do.pass.cpp
platform_support.h Windows porting work by Ruben Van Boxem 2011-10-03 15:23:59 +00:00
testit Updated testit to run on Windows and fresh Windows results by Ruben Van Boxem 2011-10-01 15:34:27 +00:00