summaryrefslogtreecommitdiff
path: root/test/test_unistd.rs
AgeCommit message (Expand)Author
2018-10-21Add acct(2) wrapper APIJosh Abraham
2018-10-19Add trivial tests for chown and fchownatJulio Merino
2018-10-17Add a truncate(2) wrapperJulio Merino
2018-09-05Refactor skip_if_not_root into macroPascal Bach
2018-09-05Replace allow unused directive with _ prefixPascal Bach
2018-09-01deps: update tempfile to 3Igor Gnatenko
2018-02-06Merge #851bors[bot]
2018-02-05Add test for getsid.Glenn Griffin
2018-02-02Add alarm moduleThomas de Zeeuw
2017-12-20Remove useless Err(_) match armsBryant Mairs
2017-12-20Remove elided 'static lifetimeBryant Mairs
2017-12-20Use write_all instead of writeBryant Mairs
2017-12-19Merge #799bors[bot]
2017-12-19Fix support for DragonFlyMichael Neumann
2017-12-07Use the real pipe2(2) on all BSD targets.Alan Somers
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-11-19unistd: add execveat() on Linux and AndroidLuca Bruno
2017-11-12unistd: groups: Respond to minor PR feedback itemsJamie Hewland
2017-11-12groups tests: Add groups mutex and print message when tests skippedJamie Hewland
2017-11-12test_unistd: Add test for getgrouplist/initgroups()Jamie Hewland
2017-11-12test_unistd: Add test for getgroups/setgroups()Jamie Hewland
2017-10-11added unistd::mkfifo #602Jakub Pastuszek
2017-08-18unistd: add fexecve()Luca Bruno
2017-08-05Fix tests on OpenBSDWesley Moore
2017-07-24Merge #693bors[bot]
2017-07-22Remove unneeded localJonas Schievink
2017-07-22Document invariants of fork and fix testsJonas Schievink
2017-07-21use std::env::temp_dir() to retrieve the temp directory in test_mkstempNicolas Dusart
2017-07-20fix some tests for AndroidNicolas Dusart
2017-07-18Remove broken execvpe implementationBryant Mairs
2017-07-18Merge #638bors[bot]
2017-07-16Fix thread safety issues in aio, chdir, and wait testsAlan Somers
2017-07-15Merge #630bors[bot]
2017-07-15Add sysconf(3), pathconf(2), and fpathconf(2)Alan Somers
2017-07-09Fix double close bugs in test_lseek and test_lseek64Alan Somers
2017-07-02Newtypes for uid_t, gid_t and pid_t.Martin Habovštiak
2017-01-19unistd: add fchdir(2)Luca Bruno
2016-11-13Avoid TempDir::into_path(), because it doesn't cleanup on DropAlan Somers
2016-09-28Apparently not all mkstemp implementation require the X at the end (despite i...Philipp Keller
2016-09-27test also that mkstemp fails when there's no X at the endPhilipp Keller
2016-09-16made it running with rust 1.2, added documentation to mkstempPhilipp Keller
2016-09-07fixed indentationPhilipp Keller
2016-09-06added documentation for getcwd and mkdir, changed test so that it compares ag...Philipp Keller
2016-09-06made it running with rust 1.2.0: the code for getcwd is now an exact copy of ...Philipp Keller
2016-09-05implemented mkdir, extended getcwd test to include long path namesPhilipp Keller
2016-09-03added test for getcwd, still not complete (needs to check also longer directo...Philipp Keller
2016-09-02implemented getcwd (returning Result<PathBuf>, reconciling all calls to expec...Philipp Keller
2016-06-13Added lseek to unistdAndrei Oprisan
2016-05-01Return both the fd and the created pathAndreas Fuchs
2016-05-01Remove dependency on Result::expectAndreas Fuchs