]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/history - tests
constants.h: Fix indentation.
[coloredstderr/coloredstderr.git] / tests /
2013-07-07 Simon RuderichAdd COLORED_STDERR_IGNORED_BINARIES to exclude binaries.
2013-07-01 Simon Ruderichtests/test_noforce.sh: Add missing test_script_subshell...
2013-07-01 Simon Ruderichtests: Handle `sed` which append a trailing newline.
2013-07-01 Simon Ruderichtests: Don't require bash.
2013-07-01 Simon Ruderichtests/example_exec.c: Sort environment variables.
2013-06-22 Simon Ruderichtests: Add example_stdio.c and test_stdio.sh.
2013-06-21 Simon Ruderichtests/Makefile.am: Fix for BSD's make.
2013-06-21 Simon Ruderichtests: Check return values of write() and dup2().
2013-06-21 Simon RuderichOverwrite tracked file descriptors when exporting COLOR...
2013-06-20 Simon RuderichRemove invalid assert() in tracked_fds_find().
2013-06-20 Simon Ruderichtests/Makefile.am: Remove unnecessary *_SOURCES variables.
2013-06-20 Simon Ruderichtests: Remove test_symbols.sh.
2013-06-17 Simon Ruderichtests/example.c: Use errno = ENOMEM.
2013-06-15 Simon Ruderichtests/example_error.c: Fix typo in function name.
2013-06-15 Simon RuderichHook BSD err(), errx(), warn(), warnx(), etc. functions.
2013-06-14 Simon Ruderichtests/Makefile.am: Enable parallel and colored test...
2013-06-13 Simon Ruderichtests/lib.sh: Fix tests for dash.
2013-06-13 Simon Ruderichtests/lib.sh: Minor cleanup.
2013-06-13 Simon RuderichFix possible memory overwrite in init_from_environment().
2013-06-13 Simon RuderichHandle invalid arguments to close()/fclose() better.
2013-06-13 Simon RuderichFix hook for putc_unlocked() with glibc.
2013-06-13 Simon Ruderichtests/test_symbols.sh: Add.
2013-06-13 Simon Ruderichtests/Makefile.am: Sort dist_check_DATA.
2013-06-12 Simon Ruderichtests: Split run.sh in multiple test files.
2013-06-12 Simon Ruderichtests: Rename example-* to example_* for consistency.
2013-06-10 Simon Ruderichtests: Fix tests when running under coloredstderr.
2013-06-10 Simon RuderichHook execvpe(), a GNU extension.
2013-06-10 Simon Ruderichtests: Fix warnings about unused parameters.
2013-06-10 Simon RuderichOnly run vfork() tests if it's available.
2013-06-07 Simon RuderichFix a few strict compiler warnings.
2013-06-06 Simon RuderichUse static list of descriptors to reduce mallocs.
2013-06-06 Simon Ruderichtests: Run tests under valgrind if it's available.
2013-06-05 Simon RuderichHook error() and error_at_line() if available.
2013-06-04 Simon RuderichHook execve() and the other exec*() functions.
2013-06-04 Simon Ruderichtests: Also run tests in subshell with LD_PRELOAD set.
2013-06-02 Simon Ruderichtests: Use <STDERR< and >STDERR> as markers.
2013-06-02 Simon Ruderichtests: Use bash to get consistent test results.
2013-06-02 Simon RuderichHook vfork() and replace it with fork().
2013-06-01 Simon RuderichHook perror(3).
2013-06-01 Simon RuderichAdd simple test suite.