summaryrefslogtreecommitdiff
path: root/library/std/src/fs/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Correctly convert an NT path to a Win32 pathChris Denton2023-05-031-1/+5
* Implement read_buf for a few more typesTomasz Miąsko2023-03-061-1/+19
* Move `rename_directory` from ui-fulldeps to stdChris Denton2023-02-211-0/+16
* Replace libc::{type} with crate::ffi::{type}Ayush Singh2023-01-281-2/+2
* Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni2023-01-041-3/+3
* fs/tests: Fail fast on duplicate errors rather than looping indefinitelyTavian Barnes2022-12-141-2/+2
* fs/tests: Explicitly kill the zombie rather than sleeping until it diesTavian Barnes2022-12-141-7/+9
* fs: Fix #50619 (again) and add a regression testTavian Barnes2022-12-121-0/+26
* Add test for regression for FileType equalityArthur Carcano2022-11-301-0/+16
* Ignore `hiberfil_sys` test in CIChris Denton2022-07-181-1/+4
* Test if `[try_]exists` can find `hiberfil.sys`Chris Denton2022-07-051-2/+4
* Add comment and simplify `hiberfil_sys` testChris Denton2022-07-051-5/+6
* Windows: Use `FindFirstFileW` if `metadata` failsChris Denton2022-07-051-0/+11
* Use gender neutral termsJames 'zofrex' Sanderson2022-04-071-3/+3
* Add a testcase.Dan Gohman2022-03-201-0/+6
* Rollup merge of #93283 - m1guelperez:master, r=Mark-SimulacrumDylan DPC2022-03-111-1/+9
|\
| * Fix for issue #93283Miguel Perez2022-03-081-1/+9
* | Use implicit capture syntax in format_argsT-O-R-U-S2022-03-101-5/+5
* | fs: Add a regression test for #93384Tavian Barnes2022-01-291-0/+16
|/
* Fix CVE-2022-21658 for UNIX-likeHans Kratz2022-01-191-0/+70
* Update stdlib to the 2021 editionLucas Kent2021-12-181-5/+4
* Fix a bunch of typosFrank Steffahn2021-12-141-1/+1
* Rollup merge of #90942 - JohnTitor:should-os-error-3, r=m-ou-seYuki Okushi2021-11-191-0/+4
|\
| * windows: Return the "Not Found" error when a path is emptyYuki Okushi2021-11-171-0/+4
* | compare between Path instead of strtamaron2021-11-111-12/+3
|/
* Make sure `CreateDirectoryW` works for path lengths > 247Chris Denton2021-10-231-0/+29
* Fix may not to appropriate might not or must notAli Malik2021-07-291-1/+1
* Make tests pass on old macosAris Merchant2021-07-101-0/+18
* Rename ErrorKind::Unknown to Uncategorized.Mara Bos2021-06-151-1/+2
* Redefine `ErrorKind::Other` and stop using it in std.Mara Bos2021-06-151-1/+1
* Fix test `metadata_access_times` to also check for `Unsupported`Christiaan Dirkx2021-04-181-1/+3
* std: Fix test `got_symlink_permission` on WindowsVadim Petrochenkov2020-11-161-0/+3
* Rollup merge of #78026 - sunfishcode:symlink-hard-link, r=dtolnayDylan DPC2020-11-091-0/+51
|\
| * Define `fs::hard_link` to not follow symlinks.Dan Gohman2020-10-161-0/+51
* | Join map operatorswcampbell2020-10-131-2/+1
|/
* std: move "mod tests/benches" to separate filesLzu Tao2020-08-311-0/+1339