summaryrefslogtreecommitdiff
path: root/libcxx/test/std/input.output
AgeCommit message (Expand)Author
2025-11-19Add test case for xsgetn in basic_filebuf (#167937)Sterling-Augustine
2025-11-17[libc++] Replace a few .compile.fail.cpp tests by proper clang-verify tests (...Louis Dionne
2025-11-13[libc++] Add an initial modulemap for the test support headers (#162800)Nikolas Klauser
2025-11-02[libc++] Add availability markup for LLVM 19 and LLVM 20 (#140072)Louis Dionne
2025-10-30[libc++] Fix localization failures on macOS 15.4 (#138744)Louis Dionne
2025-10-14[libc++][C++03] Cherry-pick #100879 (#163370)Nikolas Klauser
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser
2025-09-30[libc++][istream] P3223R2: Making `std::istream::ignore` less surprising (#14...Hristo Hristov
2025-09-30[libc++][test] Use ASSERT_WITH_LIBRARY_INTERNAL_ALLOCATIONS in more places (#...Martin Storsjö
2025-09-12[libc++][C++03] cherry-pick #101889 (#157881)Nikolas Klauser
2025-09-08[libc++] Optimize most of the __tree search algorithms (#155245)Nikolas Klauser
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-08-27[libc++] Optimize ofstream::write (#123337)Nikolas Klauser
2025-08-25[libcxx][test] Fix typos (#155217)Stephan T. Lavavej
2025-07-15[libc++] Ensure that we restore invariants in basic_filebuf::overflow (#147389)Louis Dionne
2025-07-14[clang] Add -Wuninitialized-const-pointer (#148337)Igor Kudrin
2025-07-05[libc++] Granularize <locale> (#146650)Nikolas Klauser
2025-07-04[libcxx][test] Correct syntax of lit directives in some tests (#146886)David Spickett
2025-06-17[libc++] Mark two assertion tests as unsupported in C++03 modeLouis Dionne
2025-06-03[libc++] Remove invalid char_traits instantiations from a test (#142016)Louis Dionne
2025-05-07[libc++][Android] Disable fdsan in filebuf close.pass.cpp (#102412)Ryan Prichard
2025-04-11[libc++] A quick-fix for the Apple CI. (#135202)Mark de Wever
2025-04-05[libc++] Bump OS version for macOS backdeployment CI jobs (#131883)Louis Dionne
2025-03-20[libc++][test] Fix issues found by MSVC's STL (#131787)Stephan T. Lavavej
2025-03-03[libc++][test] extend XFAIL clauses to cover Amazon Linux too (#129377)Paul Osmialowski
2025-02-28Revert "[libc++][test] extend -linux-gnu XFAIL to cover all of the -linux tar...Paul Osmialowski
2025-02-28[libc++][test] extend -linux-gnu XFAIL to cover all of the -linux targets (#1...Paul Osmialowski
2025-02-26[lib++][print] Don't pad the ostream output. (#128354)Mark de Wever
2025-02-15[libc++] Fix initialization-order-fiasco with iostream.cpp constructors (#126...Vitaly Buka
2025-01-29[libcxx] Use _ftelli64/_fseeki64 on Windows (#123128)Martin Storsjö
2025-01-25[libc++][test] Improves C++ Standard filtering. (#89499)Mark de Wever
2025-01-18[libcxx][test] Fix a test for the range of file offsets on ARMv7 Linux target...Vladimir Vereschaka
2025-01-16[libcxx] [test] Add a test for the range of file offsets (#122798)Martin Storsjö
2025-01-08[libcxx] Handle windows system error code mapping in std::error_code. (#93101)James Y Knight
2025-01-06[libc++] Use copy_file_range for fs::copy (#109211)Jannik Glückert
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-11-16[libc++] Avoid including <ostream> in <fstream> and <strstream> (#116014)Nikolas Klauser
2024-11-11[libc++] Cleanly implement the base locale API for BSD-like platforms (#115176)Louis Dionne
2024-09-30[runtimes] Run backdeployment CI on Github hosted runners (#109984)Louis Dionne
2024-09-12[libc++][modules] Refactor poisoned_hash_helper (#108296)Louis Dionne
2024-09-09[libc++] Cache file attributes during directory iteration (#93316)Eduard Satdarov
2024-09-05[libc++][NFC] Increase consistency for namespace closing commentsLouis Dionne
2024-08-30[libc++][syncbuf] Implement LWG3253 (#99778)Mark de Wever
2024-08-22[libc++] Adjust armv7 XFAIL target triple for the setfill_wchar_max test. (#1...Vladimir Vereschaka
2024-08-16[libc++] Fix backslash as root dir breaks lexically_relative, lexically_proxi...RichardLuo
2024-08-06[libc++] Implements LWG3130. (#101889)Mark de Wever
2024-08-04[NFC][libc++][exceptions] Adds tests for LWG3112. (#100881)Mark de Wever
2024-08-01[libc++][stringbuf] Test and document LWG2995. (#100879)Mark de Wever
2024-07-31[libc++][NFC] Add missing license headersLouis Dionne
2024-07-25Fix fs.op.copy_file/copy_file_large.pass.cpp on z/OS (#100382)Zibi Sarbinowski