1. 9fdc63a Disables tests that fail to compile by Dan Albert · 10 years ago
  2. 6f56ab7 Adds a basic test wrapper for Android by Dan Albert · 10 years ago
  3. b90686c Implement LWG #2344: quoted()'s interaction with padding is unclear. I think that anyone using quoted with padding is really confused, but it should work the way the rest of iostreams works. by Marshall Clow · 11 years ago
  4. 16c76a2 Fix a test that I broke over the weekend by Marshall Clow · 11 years ago
  5. 0c6a583 Fixed bug in quoted strings implementation. Added test to be sure. Thanks to Peter Sommerlad for the report (and suggested fix) by Marshall Clow · 11 years ago
  6. 76a8670 LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istream::seekg behave consistently; update tests to make sure by Marshall Clow · 11 years ago
  7. 1206720 Implement national body comment GB9: remove std::gets by Marshall Clow · 11 years ago
  8. 62f34be N3545: Quoted strings by Marshall Clow · 11 years ago
  9. 641d3d8 XFAIL a few tests on darwin12 by Howard Hinnant · 11 years ago
  10. f7777e8 Add pointer format test for Windows. by Howard Hinnant · 11 years ago
  11. 171771a War on tabs. by Howard Hinnant · 11 years ago
  12. d712a59 Silence -Wint-to-void-pointer-cast warning in test. by Howard Hinnant · 11 years ago
  13. eaffd0a XFAIL this test on 10.7 and 10.8 by Howard Hinnant · 11 years ago
  14. 11b8718 In istream::ignore, check the delimeter as an int_type, not as a char_type, so as to correctly handle EOF. This fixes http://llvm.org/bugs/show_bug.cgi?id=16427 by Howard Hinnant · 11 years ago
  15. 4aa8b06 The move / swap members were not correctly taking all of the possible states of the basic_stringbuf into account. Just rewrote these members. Test included. This fixes http://llvm.org/bugs/show_bug.cgi?id=15659. by Howard Hinnant · 12 years ago
  16. 06d8bf6 Test cleanup with respect to use of deprecated tmpnam function. Also Windows port for these tests to use _tempnam. The bulk of this patch was donated anonymously. I've tested it on OS X and accept responsibility for it. If I've broken anyone's platform by switching from tmpnam to mktemp for the generation of temporary file names, just let me know. Should be easy to fix in test/support/platform_support.h by Howard Hinnant · 12 years ago
  17. aac8dd8 [tests] Mark some istream.unformatted expected failures (with system libc++). by Daniel Dunbar · 12 years ago
  18. 83e2c4d Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files by Marshall Clow · 12 years ago
  19. 3793a7d Test case for http://llvm.org/bugs/show_bug.cgi?id=14670. by Howard Hinnant · 12 years ago
  20. 6d39f9f Andrew Morrow: This patch fixes by Howard Hinnant · 12 years ago
  21. f57bd56 noexcept and constexpr applied to <ios>. by Howard Hinnant · 12 years ago
  22. c0d0cba Windows porting work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  23. 2fb1a9d Remove undefines in cstdio test. Fix these properly rather than bodging the tests. by David Chisnall · 13 years ago
  24. db2e99f More fixes to the tests. Add UTF-8 encoding to all locales that don't specify one. Undefine some stdio.h macros that break the tests. by David Chisnall · 13 years ago
  25. a824f53 Fully-qualify some more locales in the tests... by David Chisnall · 13 years ago
  26. 6b8ac3a More locale cleanups. Fully specify locales in iostream tests. by David Chisnall · 13 years ago
  27. 92a836c 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. by Howard Hinnant · 13 years ago
  28. bf6666f Correct test. by Howard Hinnant · 13 years ago
  29. 13aaf42 Make all fstream tests use tmpnam if creating files, rather than by Sean Hunt · 13 years ago
  30. e6440c6 Do a litmus test of using tmpnam to generate safe temporary file names by Sean Hunt · 13 years ago
  31. d515df2 Fix test bug. by Howard Hinnant · 13 years ago
  32. f1151ef Suppress some warings in the tests. by Howard Hinnant · 13 years ago
  33. b64f8b0 license change by Howard Hinnant · 14 years ago
  34. 73d21a4 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. by Howard Hinnant · 14 years ago
  35. 8e705bb Accidentally changed a data file during the whitespace cleanup by Howard Hinnant · 14 years ago
  36. 256813f Fixing whitespace problems by Howard Hinnant · 14 years ago
  37. 85d7b33 UTF-8 data in this file somehow got garbled by Howard Hinnant · 14 years ago
  38. 72215c2 more :: to _ by Howard Hinnant · 14 years ago
  39. d90b0a4 Got rid of more :: path names by Howard Hinnant · 14 years ago
  40. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  41. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago