- a57e4bf [libc++] Mark iostreams test as XFAIL on older macOSes by Louis Dionne · 5 years ago
- 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
- 4ef3309 libcxx: Rename last two .hpp files in libcxx to .h by Nico Weber · 6 years ago
- 28db444 libcxx: Rename .hpp files in libcxx/test/support to .h by Nico Weber · 6 years ago
- c0e405e [libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose fails by Petr Hosek · 6 years ago
- b10aebc Implement LWG2221: 'Formatted output for nullptr_t' Reviewed as: https://reviews.llvm.org/D63053 by Marshall Clow · 6 years ago
- 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
- 5a9ebbf [libc++] Add XFAILs for istream tests that were added in r357775 by Louis Dionne · 6 years ago
- 0f60e0a [libc++] Fix error flags and exceptions propagated from input stream operations by Louis Dionne · 6 years ago
- ee85f7c Revert "[libc++] Fix error flags and exceptions propagated from input stream operations" by Louis Dionne · 6 years ago
- 59d8949 [libc++] Fix error flags and exceptions propagated from input stream operations by Louis Dionne · 6 years ago
- cdb3094 Allow disabling of filesystem library. by Eric Fiselier · 6 years ago
- 51ecd6c [libc++] Mark <filesystem> tests as failing when the dylib doesn't support filesystem by Louis Dionne · 6 years ago
- 3b886a1 [libc++] Build <filesystem> support as part of the dylib by Louis Dionne · 6 years ago
- e76d13a Revert "[libc++] Build <filesystem> support as part of the dylib" by Louis Dionne · 6 years ago
- 582679a [libc++] Build <filesystem> support as part of the dylib by Louis Dionne · 6 years ago
- d386d7e [libc++] Fix forgotten fclose() in unit test by Louis Dionne · 6 years ago
- f154658 [libc++] Increase portability of xalloc test by Louis Dionne · 6 years ago
- a4bb2d0 [libc++] Add a test for PR14074 by Louis Dionne · 6 years ago
- c6d9b07 [libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdef by Louis Dionne · 6 years ago
- e15dd4e Support tests in freestanding by JF Bastien · 6 years ago
- 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
- 8734fa7 [libcxx] Include <cstring> in tests that use strcmp by Louis Dionne · 6 years ago
- 7c3769d Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
- 4fb9e8f Filesystem tests: fix fs.op.relative by JF Bastien · 6 years ago
- 668faea [NFC] Normalize some test 'main' signatures by JF Bastien · 6 years ago
- 936dd3d Fix flaky symlink access time test. by Eric Fiselier · 6 years ago
- 5f14fb5 Fix test case breakages caused by lexically_relative change by Eric Fiselier · 6 years ago
- da05bdc Implement LWG 3096: path::lexically_relative is confused by trailing slashes by Eric Fiselier · 6 years ago
- 3cf34d1 Implement LWG 3065: Make path operators friends. by Eric Fiselier · 6 years ago
- a203728 Implement LWG 2936: Path comparison is defined in terms of the generic format by Eric Fiselier · 6 years ago
- 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
- 13d947c [test] [filesystems] NetBSD can do symlink permissions too by Michal Gorny · 6 years ago
- 413329e [test] [filesystems] Extend FreeBSD tv_sec==-1 workaround to NetBSD by Michal Gorny · 6 years ago
- 8bcb9ca [libcxx] Mark some tests as failing on macosx 10.14 by Louis Dionne · 6 years ago
- caae3ec [libcxx] Don't depend on availability markup to provide the streams in the dylib by Louis Dionne · 6 years ago
- a0b648f [libcxx] Add XFAIL for test on OS X 10.12 to 10.14 by Louis Dionne · 6 years ago
- 79132e8 [libcxx] Remove incorrect XFAIL on macos 10.12 by Louis Dionne · 6 years ago
- 580cde0 [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*) by Zhihao Yuan · 6 years ago
- c2c6c1d Get tests compiling with -Wunused-local-typedef by Eric Fiselier · 6 years ago
- e59d098 Revert "Implement LWG 2221 - No formatted output operator for nullptr." by Volodymyr Sapsai · 6 years ago
- f06032b Implement LWG 2221 - No formatted output operator for nullptr. Reviewed as https://reviews.llvm.org/D44263 by Marshall Clow · 6 years ago
- 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
- 76dae9f [libcxx] [test] Remove nonportable locale assumption in basic.ios.members/narrow.pass.cpp by Billy Robert O'Neal III · 7 years ago
- a0866c5 Implement <filesystem> by Eric Fiselier · 7 years ago
- fcd4f15 [libcxx] [test] Fix MSVC x64 truncation warning. by Stephan T. Lavavej · 7 years ago
- c3ae85d [libcxx] [test] Remove non-portable assertions from filebuf tests by Billy Robert O'Neal III · 7 years ago
- 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
- 2898970 [libcxx] [test] Use the correct type from strlen. Include correct header. by Billy Robert O'Neal III · 7 years ago
- 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
- 457d2c1 Fix most GCC test failures. by Eric Fiselier · 7 years ago
- 68050ff [libcxx] Make std::basic_istream::get 0-terminate input array in case of error. by Volodymyr Sapsai · 7 years ago
- 4b54e0f libcxx: Fix for basic_stringbuf::seekoff() after r320604. by Peter Collingbourne · 7 years ago
- 4159a36 [libcxx] Fix basic_stringbuf constructor by Zhihao Yuan · 7 years ago
- bd85858 [libcxx][fixup] Mark std::basic_istream::getline tests as failing for previous libcxx versions. by Volodymyr Sapsai · 7 years ago
- 2744cdf [libcxx] Make std::basic_istream::getline 0-terminate input array in case of error. by Volodymyr Sapsai · 7 years ago
- 7c31c84 Mark test as a long-test by Roger Ferrer Ibanez · 7 years ago
- 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
- e75f899 [libcxx] [test] Rename __c to ch. NFCI. by Stephan T. Lavavej · 8 years ago
- 1a35e84 [libcxx] [test] Untabify stringstream.cons/string.pass.cpp. NFC. by Stephan T. Lavavej · 8 years ago
- db84e0e Fix shadowing warning by Marshall Clow · 8 years ago
- 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
- a686caa [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 8 years ago
- ffc9965 [libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char', possible loss of data". by Stephan T. Lavavej · 8 years ago
- b22e698 Move tests for libc++ configurations into libcxx/ test subdirectory by Eric Fiselier · 8 years ago
- f9c9d25 Fix Windows test failures caused by identical temp file names. by Eric Fiselier · 8 years ago
- 2f21459 Ensure showbase does not overflow do_put buffers by Dimitry Andric · 8 years ago
- 907c119 Add markup for libc++ dylib availability by Mehdi Amini · 8 years ago
- e915b5c Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library by Eric Fiselier · 8 years ago
- c795c2a Fix libc++ test to pass in C++03 mode by Mehdi Amini · 8 years ago
- b7fd0be Update all bug URL's to point to https://bugs.llvm.org/... by Eric Fiselier · 8 years ago
- 16e2ba1 [libcxx] [test] Fix comment typos, strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
- c3564b9 [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants. by Stephan T. Lavavej · 8 years ago
- 44dbdb4 More configuration changes for running the test suite against MSVC's STL by Eric Fiselier · 8 years ago
- 8eb066a Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG by Eric Fiselier · 8 years ago
- bc06f26 Recommit r290750: Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
- 6ce93e5 Revert r290750 - Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
- 01153d5 Add missing include in test. by Eric Fiselier · 8 years ago
- 687c0bb Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
- f62eee4 Fix warning caused by platforms providing a signed wint_t by Eric Fiselier · 8 years ago
- 0e5ebbc Fix unused parameters and variables by Eric Fiselier · 8 years ago
- b988a6f [libcxx] [test] Change ifstream constructor tests to handle read-only files. by Stephan T. Lavavej · 8 years ago
- a2cd270 Enable the -Wsign-compare warning to better support MSVC by Eric Fiselier · 8 years ago
- 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
- 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
- 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
- 52b1b17 Avoid C++17 guaranteed copy elision when testing for non-copyability by Eric Fiselier · 8 years ago
- 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
- e2dbcaf [libcxx] [test] D27266: Remove spurious semicolons. by Stephan T. Lavavej · 8 years ago
- 7110e84 Protect std::ostream::sentry test under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
- 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
- a9bcd3d [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12. by Stephan T. Lavavej · 8 years ago
- 45e6925 [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". by Stephan T. Lavavej · 8 years ago
- 897956e Protect std::ios tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
- e619862 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. by Stephan T. Lavavej · 8 years ago
- 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
- 7f630e8 Implement LWG2328. Rvalue stream extraction should perfect forward. by Eric Fiselier · 9 years ago
- bbd1c53 Avoid narrowing conversions in quoted test. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
- 22bff1a Move remaining _LIBCPP_VERSION tests into test/libcxx by Eric Fiselier · 9 years ago
- bfdae20 Fix warnings in tests. by Eric Fiselier · 9 years ago