Age | Commit message (Expand) | Author |
2011-05-14 | tests: refactor more tests to use mkfifo_or_skip_ | Pádraig Brady |
2011-03-05 | maint: fix dd nocache test to be independent of current stdin | Pádraig Brady |
2011-03-05 | dd: add a flag to discard cached data | Pádraig Brady |
2011-01-28 | tests: remove obsolete uses of "$$" in temporary file names | Jim Meyering |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-11-17 | tests: substitute the single-program $VERBOSE/--version uses | Jim Meyering |
2010-11-17 | tests: convert first batch of tests from test-lib.sh to init.sh | Jim Meyering |
2010-09-07 | tests: exclude some tests when running on NFS | Pádraig Brady |
2010-07-05 | tests: make tests requiring a delay to pass, more robust | Pádraig Brady |
2010-02-02 | tests: fix various timeout races | Pádraig Brady |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-10-30 | tests: factor 350 fail=0 initializations into test-lib.sh | Jim Meyering |
2009-09-14 | tests: fix dd/skip-seek-past-file to work on ecryptfs | Pádraig Brady |
2009-09-10 | dd conv=unblock: print final newline consistently | Jim Meyering |
2009-08-28 | dd: detect closed stderr | Eric Blake |
2009-08-06 | dd: work around buffer length restrictions with oflag=direct (O_DIRECT) | Jim Meyering |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering |
2009-04-07 | maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems | Pádraig Brady |
2009-03-29 | tests: don't use lang-default from individual tests | Jim Meyering |
2009-02-26 | tests: Remove system specific error strings | Pádraig Brady |
2009-02-06 | tests: fix dd skip=greater_max_file_size test on Solaris 10 | Pádraig Brady |
2009-02-02 | update copyright dates from recent changes | Jim Meyering |
2009-01-28 | dd: Better handle user specified offsets that are too big | Pádraig Brady |
2008-12-01 | tests: dd/reblock: Reduce chance of timing related failures | Pádraig Brady |
2008-11-30 | tests: dd/reblock: avoid occasional failure | Jim Meyering |
2008-11-22 | tests: dd: add a test for the required behavior | Jim Meyering |
2008-09-10 | tests: use "Exit $fail", not (exit $fail); exit $fail | Jim Meyering |
2008-08-14 | set envvars via "env" to avoid spurious set -x output from bad shells | Jim Meyering |
2008-07-23 | dd: minor fullblock changes | Jim Meyering |
2008-07-23 | dd: new option: iflag=fullblock to accumulate full input blocks | Kamil Dudka |
2008-05-27 | in 280+ tests/* files, use $srcdir, not $top_srcdir/tests | Jim Meyering |
2008-05-17 | tests: remove ugly /bin/sh wrapper around each perl-based test script | Jim Meyering |
2008-05-06 | fix typo in comments: s/ouput/output/ | Jim Meyering |
2008-04-21 | tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/.. | Jim Meyering |
2008-04-21 | Revamp test-related Makefiles. | Jim Meyering |
2008-03-31 | dd bug fix: accept e.g., if=/dev/stdin and of=/dev/stdout | Paul Eggert |
2008-03-28 | Require that "(exit $fail); exit $fail" be last line of each test. | Jim Meyering |
2008-02-28 | Make copyright comments consistent. | Jim Meyering |
2008-02-09 | tests: factor out the perl-requiring code in many test scripts | Jim Meyering |
2007-11-16 | Port to Solaris 8 perl, which does not support "use warnings;". | Paul Eggert |
2007-10-14 | Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk. | Jim Meyering |
2007-09-15 | Enable some previously omitted test scripts. Add a test cross-check. | Jim Meyering |
2007-09-15 | Factor out definitions in TESTS_ENVIRONMENT of srcdir, top_srcdir, etc. | Jim Meyering |
2007-09-15 | More misc, test-related changes. (some to allow running tests as root) | Jim Meyering |
2007-09-15 | Convert tests/dd/*, too. | Jim Meyering |
2007-08-25 | Remove all .cvsignore files from version control. | Jim Meyering |
2007-08-18 | Run each Coreutils.pm-based test in its own subdirectory. | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-02-22 | Honor dd's noatime flag if possible, even if not supported on build fs | Paul Eggert |