convert 3-author programs to use proper_name
[platform/upstream/coreutils.git] / tests /
2008-05-17 Jim Meyeringtests: skip when a debian libc6-2.7-11 bug makes printf...
2008-05-17 Jim Meyeringtests: sync and update wc and du --files0-from tests
2008-05-17 Jim Meyeringtest invalid-option handling in all programs
2008-05-17 Jim Meyeringtests: remove ugly /bin/sh wrapper around each perl...
2008-05-16 Jim Meyeringtests: allow to run Perl tests more cleanly
2008-05-16 Jim Meyeringtests: env-related clean up
2008-05-16 Jim Meyeringtests: improve coverage of printf.c
2008-05-10 Jim Meyeringnow that the last of the mk-script-using tests is gone...
2008-05-10 Jim Meyeringtests: remove directory, tests/join/
2008-05-10 Jim Meyering* tests/misc/tac: Also perform stdin and piped tests.
2008-05-10 Jim Meyeringtests: convert pr tests
2008-05-10 Jim Meyeringtests: remove directory, tests/tail/
2008-05-09 Jim Meyeringtests: remove directory, tests/sort/
2008-05-08 Jim Meyeringtests: remove directory, tests/tac/
2008-05-08 Jim Meyeringtests: remove directory, tests/test/
2008-05-08 Jim Meyeringtests: Coreutils.pm: support running a program that...
2008-05-06 Jim Meyeringtests: remove directory, tests/tr/
2008-05-06 Jim Meyeringtests: skip another test if mcstransd is running
2008-05-06 Jim Meyeringtests: translate uniq-z-test-adding code to new framework
2008-05-06 Jim Meyeringtests: remove directory, tests/uniq/
2008-05-06 Jim Meyeringtests: remove directory, tests/cut/
2008-05-06 Jim Meyeringtests: remove directory, tests/head/
2008-05-06 Jim Meyeringtests: Coreutils.pm improvements
2008-05-06 Jim Meyeringtests: move "sparse-file" into test-lib.sh
2008-05-06 Jim Meyeringtests: move "group-names" into test-lib.sh
2008-05-06 Jim Meyeringtests: use printf+sed rather than yes+head+tr
2008-05-06 Jim Meyeringtests: hoist the sourcing of "lang-default"
2008-05-06 Jim Meyeringtests: hoist envvar-check so it is run for every test
2008-05-06 Jim Meyeringfix typo in comments: s/ouput/output/
2008-05-06 Jim Meyering* tests/touch/Makefile.am: Remove now-unused file.
2008-05-06 Jim Meyeringtests: test split more thoroughly
2008-05-06 Jim Meyering* tests/misc/wc: Remove an unused variable.
2008-05-06 Jim Meyeringavoid problems with sign-extended "char" operand to...
2008-05-05 Jim Meyering* tests/misc/tac: Set execute bit.
2008-05-05 Jim Meyeringtac: avoid segfault for e.g., "echo > x; tac -r x x"
2008-04-30 Jim Meyeringtests: avoid a "make check-root" failure when mcstransd...
2008-04-30 Jim Meyeringtests: avoid spurious "make check-root" failure
2008-04-29 Jim Meyeringchcon, runcon: make --help print the bug-reporting...
2008-04-28 Bo Borgersontests: don't chmod after a failed chdir in cleanup
2008-04-28 Bo BorgersonOnly cleanup test dirs from the process that created...
2008-04-27 Jim Meyeringmove wc tests from own subdir into a single script
2008-04-27 Jim Meyeringtests: don't source envvar-check manually, test-lib...
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...
next