summaryrefslogtreecommitdiff
path: root/test/test_stat.rs
AgeCommit message (Expand)Author
2022-08-09format codeSteveLauC
2022-08-09remove deprecated itemsSteveLauC
2022-08-04fix clippy assertions_on_result_statesMichael Baikov
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-05-14add haiku supportAl Hoang
2021-12-24Disable mknod and mknodat tests on DragonFlyRyan Zoeller
2021-09-19Clippy cleanupAlan Somers
2021-08-22Fix building the tests for Redox and IllumosAlan Somers
2021-07-28sys/stat: add a safe wrapper for mknodat(2)Luca BRUNO
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-05-30misc Clippy cleanupAlan Somers
2021-04-04Check all tests in CIAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Remove warnings when compiling for RedoxXavier L'Heureux
2020-05-17Remove temporarily the failing tests for RedoxXavier L'Heureux
2020-05-17Remove more unsupported functions and make it possible to run testsXavier L'Heureux
2019-09-19Where relevant, replace equality checks in assert! with assert_eq!Xavier L'Heureux
2019-06-15sys/stat: implement mkdiratKevin Wern
2019-06-06Fix some bugs with multithreaded tests:Alan Somers
2019-01-15Fix build and tests issues on OpenBSD 6.4+Andrei-Marius Radu
2018-12-16Allow 'cargo test' to complete successfully on NetBSD 8.0.Tom Pusateri
2018-11-07Add a wrapper for lutimes(2)Julio Merino
2018-10-15Eliminate compiler warnings, especially on non-Linux platformsAlan Somers
2018-10-02Add a wrapper for utimes(2)Julio Merino
2018-09-29Add wrappers for futimens(2) and utimesat(2)Julio Merino
2018-09-01deps: update tempfile to 3Igor Gnatenko
2018-03-23Add fchmod, fchmodat functions.Anton Ageev
2017-12-20Remove useless Err(_) match armsBryant Mairs
2017-09-04test/test_stat.rs: use matching tempdir name for test_fstatatJörg Thalheim
2017-09-04test/test_stat.rs: test correct stat functionJörg Thalheim
2017-03-21add support for `fstatat`Jörg Thalheim
2016-01-18update libc to 0.2.2Mattis Marjak
2016-01-13Use tempdir for temporary files in testsKamal Marhubi
2016-01-13Fix compiler warnings in testsKamal Marhubi
2015-09-03test_stat: Remove st_rdev testGeoffrey Thomas
2015-07-27Make it compatible for Android.Tim JIANG
2015-07-10Fix comparisonCarl Lerche
2015-07-10Fix unit tests as blank files can still have blocksAlex Newman
2015-05-08Add lstatSkyler Hawthorne
2015-03-25Track Rust masterCarl Lerche
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-03-13added test for fstatMarkus Jais
2015-02-21Cleanup readv & writev + testsCarl Lerche