Adjust a seq subtest not to depend on the vagaries of floating point.
[platform/upstream/coreutils.git] / tests / misc /
2007-11-01 Jim MeyeringAdjust a seq subtest not to depend on the vagaries...
2007-11-01 Jim MeyeringMake the new printf-surprise test more precise.
2007-10-30 Jim MeyeringAvoid seq floating-point test failure on FreeBSD 6.1.
2007-10-27 Jim MeyeringAdd a test for the printf fix of 2007-10-21.
2007-10-21 Jim MeyeringReorder tests to run more basic ones earlier.
2007-10-21 Jim Meyering* tests/misc/help-version: Add a comment.
2007-10-20 Bob ProulxPrevent "make check" from leaving mktemp /tmp/tmp....
2007-10-14 Jim MeyeringPull all TESTS_ENVIRONMENT settings "up" into tests...
2007-10-09 Jim MeyeringMove the help-version test into misc/.
2007-10-09 Jim MeyeringMake the runcon-no-reorder test slightly more general.
2007-10-09 Jim MeyeringSkip the chcon test on a system with no SELinux support.
2007-10-07 Jim MeyeringNew program: mktemp.
2007-10-05 Jim MeyeringAdd PACKAGE_VERSION to TESTS_ENVIRONMENT via check.mk.
2007-10-03 Jim Meyering* tests/misc/selinux: Skip this test if the initial...
2007-09-30 Eric BlakeTest previous patch.
2007-09-27 Jim MeyeringAdd a test to exercise a readlink bug.
2007-09-16 Jim Meyeringtests/misc/tac-continue: Arrange to remove a temporary...
2007-09-15 Jim MeyeringFactor out definitions in TESTS_ENVIRONMENT of srcdir...
2007-09-15 Jim MeyeringMove the sole test in tests/ls-2/ to tests/misc/.
2007-09-15 Jim MeyeringMore misc, test-related changes. (some to allow running...
2007-09-15 Jim MeyeringMove all tests from test/{od,sha1sum,shred,stty} to...
2007-09-15 Jim MeyeringMove the two tests in tests/tee to tests/misc/.
2007-09-15 Jim MeyeringMove the two tests in tests/sum/ to tests/misc/.
2007-09-15 Jim MeyeringMove the sole test in tests/tsort/ to tests/misc/tsort.
2007-09-15 Jim MeyeringMove the sole test in tests/unexpand to tests/misc...
2007-09-15 Jim MeyeringMove the sole test in tests/seq to tests/misc/seq.
2007-09-15 Jim MeyeringMove the two tests in tests/md5sum to tests/misc/md5sum.
2007-09-15 Jim MeyeringConvert tests/misc/ to use test-lib.sh, too.
2007-09-15 Jim MeyeringMove the two tests in tests/fmt to tests/misc/fmt.
2007-09-15 Jim MeyeringMove the sole test in tests/factor to tests/misc/factor.
2007-09-15 Jim MeyeringMove the sole test in tests/expr to tests/misc/expr.
2007-09-15 Jim MeyeringMove the sole test in tests/dircolors to tests/misc...
2007-09-15 Jim MeyeringParallel "make check" support.
2007-09-15 Jim MeyeringAdd support for parallel "make check" (in tests/misc...
2007-09-01 Jim MeyeringMake groups-version executable,
2007-08-31 Eric BlakeTest yesterday's change to groups.
2007-08-28 Jim MeyeringEnsure that TMPDIR is valid. Otherwise, it would cause...
2007-08-26 Jim Meyeringtests/misc/fold: Fix a typo: missing \ in a never-seen...
2007-08-24 Jim MeyeringRemove all .cvsignore files from version control.
2007-08-18 Jim MeyeringRun each Coreutils.pm-based test in its own subdirectory.
2007-08-16 Jim MeyeringConsolidate od tests.
2007-08-15 Jim Meyeringod --skip (-j) works even on files in /proc, when the...
2007-08-14 Jim MeyeringAdd tests for the just-fixed "od -j N FILE" bug.
2007-08-04 Jim MeyeringExercise xstrtol's diagnostics via pr's --pages option.
2007-07-26 Bob Proulxsort: Improve sort --random-sort test.
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-11 Jim MeyeringIf there's a GPL vN copyright comment, require that...
2007-07-10 Jim MeyeringSkip "arch" test if it's not built.
2007-07-10 Karel ZakNew program: arch
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-05-22 Jim Meyeringcut: diagnose a range starting with 0 (-f 0-2) as inval...
2007-04-11 Paul Eggertsplit --line-bytes=N (-C N): don't create an empty...
2007-03-29 Jim Meyering* src/runcon.c (main): Don't reorder arguments. Reported by
2007-03-29 Jim Meyering* tests/cp/cp-a-selinux: New file. Test for the bug...
2007-03-29 Jim Meyering* tests/misc/selinux [VERBOSE]: Print version info...
2007-03-29 Jim Meyeringls: Add support for SELinux and a slightly modified...
2007-03-18 Jim MeyeringMerge branch 'master' of /cu
2007-03-18 Jim MeyeringFix a bug in how pr -m -s works.
2007-03-17 Jim Meyering* tests/misc/tty-eof: Add shuf to the list of tested...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-03-03 Jim Meyeringpwd-unreadable-parent: Skip test on ia64/Linux, too.
2007-03-02 Jim Meyeringpwd-unreadable-parent: Skip test on non-Linux/GNU systems.
2007-03-02 Jim Meyering* tests/misc/pwd-long: Also allow "+" in $PWD.
2007-02-28 Jim Meyering* tests/misc/df-P: This script *is* executable.
2007-02-27 Jim MeyeringAdd a test for today's df -P fix.
2007-02-24 Jim MeyeringDon't skip this test on new-enough Linux/GNU systems.
2007-02-24 Paul Eggert* NEWS: sort no longer compresses temporaries by default.
2007-02-23 Jim MeyeringWith -Dlint, make shuf free all heap-allocated storage.
2007-02-21 Jim Meyering* tests/misc/date: Remove vestigial use of Data::Dumper.
2007-02-19 Paul Eggert* NEWS: sort now uses a --compress-program option rathe...
2007-02-13 Jim MeyeringAlso check for and print stderr output, in case a progr...
2007-02-12 Jim Meyering* tests/misc/pwd-unreadable-parent: Skip the test if...
2007-02-03 Jim MeyeringTest for today's gnulib/lib/getcwd.c fix affecting...
2007-01-26 Jim Meyeringmerge from trunk
2007-01-24 Jim MeyeringFix a typo.
2007-01-23 Jim MeyeringDon't depend on "which".
2007-01-23 Dan HipschmanTest sort compression.
2007-01-20 Jim Meyering* tests/misc/pwd-long: Work properly even when run...
2007-01-13 Jim MeyeringPut CU_TEST_NAME in the environment for each test run...
2007-01-11 Jim Meyering* tests/misc/test-diag: Work also when libc's error...
2007-01-04 Jim Meyering[ChangeLog]
2007-01-03 Bruno HaibleAvoid spurious test failures on MacOS X 10.3.9, in...
2006-12-30 Jim Meyering* tests/misc/base64: Factor a long, repetitive string.
2006-12-20 Jim Meyering"cut -f 2- A B" no longer triggers a double-free bug
2006-12-06 Jim MeyeringMake the output of "make check" more reproducible.
2006-12-03 Jim Meyering* tests/misc/date-sec: Output a fixed string.
2006-10-26 Jim MeyeringAvoid a shell bug in Tru64 4.0 sh's handling of double...
2006-10-23 Jim Meyering* tests/misc/pwd-long: Whoops. Don't exec the perl...
2006-10-23 Jim Meyering* tests/misc/pwd-long: Undo last change, since it made...
2006-10-22 Jim Meyering* tests/sample-test: Quote variables containing absolut...
2006-09-29 Jim Meyering* src/shuf.c (read_input): Fix an off-by-one error...
2006-08-22 Paul Eggert* aclocal.m4, config.hin, configure:
2006-08-21 Paul EggertRemove from CVS, since the bootstrap script generates...
2006-08-19 Jim Meyering.
2006-08-17 Paul EggertAdd/fix copyright notices and adjust to latest GNU...
2006-08-15 Paul Eggert* NEWS: Mention that df exits with nonzero status if...
2006-08-15 Jim Meyering.
2006-08-09 Paul EggertRegenerate.
2006-08-09 Paul EggertRegenerate.
2006-08-09 Jim MeyeringRemove use of --seed=S.
next