doc: move @shortcontents and @contents from end to start
[platform/upstream/coreutils.git] / tests / du /
2008-09-10 Jim Meyeringtests: use "Exit $fail", not (exit $fail); exit $fail
2008-06-08 Bo Borgersonstandardize some error messages
2008-05-27 Jim Meyeringin 280+ tests/* files, use $srcdir, not $top_srcdir...
2008-05-17 Jim Meyeringtests: sync and update wc and du --files0-from tests
2008-05-17 Jim Meyeringtests: remove ugly /bin/sh wrapper around each perl...
2008-05-06 Jim Meyeringtests: move "sparse-file" into test-lib.sh
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-04-27 Jim Meyeringtests: move another file (expensive) into test-lib.sh
2008-04-20 Jim Meyeringtests: adjust perl -I to use $top_srcdir/tests, not...
2008-04-20 Jim MeyeringRevamp test-related Makefiles.
2008-02-23 Jim MeyeringAvoid test failures when root (/) is not readable.
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
2007-11-16 Paul EggertPort to Solaris 8 perl, which does not support "use...
2007-10-14 Jim MeyeringPull all TESTS_ENVIRONMENT settings "up" into tests...
2007-09-21 Jim MeyeringAvoid a test failure due to now-parallelized tests.
2007-09-15 Jim MeyeringMore misc, test-related changes. (some to allow running...
2007-09-15 Jim MeyeringConvert tests/du/*, too.
2007-09-15 Jim MeyeringParallel "make check" support.
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-02 Jim MeyeringAdjust one more test to accommodate the recent fts...
2007-08-02 Jim MeyeringAdjust the other two "no-x" tests and unify all three.
2007-08-02 Jim MeyeringAdapt du's no-x test not to fail on older Linux systems.
2007-07-31 Jim Meyeringdu: print size (probably incomplete) of each inaccessib...
2007-07-31 Jim MeyeringAdd a test for du not counting size of inaccessible...
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-21 Jim MeyeringFix a test script not to claim an ext2 file system...
2007-03-18 Jim MeyeringMerge branch 'master' of /cu
2007-03-17 Jim MeyeringAvoid test failure on NFS-mounted Solaris ZFS file...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-02-24 Jim MeyeringRemove the "gnits" option; it prohibits my using "...
2007-02-24 Bruno Haible* tests/du/slink: Skip the test if executing on an...
2007-01-13 Jim MeyeringPut CU_TEST_NAME in the environment for each test run...
2006-12-03 Jim Meyering* NEWS: du --one-file-system (-x) would skip subdirecto...
2006-12-02 Jim Meyering* tests/du/basic: Generate 4KB file simply using printf...
2006-11-24 Theodoros V. Kalam... * tests/du/inacc-dest: Skip this test when running...
2006-11-23 Jim Meyering* tests/du/deref-args: Use "printf %65536s x" to create...
2006-11-12 Jim Meyering* tests/du/Makefile.am (TESTS): Add inacc-dest.
2006-11-12 Jim Meyeringdu would exit early, when encountering an inaccessible...
2006-10-26 Jim MeyeringAvoid a shell bug in Tru64 4.0 sh's handling of double...
2006-10-22 Jim Meyering* tests/sample-test: Quote variables containing absolut...
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-19 Jim Meyering* NEWS: Fix cp --sparse so that it preserves tail-end...
2006-08-17 Paul EggertAdd/fix copyright notices and adjust to latest GNU...
2006-08-15 Jim Meyering.
2006-08-09 Paul EggertRegenerate.
2006-08-09 Paul EggertRegenerate.
2006-07-17 Paul EggertRegenerate.
2006-07-09 Paul EggertRegenerate.
2006-07-03 Jim Meyering* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRO...
2006-06-14 Jim Meyeringtests/du/basic: Revamp not to hard-code file system...
2006-06-12 Jim Meyeringtests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL...
2006-05-11 Jim MeyeringAvoid harmless `ambiguous redirect' diagnostic.
2006-05-06 Jim Meyering.
2006-04-12 Paul EggertDo not assume that 'sed' can handle long, newline-free...
2006-04-12 Paul EggertSolaris 8 sh doesn't understand "if !". Do not assume...
2006-03-26 Jim Meyering.
2006-03-12 Jim Meyering.
2006-02-20 Jim Meyering.
2006-02-14 Jim Meyeringfix typo in diagnostic
2006-01-18 Jim Meyering(TESTS): Add long-from-unreadable.
2006-01-17 Jim Meyering.
2006-01-17 Jim MeyeringNew test, to exercise one small corner of fts.c.
2006-01-12 Jim MeyeringAdjust not to hard-code the expected
2006-01-12 Jim MeyeringCreate final file *after* the loop.
2006-01-12 Jim MeyeringCreate file at end of symlink chain.
2006-01-12 Jim Meyeringskip the test on a system that can handle this many...
2006-01-12 Jim Meyering.
2006-01-12 Jim Meyeringwhoops. traps were commented out.
2006-01-11 Jim MeyeringTest for today's fts.c bug fix.
2006-01-11 Jim Meyering(TESTS): Add long-sloop.
2006-01-04 Jim Meyering.
2006-01-04 Jim Meyeringchange comments and temp file name: s/openat/fdopendir/
2006-01-03 Jim MeyeringAlso allow a slightly different diagnostic -- the
2005-12-21 Jim Meyering.
2005-12-17 Jim Meyering.
2005-12-15 Jim Meyering.
2005-12-03 Jim Meyering.
2005-11-22 Jim Meyering.
2005-11-12 Jim Meyerings/expensive/very expensive/ in a comment.
2005-11-04 Jim Meyering.
2005-11-04 Jim Meyeringfix typo in comment
2005-11-04 Jim Meyeringmark this as a very-expensive test
2005-11-04 Jim Meyering(TESTS): Add 2g.
2005-11-04 Jim MeyeringTest for a bug that bites at least on AIX 5.1 systems.
2005-10-23 Jim Meyering.
2005-09-23 Jim Meyering.
2005-09-22 Jim Meyering.
2005-09-22 Paul EggertRegenerate.
2005-09-16 Paul EggertRegenerate.
2005-09-10 Jim Meyering.
2005-09-09 Paul EggertRegenerate.
next