summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/experimental/filesystem/operations/remove_all.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Skip filesystem tests that depend on permissions [PR90787]Jonathan Wakely2021-08-201-4/+3
* libstdc++: Clear up directories created by testsJonathan Wakely2021-02-091-0/+2
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Avoid warnings in testsJonathan Wakely2020-10-291-1/+1
* libstdc++: Fix error handling in filesystem::remove_all (PR93201)Jonathan Wakely2020-01-081-0/+33
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Fix failing filesystem tests on mingw targetsJonathan Wakely2019-01-161-0/+4
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Make Filesystem TS tests pass in C++17 modeJonathan Wakely2018-04-161-1/+1
* PR libstdc++/83626 handle ENOENT due to filesystem raceJonathan Wakely2018-01-051-0/+20
* PR libstdc++/83626 Don't throw for remove("") and remove_all("")Jonathan Wakely2018-01-041-7/+7
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Fix error handling in copy_file and equivalentJonathan Wakely2016-10-251-0/+92