summaryrefslogtreecommitdiff
path: root/test/test_unistd.rs
AgeCommit message (Expand)Author
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
2016-05-01Add mkstemp(3)Andreas Fuchs
2016-03-30unistd: Redesign the enum returned by fork()Kamal Marhubi
2016-03-07Add gettidDave Hylands
2015-07-13Add status to WaitStatusJoseph Kain
2015-07-07make execvpe unit test compile on LinuxMarkus Jais
2015-06-08added wait system call and unit testMarkus Jais
2015-05-19added getpid and getppidMarkus Jais
2015-05-05feat: add execvpeQingping Hou
2015-03-25Track Rust masterCarl Lerche