summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-12-15Remove quotes from locale name identifier. Credit Edward Meewis.Howard Hinnant
2011-12-05Starting using murmur2 when combining multiple size_t's into a single hash, a...Howard Hinnant
2011-12-02unord test fixes by Edward MeewisHoward Hinnant
2011-12-02Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant
2011-11-01Fix ratio arithmetic with zeroHoward Hinnant
2011-10-09Fix <rdar://problem/10256836> getline of an empty string mistakenly causes fa...Howard Hinnant
2011-10-08Fix <rdar://problem/10255403> match_results::begin() is off by oneHoward Hinnant
2011-10-03Windows porting work by Ruben Van BoxemHoward Hinnant
2011-10-01Updated testit to run on Windows and fresh Windows results by Ruben Van BoxemHoward Hinnant
2011-09-27Another installment on debug mode. This addresses list. However this should...Howard Hinnant
2011-09-21Fix test bugs found by David ChisnallHoward Hinnant
2011-09-21Fix locales used in re tests.David Chisnall
2011-09-21Remove undefines in cstdio test. Fix these properly rather than bodging the ...David Chisnall
2011-09-21More +.UTF-8 fixes.David Chisnall
2011-09-21Fix failure found by David ChisnallHoward Hinnant
2011-09-21More fixes to the tests. Add UTF-8 encoding to all locales that don't specif...David Chisnall
2011-09-21Fully-qualify some more locales in the tests...David Chisnall
2011-09-21Don't check STREAMS error numbers on systems that don't implement the obsolet...David Chisnall
2011-09-21More locale cleanups. Fully specify locales in iostream tests.David Chisnall
2011-09-21Localisation test fixes to make the tests pass on FreeBSD, which does not pro...David Chisnall
2011-09-16The vector test suite now passes for no-debug, debug-lite and debug-regularHoward Hinnant
2011-09-01Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant
2011-08-12Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-07-19Correct test.Howard Hinnant
2011-07-18Adjust two tests to account for a nasty change in copying behaviorSean Hunt
2011-07-18Make all fstream tests use tmpnam if creating files, rather thanSean Hunt
2011-07-18Do a litmus test of using tmpnam to generate safe temporary file namesSean Hunt
2011-07-18Given that __underlying_type is now available in clang, implementSean Hunt
2011-07-18Give A an explicitly non-throwing destructor so that B's destructor isSean Hunt
2011-07-15Fix wchar tests by not assuming that tm is complete and by using theSean Hunt
2011-07-07Fixing up some ABI issuesHoward Hinnant
2011-07-06<inttypes.h> does not necessarily include <stdint.h>. Accordingly, doSean Hunt
2011-07-01Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant
2011-06-22test for pair piecewise constructionHoward Hinnant
2011-06-04noexcept for <stack>. This completes noexcept for Chapter 23 [containers].Howard Hinnant
2011-06-04noexcept for <queue>.Howard Hinnant
2011-06-04noexcept for <unordered_set>.Howard Hinnant
2011-06-04noexcept for <unordered_map>.Howard Hinnant
2011-06-04noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant
2011-06-04noexcept for <map>.Howard Hinnant
2011-06-03noexcept for <vector>. This also includes installing move_if_noexcept() into...Howard Hinnant
2011-06-03Bring noexcept for <string> inline with other containers.Howard Hinnant
2011-06-03noexcept for <list>.Howard Hinnant
2011-06-03noexcept for <forward_list>.Howard Hinnant
2011-06-03After sleeping on it I've decided that all special members that can be noexce...Howard Hinnant
2011-06-03Add noexcept tests for deque.Howard Hinnant
2011-05-28noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant
2011-05-19Simplied bind using __invoke. In the process, found and fixed a couple of bu...Howard Hinnant
2011-05-18This commit was accidental. Reverting.Howard Hinnant
2011-05-17A bunch of future tests got invalidated with the latest updates to thread. F...Howard Hinnant