tests: ensure at least one failure when $built_programs is empty
[platform/upstream/coreutils.git] / tests /
2008-04-27 Jim Meyeringtests: ensure at least one failure when $built_programs...
2008-04-27 Jim Meyeringtests: improve perl-based tempdir handling
2008-04-27 Jim Meyeringtests: reorder some tests in the long list
2008-04-27 Jim Meyeringtests: put root-only (usually skipped) tests at the end
2008-04-27 Jim Meyeringtests: move another file (expensive) into test-lib.sh
2008-04-27 Jim Meyeringtests: cp/perm (usually not run) was failing on systems...
2008-04-24 Jim Meyeringtests: do define built_programs
2008-04-23 Jim Meyeringtests: update commented-out examples in sample-test...
2008-04-23 Ondřej Vašíktests: don't fail in a non-English locale
2008-04-23 Jim Meyeringtests: remove now-unused Makefile.am
2008-04-23 Ondřej Vašíkid: do not print SELinux context when invoked with...
2008-04-21 Jim Meyeringtests: skip (don't fail) rm/one-file-system when mount...
2008-04-20 Jim Meyeringtests: convert umask-check to a function
2008-04-20 Jim Meyeringtests: adjust perl -I to use $top_srcdir/tests, not...
2008-04-20 Jim Meyeringtests: clean up root tests; adapt to new layout
2008-04-20 Jim MeyeringRevamp test-related Makefiles.
2008-04-20 Jim Meyering* tests/misc/Makefile.am (built_programs): Remove....
2008-04-20 Jim MeyeringUse "env" to invoke potential built-ins.
2008-04-19 Jim Meyeringpr -e, with a mix of backspaces and TABs, could corrupt...
2008-04-18 Jim Meyeringmd5sum -c: ignore a line with a NUL byte among checksum...
2008-04-16 Matthew Woehlketests: accommodate built-in mknod more cleanly still
2008-04-16 Jim Meyeringtests: accommodate built-in mknod more cleanly
2008-04-16 Jim Meyeringtests: add a comment explaining the potential failure
2008-04-16 Jim Meyeringtests: avoid mkdir/selinux failure when mknod is a...
2008-04-15 Jim Meyeringmd5sum, sha1sum, etc: handle invalid input (i.e., don...
2008-04-14 Jim Meyeringtests: don't fail on systems without a "stat" syscall
2008-04-14 Jim Meyeringtests: accommodate a different errno string on Irix 6.5
2008-04-12 Jim Meyeringtests: Accommodate a different errno value on OSF/1...
2008-04-12 Jim Meyeringtests: always enable VERBOSE output, now that test...
2008-04-08 Jim Meyeringtests: accommodate a different errno value on HPUX...
2008-04-02 Jim Meyering"touch E; mkfifo F; cp -fR F E" no longer fails due...
2008-04-01 Jim MeyeringAvoid root-only SELinux-related test failures w/o mcstr...
2008-04-01 Jim Meyeringroot tests: Set NON_ROOT_USERNAME if not set already.
2008-03-31 Jim Meyering"rm -r DIR" would mistakenly prompt about very long...
2008-03-31 Paul Eggertdd bug fix: accept e.g., if=/dev/stdin and of=/dev...
2008-03-29 Jim Meyeringavoid failure of new test on kernel without SELinux...
2008-03-29 Jim Meyeringtests: accept ENOTSUP message as well as the EINVAL one
2008-03-28 Jim MeyeringWork around a recent glibc/getopt.c diagnostic change.
2008-03-28 Jim Meyeringmknod, mkfifo: don't segfault when diagnosing invalid...
2008-03-28 Pádraig Bradytests: Factor out code that's going to be reused.
2008-03-28 Jim MeyeringRequire that "(exit $fail); exit $fail" be last line...
2008-03-28 Jim MeyeringPerform explicit exit-nonzero if the embedded Perl...
2008-03-27 Jim Meyeringpaste -d\\: avoid heap overrun for backslash at end...
2008-03-26 Jim MeyeringTest for mkdir bug fix.
2008-03-25 Jim Meyeringjoin bug fix: adapt keycmp to work with new order-check...
2008-03-21 Jim Meyeringptx: avoid heap overrun for backslash at end of optarg...
2008-03-19 Bob Proulxmake check: Remove /tmp/ls-creating debug code.
2008-03-19 Jim Meyeringmv: never unlink a destination file before calling...
2008-03-01 Jim MeyeringDon't skip the groups-version test.
2008-03-01 Jim MeyeringDon't exempt "groups" from write-failure test, now...
2008-02-28 Jim MeyeringMake copyright comments consistent.
2008-02-25 Bob ProulxFix test failure where rm would appear to succeed incor...
2008-02-23 Jim MeyeringAvoid test failures when root (/) is not readable.
2008-02-20 Andreas Schwabsort: add --sort=... option.
2008-02-19 Steven Schubigerseq: give better diagnostics for invalid formats.
2008-02-19 James Youngmanjoin: new options: --check-order and --nocheck-order.
2008-02-18 Jim Meyeringseq: give a proper diagnostic for an invalid --format...
2008-02-17 Jim MeyeringExpand "ls --color" tests to also use the dircolors...
2008-02-17 Ed Avisls --color no longer outputs unnecessary escape sequences
2008-02-16 Jim MeyeringAvoid tests/cp/acl test failure.
2008-02-12 Jim MeyeringMove more test_skip_-using code to follow ". test-lib...
2008-02-12 Peter Falestests/touch/not-owner: Source test-lib.sh before using...
2008-02-11 Jim Meyering* tests/Makefile.am (EXTRA_DIST): Remove strace.
2008-02-11 Jim Meyeringtests: Migrate sourced strace file into a function...
2008-02-11 Jim Meyering* tests/rm/inaccessible: Source test-lib.sh *before...
2008-02-09 Jim Meyeringtests: rm/fail-eperm: require-non-root in perl, not sh
2008-02-09 Jim Meyeringtests: Remove priv-check. Use new require_root_ functi...
2008-02-09 Jim Meyeringtests: factor out the perl-requiring code in many test...
2008-02-09 Jim Meyeringtests: call skip_test_ in place of echo+exit 77
2008-02-09 Jim Meyeringtests: move the very-expensive file into test-lib.sh
2008-02-09 Jim Meyeringtests: start migrating sourced-file function-like tests...
2008-02-09 Jim Meyeringtests: mv/acl: Don't mention "yes" as a partition name...
2008-02-07 Steven Schubigermkdir, split: write --verbose output to stdout, not...
2008-02-02 Jim MeyeringClarify a comment.
2008-01-31 Jim MeyeringAdapt to new version of vc-list-files.
2008-01-31 Jim MeyeringImprove the cp/parent-perm test.
2008-01-29 Jim Meyeringls: don't segfault on files in /proc with an old libselinux
2008-01-26 Jim MeyeringWork around Darwin9's set-GID-like group ownership...
2008-01-26 Jim MeyeringAvoid cp/preserve-gid test failure on Mac OS 10.5.1...
2008-01-13 Jim MeyeringRemove each output redirection target before writing...
2008-01-11 Jim Meyeringtests/tr/Test.pm: Prefer en_US.ISO-8859-1 to en_US...
2008-01-08 Jim Meyeringparent-perm: avoid a bizarre test failure.
2008-01-07 Jim MeyeringMake a racy test failure less likely to happen.
2008-01-07 Jim Meyeringcp: add a test for today's bug fix.
2008-01-06 Jim Meyeringtouch: add a test for today's change.
2008-01-05 Jim MeyeringAvoid tr case-conversion failure in some locales.
2008-01-02 Jim MeyeringUpdate copyright date.
2007-12-20 Jim MeyeringAvoid another "make check" failure due to omitted programs.
2007-12-12 Jim Meyering* tests/mv/part-symlink: Redirect diff output to stderr.
2007-12-11 Jim MeyeringAdd a test to exercise today's bug fix.
2007-12-02 Bob ProulxMake test script, existing-perm-race, executable.
2007-12-01 Jim MeyeringChange comments: say bug present up to coreutils-6...
2007-12-01 Paul EggertAdd a test for cp -p and existing file permissions.
2007-11-30 Jim MeyeringAvoid a spurious test failure when build directory...
2007-11-30 Jim MeyeringBe extra careful to quote $abs_top_builddir-derived...
2007-11-30 Jim MeyeringInclude test name in the "unsafe working directory...
2007-11-30 Ralf WildenhuesAdd quotes to protect against white space in build...
2007-11-30 Ralf Wildenhues* tests/CuTmpdir.pm (END): Do not do the cleanup if...
2007-11-24 Jim MeyeringTweak new test.
2007-11-24 Lasse CollinTest the new feature: cp -p preserves the GID whenever...
next