aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/support/filesystem_test_helper.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-08[libcxx] Handle windows system error code mapping in std::error_code. (#93101)James Y Knight1-0/+4
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser1-1/+1
2024-09-05[libc++][NFC] Increase consistency for namespace closing commentsLouis Dionne1-1/+1
2024-07-12[libc++] Test suite portability improvements (#98527)Louis Dionne1-23/+23
2024-01-12[libc++][test] Fix a logical mistake introduced by #77058 (#77867)Wu Yingcong1-1/+1
2024-01-09[libc++][test] try to directly create socket file in /tmp when filepath is to...Wu Yingcong1-9/+19
2023-11-28[libc++] Properly guard std::filesystem with >= C++17 (#72701)Louis Dionne1-1/+2
2023-10-19[libc++][Android] Mark tests XFAIL/UNSUPPORTED (#69271)Ryan Prichard1-2/+11
2023-06-27[libc++] Expand the contents of LIBCXX_ENABLE_FILESYSTEMLouis Dionne1-115/+0
2023-04-10[libc++] Move __errc to __system_error/errc.hNikolas Klauser1-0/+1
2023-04-07[libc++] Qualifies intmax_t and uintmax_t.Mark de Wever1-1/+1
2023-03-21[libc++] Qualifies size_t.Mark de Wever1-1/+1
2023-03-14[libc++] Qualifies uint32_t and friends.Mark de Wever1-1/+1
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-0/+1
2023-02-18[libc++][test] Removes rapid-cxx-test.h.Mark de Wever1-6/+6
2022-12-01[libc++] Fix 64-bit file creation for Bionic and WindowsRyan Prichard1-19/+38
2022-08-23[libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/Louis Dionne1-14/+14
2022-03-02[libcxx] [test] Make filesystem tests not rely on libc++ internalsMartin Storsjö1-5/+0
2022-02-08[libc++] Fix modules and benchmarks CI builds when incomplete features are di...Louis Dionne1-1/+6
2022-01-24[libc++][AIX] Do not assert chmod return value is non-zero.Sean Fertile1-0/+6
2022-01-06[SystemZ][z/OS][libcxx]:Fix fopen64 undeclared error in 32 bit modeFanbo Meng1-1/+1
2021-12-23[libc++] IWYU in <filesystem> testsNikolas Klauser1-1/+2
2021-12-23Revert "[libc++] Remove unused headers from <filesystem>"Nikolas Klauser1-2/+1
2021-12-23[libc++] Remove unused headers from <filesystem>Nikolas Klauser1-1/+2
2021-12-13[SystemZ][z/OS] Fix handling of dirs with filesystem testsMuiez Ahmed1-1/+7
2021-11-18[SystemZ][z/OS] Fix filesystem testingMuiez Ahmed1-3/+3
2021-05-12[libcxx] [test] Fix fs.op.last_write_time for WindowsMartin Storsjö1-1/+1
2021-05-11[libcxx] [test] Fix filesystem permission tests for windowsMartin Storsjö1-0/+17
2021-04-06[libcxx] [test] Allow C:\System Volume Information to be missingMartin Storsjö1-14/+20
2021-03-19[libcxx] [test] Avoid race conditions between tests regarding temp directoriesMartin Storsjö1-4/+7
2021-03-16[libc++] Improve src/filesystem's formatting of paths.Arthur O'Dwyer1-3/+1
2021-03-11[libcxx] Test accessing a directory on windows that gives "access denied" errorsMartin Storsjö1-0/+25
2021-03-09[libcxx] [test] Adjust separator form in fs.op.absolute for libc++ on windowsMartin Storsjö1-0/+6
2021-02-04[libc++] Adds a make_string test helper function.Mark de Wever1-26/+1
2020-12-04[libcxx] Implement c++2a char8_t input/output of std::filesystem::pathMartin Storsjö1-1/+13
2020-11-26[libc++] Fix gcc warning -Wsign-compare.Marek Kurdej1-1/+1
2020-11-26[libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.Marek Kurdej1-1/+3
2020-11-10[libcxx] [test] Simplify the fs helper header for posix cases. NFC.Martin Storsjö1-6/+2
2020-11-10[libcxx] [test] Make a separate create_directory_symlink helperMartin Storsjö1-6/+20
2020-11-03[libcxx] [test] Use error_code::default_error_condition to check errors again...Martin Storsjö1-1/+2
2020-11-03[libcxx] [test] Create symlink_to_dir as the right kind, as a directory symlinkMartin Storsjö1-1/+1
2020-10-30[libc++] NFC: Fix several GCC warnings in the test suiteLouis Dionne1-6/+6
2020-10-26[libc++] NFC: Minor refactoring in filesystem_test_helper.h to ease readabilityLouis Dionne1-2/+3
2020-10-23[libc++] NFC: Remove unused includes from the test suiteLouis Dionne1-1/+0
2020-10-22[libcxx] [test] Move use of statvfs to helper headerMartin Storsjö1-0/+37
2020-10-20[libcxx] [test] Use _putenv instead of setenv/unsetenv on windowsMartin Storsjö1-0/+13
2020-10-20[libcxx] [test] Fix filesystem_test_helper.h to compile for windowsMartin Storsjö1-25/+78
2020-10-20[libcxx] [test] Exclude domain socket tests on windows, like bsd/darwinMartin Storsjö1-3/+3
2020-10-15[libc++] Allow building libc++ on platforms without a random deviceLouis Dionne1-36/+32
2020-10-13[libc++/abi] Clean up uses of <iostream> in the test suiteLouis Dionne1-2/+1