summaryrefslogtreecommitdiff
path: root/tests/tail-2
AgeCommit message (Expand)Author
2009-10-22tests: add a test for the `tail -f' race condition bugGiuseppe Scrivano
2009-10-10tests: adjust tail-2/pid to work around FreeBSD 6.1 failureJim Meyering
2009-10-02tail: avoid a race where we could miss new data with --pidPádraig Brady
2009-09-30tests: tail-2/pid: use a 3-second timeout, not 1Jim Meyering
2009-09-08tests: tail-2/assert: reduce risk of race conditionPádraig Brady
2009-09-07tail: ignore -f for piped-stdin, as POSIX requiresJim Meyering
2009-09-07tests: tail-2/flush-initial should not rely on stdbufPádraig Brady
2009-09-07tests: tail-2/infloop-1: avoid rare test failure on a busy systemJim Meyering
2009-09-07tail -f: handle "-"/stdin once againJim Meyering
2009-09-06tests: tail-2/flush-initial: correct race avoidance codeJim Meyering
2009-09-06tail: flush initial output before possibly blockingJim Meyering
2009-09-05tests: test old tail -f method even on systems with inotifyPádraig Brady
2009-09-04tests: fix a tail-2/pid failure on GNU/kFreeBSDPetr Salinger
2009-09-04tests: fix a failure when running tail-2/wait as rootPádraig Brady
2009-09-03tests: simplify and fix a race in 2 tail --follow testsPádraig Brady
2009-08-26tests: tail-2/assert: avoid risk of race conditionJim Meyering
2009-08-16tests: tail-2/append-only: don't discard stderrJim Meyering
2009-08-12tests: improve one of the tail --pid testsPádraig Brady
2009-07-30tail: properly parse fractional seconds when monitoring a pidPádraig Brady
2009-07-30tests: test for just-fixed tail --pid bugJim Meyering
2009-07-04tests: refactor code to use require_proc_pid_status_Giuseppe Scrivano
2009-07-03tests: tail-2/wait: rename internal file nameJim Meyering
2009-07-03tests: tail-2/wait: don't fail when run as rootGiuseppe Scrivano
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-06-23tests: tail-2/pid: include more info upon failureJim Meyering
2009-06-15tail: use inotify if it is availableGiuseppe Scrivano
2009-01-19tests: tail-2/infloop-1 is racyJim Meyering
2008-09-10tests: use "Exit $fail", not (exit $fail); exit $failJim Meyering
2008-05-27in 280+ tests/* files, use $srcdir, not $top_srcdir/testsJim Meyering
2008-04-27tests: move another file (expensive) into test-lib.shJim Meyering
2008-04-21Revamp test-related Makefiles.Jim Meyering
2008-03-28Require that "(exit $fail); exit $fail" be last line of each test.Jim Meyering
2008-02-09tests: Remove priv-check. Use new require_root_ function instead.Jim Meyering
2008-02-09tests: call skip_test_ in place of echo+exit 77Jim Meyering
2008-02-09tests: move the very-expensive file into test-lib.shJim Meyering
2007-10-14Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk.Jim Meyering
2007-09-15Enable some previously omitted test scripts. Add a test cross-check.Jim Meyering
2007-09-15Factor out definitions in TESTS_ENVIRONMENT of srcdir, top_srcdir, etc.Jim Meyering
2007-09-15Adapt tests/tail-2/ to use test-lib.sh.Jim Meyering
2007-08-25Remove all .cvsignore files from version control.Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-01-13Put CU_TEST_NAME in the environment for each test run by "make check".Jim Meyering
2006-11-19* tests/tail-2/assert-2: Mark as a very-expensive test, because IJim Meyering
2006-11-16* tests/tail-2/append-only: If chattr +a fails, exit 77 (to tellJim Meyering
2006-10-22* tests/sample-test: Quote variables containing absolute buildJim Meyering
2006-09-24* tests/tail-2/proc-ksyms: Require that /proc/ksyms be readableJim Meyering
2006-08-22* aclocal.m4, config.hin, configure:Paul Eggert
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert
2006-08-19.Jim Meyering