1. a57e4bf [libc++] Mark iostreams test as XFAIL on older macOSes by Louis Dionne · 5 years ago
  2. dbc7f4e Only initialize the streams cout/wcout/cerr/wcerr etc once, rather than any time Init::Init is called. Fixes PR#43300 by Marshall Clow · 6 years ago
  3. 4ef3309 libcxx: Rename last two .hpp files in libcxx to .h by Nico Weber · 6 years ago
  4. 28db444 libcxx: Rename .hpp files in libcxx/test/support to .h by Nico Weber · 6 years ago
  5. c0e405e [libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose fails by Petr Hosek · 6 years ago
  6. b10aebc Implement LWG2221: 'Formatted output for nullptr_t' Reviewed as: https://reviews.llvm.org/D63053 by Marshall Clow · 6 years ago
  7. b6e011b Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. by Marshall Clow · 6 years ago
  8. 5a9ebbf [libc++] Add XFAILs for istream tests that were added in r357775 by Louis Dionne · 6 years ago
  9. 0f60e0a [libc++] Fix error flags and exceptions propagated from input stream operations by Louis Dionne · 6 years ago
  10. ee85f7c Revert "[libc++] Fix error flags and exceptions propagated from input stream operations" by Louis Dionne · 6 years ago
  11. 59d8949 [libc++] Fix error flags and exceptions propagated from input stream operations by Louis Dionne · 6 years ago
  12. cdb3094 Allow disabling of filesystem library. by Eric Fiselier · 6 years ago
  13. 51ecd6c [libc++] Mark <filesystem> tests as failing when the dylib doesn't support filesystem by Louis Dionne · 6 years ago
  14. 3b886a1 [libc++] Build <filesystem> support as part of the dylib by Louis Dionne · 6 years ago
  15. e76d13a Revert "[libc++] Build <filesystem> support as part of the dylib" by Louis Dionne · 6 years ago
  16. 582679a [libc++] Build <filesystem> support as part of the dylib by Louis Dionne · 6 years ago
  17. d386d7e [libc++] Fix forgotten fclose() in unit test by Louis Dionne · 6 years ago
  18. f154658 [libc++] Increase portability of xalloc test by Louis Dionne · 6 years ago
  19. a4bb2d0 [libc++] Add a test for PR14074 by Louis Dionne · 6 years ago
  20. c6d9b07 [libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdef by Louis Dionne · 6 years ago
  21. e15dd4e Support tests in freestanding by JF Bastien · 6 years ago
  22. 5d83dad add a test and a couple minor bug fixes for the implicit-signed-integer-truncation sanitizer. This is PR#40566 by Marshall Clow · 6 years ago
  23. 8734fa7 [libcxx] Include <cstring> in tests that use strcmp by Louis Dionne · 6 years ago
  24. 7c3769d Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  25. 4fb9e8f Filesystem tests: fix fs.op.relative by JF Bastien · 6 years ago
  26. 668faea [NFC] Normalize some test 'main' signatures by JF Bastien · 6 years ago
  27. 936dd3d Fix flaky symlink access time test. by Eric Fiselier · 6 years ago
  28. 5f14fb5 Fix test case breakages caused by lexically_relative change by Eric Fiselier · 6 years ago
  29. da05bdc Implement LWG 3096: path::lexically_relative is confused by trailing slashes by Eric Fiselier · 6 years ago
  30. 3cf34d1 Implement LWG 3065: Make path operators friends. by Eric Fiselier · 6 years ago
  31. a203728 Implement LWG 2936: Path comparison is defined in terms of the generic format by Eric Fiselier · 6 years ago
  32. 9ff404d Portability fix: add missing includes and static_casts. Reviewed as https://reviews.llvm.org/D55777. Thanks to Andrey Maksimov for the patch. by Marshall Clow · 6 years ago
  33. 13d947c [test] [filesystems] NetBSD can do symlink permissions too by Michal Gorny · 6 years ago
  34. 413329e [test] [filesystems] Extend FreeBSD tv_sec==-1 workaround to NetBSD by Michal Gorny · 6 years ago
  35. 8bcb9ca [libcxx] Mark some tests as failing on macosx 10.14 by Louis Dionne · 6 years ago
  36. caae3ec [libcxx] Don't depend on availability markup to provide the streams in the dylib by Louis Dionne · 6 years ago
  37. a0b648f [libcxx] Add XFAIL for test on OS X 10.12 to 10.14 by Louis Dionne · 6 years ago
  38. 79132e8 [libcxx] Remove incorrect XFAIL on macos 10.12 by Louis Dionne · 6 years ago
  39. 580cde0 [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*) by Zhihao Yuan · 6 years ago
  40. c2c6c1d Get tests compiling with -Wunused-local-typedef by Eric Fiselier · 6 years ago
  41. e59d098 Revert "Implement LWG 2221 - No formatted output operator for nullptr." by Volodymyr Sapsai · 6 years ago
  42. f06032b Implement LWG 2221 - No formatted output operator for nullptr. Reviewed as https://reviews.llvm.org/D44263 by Marshall Clow · 6 years ago
  43. d39a48c [libcxx] [test] Allow a standard library that implements LWG 1203 in istream.rvalue/rvalue.pass.cpp by Billy Robert O'Neal III · 7 years ago
  44. 76dae9f [libcxx] [test] Remove nonportable locale assumption in basic.ios.members/narrow.pass.cpp by Billy Robert O'Neal III · 7 years ago
  45. a0866c5 Implement <filesystem> by Eric Fiselier · 7 years ago
  46. fcd4f15 [libcxx] [test] Fix MSVC x64 truncation warning. by Stephan T. Lavavej · 7 years ago
  47. c3ae85d [libcxx] [test] Remove non-portable assertions from filebuf tests by Billy Robert O'Neal III · 7 years ago
  48. 58bcf28 [libcxx] [test] Remove nonportable that errc::is_a_directory produces "Is a directory" from ios_base::failure tests by Billy Robert O'Neal III · 7 years ago
  49. 2898970 [libcxx] [test] Use the correct type from strlen. Include correct header. by Billy Robert O'Neal III · 7 years ago
  50. 078dd97 Add a catch for std::length_error for the case where the string can't handle 2GB. (like say 32-bit big-endian) by Marshall Clow · 7 years ago
  51. 457d2c1 Fix most GCC test failures. by Eric Fiselier · 7 years ago
  52. 68050ff [libcxx] Make std::basic_istream::get 0-terminate input array in case of error. by Volodymyr Sapsai · 7 years ago
  53. 4b54e0f libcxx: Fix for basic_stringbuf::seekoff() after r320604. by Peter Collingbourne · 7 years ago
  54. 4159a36 [libcxx] Fix basic_stringbuf constructor by Zhihao Yuan · 7 years ago
  55. bd85858 [libcxx][fixup] Mark std::basic_istream::getline tests as failing for previous libcxx versions. by Volodymyr Sapsai · 7 years ago
  56. 2744cdf [libcxx] Make std::basic_istream::getline 0-terminate input array in case of error. by Volodymyr Sapsai · 7 years ago
  57. 7c31c84 Mark test as a long-test by Roger Ferrer Ibanez · 7 years ago
  58. 29149d3 Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - thanks to Jonathan Wakely for the report by Marshall Clow · 8 years ago
  59. e75f899 [libcxx] [test] Rename __c to ch. NFCI. by Stephan T. Lavavej · 8 years ago
  60. 1a35e84 [libcxx] [test] Untabify stringstream.cons/string.pass.cpp. NFC. by Stephan T. Lavavej · 8 years ago
  61. db84e0e Fix shadowing warning by Marshall Clow · 8 years ago
  62. b3d6031 Fix PR33727: std::basic_stringbuf only works with DefaultConstructible allocators. Thanks to Jonathan Wakely for the report and suggested fix by Marshall Clow · 8 years ago
  63. a686caa [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 8 years ago
  64. ffc9965 [libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char', possible loss of data". by Stephan T. Lavavej · 8 years ago
  65. b22e698 Move tests for libc++ configurations into libcxx/ test subdirectory by Eric Fiselier · 8 years ago
  66. f9c9d25 Fix Windows test failures caused by identical temp file names. by Eric Fiselier · 8 years ago
  67. 2f21459 Ensure showbase does not overflow do_put buffers by Dimitry Andric · 8 years ago
  68. 907c119 Add markup for libc++ dylib availability by Mehdi Amini · 8 years ago
  69. e915b5c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library by Eric Fiselier · 8 years ago
  70. c795c2a Fix libc++ test to pass in C++03 mode by Mehdi Amini · 8 years ago
  71. b7fd0be Update all bug URL's to point to https://bugs.llvm.org/... by Eric Fiselier · 8 years ago
  72. 16e2ba1 [libcxx] [test] Fix comment typos, strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  73. c3564b9 [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants. by Stephan T. Lavavej · 8 years ago
  74. 44dbdb4 More configuration changes for running the test suite against MSVC's STL by Eric Fiselier · 8 years ago
  75. 8eb066a Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG by Eric Fiselier · 8 years ago
  76. bc06f26 Recommit r290750: Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
  77. 6ce93e5 Revert r290750 - Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
  78. 01153d5 Add missing include in test. by Eric Fiselier · 8 years ago
  79. 687c0bb Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
  80. f62eee4 Fix warning caused by platforms providing a signed wint_t by Eric Fiselier · 8 years ago
  81. 0e5ebbc Fix unused parameters and variables by Eric Fiselier · 8 years ago
  82. b988a6f [libcxx] [test] Change ifstream constructor tests to handle read-only files. by Stephan T. Lavavej · 8 years ago
  83. a2cd270 Enable the -Wsign-compare warning to better support MSVC by Eric Fiselier · 8 years ago
  84. 3e541a6 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 7/7. by Stephan T. Lavavej · 8 years ago
  85. f1cc7ff [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 6/7. by Stephan T. Lavavej · 8 years ago
  86. c53fd92 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 1/7. by Stephan T. Lavavej · 8 years ago
  87. 52b1b17 Avoid C++17 guaranteed copy elision when testing for non-copyability by Eric Fiselier · 8 years ago
  88. 7a477f5 [libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 1/4. by Stephan T. Lavavej · 8 years ago
  89. e2dbcaf [libcxx] [test] D27266: Remove spurious semicolons. by Stephan T. Lavavej · 8 years ago
  90. 7110e84 Protect std::ostream::sentry test under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  91. 12f7f5d [libcxx] [test] D27019: Fix MSVC warning C4245 "conversion from 'X' to 'Y', signed/unsigned mismatch", part 6/12. by Stephan T. Lavavej · 8 years ago
  92. a9bcd3d [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12. by Stephan T. Lavavej · 8 years ago
  93. 45e6925 [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". by Stephan T. Lavavej · 8 years ago
  94. 897956e Protect std::ios tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  95. e619862 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. by Stephan T. Lavavej · 8 years ago
  96. db86684 Implement is_error_code_v and is_error_condition_v for c++17. Rework the tests for is_error_code and is_error_condition, since they were really lacking. Thanks to Alisdair for the heads-up that we were missing these. by Marshall Clow · 8 years ago
  97. 7f630e8 Implement LWG2328. Rvalue stream extraction should perfect forward. by Eric Fiselier · 9 years ago
  98. bbd1c53 Avoid narrowing conversions in quoted test. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  99. 22bff1a Move remaining _LIBCPP_VERSION tests into test/libcxx by Eric Fiselier · 9 years ago
  100. bfdae20 Fix warnings in tests. by Eric Fiselier · 9 years ago