1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. a9ea113 Void cast runtime-unused variables. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  3. 59af3f8 Fix PR21428 for long. Buffer was one byte too small in octal formatting case. Rename previously added test by Eric Fiselier · 8 years ago
  4. 1e5a4a4 Fix or move various non-standard tests. by Eric Fiselier · 8 years ago
  5. 138574c Remove more names of unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  6. bda804e Remove names of unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  7. 4596c29 Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  8. d7f1f97 Rename a few tests that had typos in their names. No functional change. Thanks to STL for the catch by Marshall Clow · 8 years ago
  9. 81b46a5 Minor updates to failing tests. NFC by Marshall Clow · 9 years ago
  10. 5f3668d Clean up a test; get rid of hard-wired char/wchar_t code for template fns that take any char type. Prep work for PR#26503 by Marshall Clow · 9 years ago
  11. cd17b3b [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8. by Daniel Sanders · 9 years ago
  12. 94d9b1c [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list. by Asiri Rathnayake · 9 years ago
  13. cc2e93c Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 9 years ago
  14. 175cb20 Add a test for LWG#2462: std::ios_base::failure is overspecified by Marshall Clow · 9 years ago
  15. dbef2bb Fix LWG#2244: basic_istream::seekg by Marshall Clow · 9 years ago
  16. a09319b While researching LWG#2244, I noticed we weren't testing that eofbit was being cleared. Now we are by Marshall Clow · 9 years ago
  17. 41a04d6 Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecated doesn't change the fact that we have to test it. by Marshall Clow · 9 years ago
  18. 0f7221c Fix up typos in a couple of tests; due to agressive short-circuiting, they never failed on clang or gcc, but MSVC whined. Patch by Andrew Parker. by Marshall Clow · 9 years ago
  19. 1224e89 Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361 by Marshall Clow · 9 years ago
  20. abd06b4 Make the presence of stdin and stdout optional. by Ed Schouten · 10 years ago
  21. 061244c Don't attempt to validate the output of %p. by Ed Schouten · 10 years ago
  22. 438a5c9 Don't hardcode the locale name string. by Ed Schouten · 10 years ago
  23. b33ae5b Add option to disable access to the global filesystem namespace. by Ed Schouten · 10 years ago
  24. b9bf4a2 Fix PR21428. Buffer was one byte too small in octal formatting case. Add test by Marshall Clow · 10 years ago
  25. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago