| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-25 | Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests. | Dan Gohman | |
| 2013-10-21 | Fix 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 NODEFS | Anthony Pesch | |
| 2013-09-18 | Removed 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-13 | Update to work with new libc headers. | Bruce Mitchener | |
| 2013-09-03 | updated unistd and fs_base tests to use new FS APIs | Anthony Pesch | |
| 2013-08-28 | Update remaining tests to use registerDevice/mkdev | Ranger Harke | |
| 2013-08-28 | Update test_unistd_io to use registerDevice/mkdev | Ranger Harke | |
| 2013-08-28 | Fix permissions set by FS.createDevice | Ranger Harke | |
| The read and write permission bits were reversed. A test has been added to ensure that this works. | |||
| 2013-08-23 | Adding missing output to verify it is correct. | Bruce Mitchener | |
| 2013-08-04 | Include signal.h when using signals. | Bruce Mitchener | |
| 2013-07-15 | - rmdir / unlink no longer follow the final symlink | Anthony 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 see | Anthony 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-04 | Updated tests to reflect new error values | Anthony Pesch | |
| 2013-04-14 | update test_unistd_misc | Alon Zakai | |
| 2013-04-09 | implement setgroups | Arlo Breault | |
| 2012-03-19 | fix test_unistd_io | Alon Zakai | |
| 2012-03-10 | fix test_unistd_isatty | Alon Zakai | |
| 2011-09-25 | fix unistd_dup test | Alon Zakai | |
| 2011-08-27 | Updated the expected output of test_unistd_isatty. | max99x | |
| 2011-07-28 | Implemented most of stdio.h and updated all references. | max99x | |
| 2011-07-24 | Fixed unistd sleep test to be more flexible. | max99x | |
| 2011-07-23 | Added unistd tests; fixed a lot of unistd bugs and deficiencies. | max99x | |
