aboutsummaryrefslogtreecommitdiff
path: root/tests/unistd
AgeCommit message (Collapse)Author
2014-02-25Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.Dan Gohman
2013-10-21Fix test_unistd_access and test_unistd_truncate on Windows. Both tests ↵Jukka Jylänki
failed at the end on cleanup stage, when the test left behind files with readonly bit set, and shutil.rmtree() fails on Windows if any of the files are read-only.
2013-09-27- updated several unistd tests to test against NODEFSAnthony Pesch
2013-09-18Removed old test case and put a test case in a more appropriate area.Michael J. Bishop
tests/unistd/io.* --- Revert "Added to the test_files test to ensure the pread() functionality." This reverts commit 2ed2fb5df392251a0957543b920272b9b2ae7908.
2013-09-13Update to work with new libc headers.Bruce Mitchener
2013-09-03updated unistd and fs_base tests to use new FS APIsAnthony Pesch
2013-08-28Update remaining tests to use registerDevice/mkdevRanger Harke
2013-08-28Update test_unistd_io to use registerDevice/mkdevRanger Harke
2013-08-28Fix permissions set by FS.createDeviceRanger Harke
The read and write permission bits were reversed. A test has been added to ensure that this works.
2013-08-23Adding missing output to verify it is correct.Bruce Mitchener
2013-08-04Include signal.h when using signals.Bruce Mitchener
2013-07-15 - rmdir / unlink no longer follow the final symlinkAnthony Pesch
- rmdir / unlink no longer check write permission on the found object, but on its parent - rmdir should return EBUSY when path matches the root / cwd - unlinking a directory should return EPERM according to POSIX (EISDIR is a Linux convention)
2013-07-14 - moved std stream isTerminal property to object so all streams can seeAnthony Pesch
- made ttyname use isatty to check if fd is tty - hardcoded /dev/tty as tty name is ttyname_r - fixed and changed isatty and ttyname tests to run natively
2013-06-04Updated tests to reflect new error valuesAnthony Pesch
2013-04-14update test_unistd_miscAlon Zakai
2013-04-09implement setgroupsArlo Breault
2012-03-19fix test_unistd_ioAlon Zakai
2012-03-10fix test_unistd_isattyAlon Zakai
2011-09-25fix unistd_dup testAlon Zakai
2011-08-27Updated the expected output of test_unistd_isatty.max99x
2011-07-28Implemented most of stdio.h and updated all references.max99x
2011-07-24Fixed unistd sleep test to be more flexible.max99x
2011-07-23Added unistd tests; fixed a lot of unistd bugs and deficiencies.max99x