summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2010-12-22maint: correct test-related commentsJim Meyering-2/+4
2010-12-22tests: mv/i-3: avoid false-positive failure on a slow/busy systemJim Meyering-1/+1
2010-12-21tests: avoid new false-positive failure on at least FreeBSD 8.1Jim Meyering-0/+4
2010-12-18tests: sync init.sh from gnulibPaul Eggert-5/+7
2010-12-19cp: ensure backups are created when -T specifiedPádraig Brady-2/+2
2010-12-19sort: use at most 8 threads by defaultPádraig Brady-3/+6
2010-12-18tests: avoid spurious du/bigtime failureJim Meyering-0/+5
2010-12-17tests: set fail=0 by defaultPaul Eggert-0/+3
2010-12-16sort: fix hang with sort --compressPaul Eggert-0/+54
2010-12-16sort: don't dump core when merging from input twicePaul Eggert-0/+20
2010-12-14tests: default to /tmp as the temporary directoryPaul Eggert-13/+7
2010-12-13sort: fix some --compress reaper bugsPaul Eggert-0/+88
2010-12-13tests: typo fixPaul Eggert-1/+1
2010-12-13tests: tweak basic-1 to use warn_ rather than literal "exit 77"Jim Meyering-18/+6
2010-12-13tests: mark new test as very expensiveJim Meyering-2/+3
2010-12-12tests: test for access to stale thread memoryPaul Eggert-0/+45
2010-12-11tests: avoid FP failure when run under valgrindJim Meyering-2/+2
2010-12-11sort: use mutexes, not spinlocks (avoid busy loop on blocked output)Chen Guo-3/+0
2010-12-08split: fix a case where --elide-empty causes invalid chunkingPádraig Brady-30/+35
2010-12-05tests: remove useless definition of $SORT in sort-compressJim Meyering-1/+0
2010-12-04tests: make it harder to lose a race in spinlock-abuseJim Meyering-2/+2
2010-12-03tests: cleanup rm -rf fails under NFSPaul Eggert-2/+5
2010-12-01tests: add test for parallel sort -u segfault bugJim Meyering-0/+48
2010-11-27tests: don't let the OMP_NUM_THREADS envvar affect sort testsJim Meyering-0/+1
2010-11-27tests: test for parallel sort spinlock abuseJim Meyering-0/+41
2010-11-22cp: give a better diagnostic for nonexistent dest/Paul Eggert-0/+8
2010-11-22split: add --number to generate a particular number of filesChen Guo-1/+247
2010-11-18od: fix bugs in displaying floating-point valuesPaul Eggert-0/+59
2010-11-17tests: convert tests/misc/selinux manuallyJim Meyering-1/+1
2010-11-17tests: convert the multi-prog $VERBOSE/--version usesJim Meyering-17/+17
2010-11-17tests: convert "... env -- prog --version" usesJim Meyering-6/+6
2010-11-17tests: substitute the single-program $VERBOSE/--version usesJim Meyering-348/+348
2010-11-17tests: factor out VERBOSE-only --version-printing codeJim Meyering-0/+12
2010-11-17tests: remove test-lib.sh; now all tests use gnulib's init.shJim Meyering-83/+1
2010-11-17tests: convert remaining uses of test-lib.sh to init.shJim Meyering-37/+37
2010-11-17tests: convert 'if test "$VERBOSE" = yes; then' to test ... &&Jim Meyering-235/+59
2010-11-17tests: convert first batch of tests from test-lib.sh to init.shJim Meyering-1938/+646
2010-11-17tests: move a comment so automated conversion worksJim Meyering-2/+4
2010-11-16split: fail immediately if impossible to create a large filePádraig Brady-1/+2
2010-11-11csplit: do not rely on undefined behavior in printf formatsPaul Eggert-0/+15
2010-11-11csplit: fix a memory leak per input bufferPádraig Brady-0/+30
2010-11-10tests: fix comments and --version invocation in new testJim Meyering-2/+2
2010-11-10csplit: avoid buffer overrun when writing more than 999 filesJim Meyering-0/+30
2010-11-09tests: avoid portability problem with dash vs. symlinked ttysPádraig Brady-2/+6
2010-11-08tests: avoid portability problem with dash vs. local v=$splittable_valPádraig Brady-1/+1
2010-11-07tests: don't disqualify FreeBSD 8.1's /bin/sh just yet,Jim Meyering-4/+0
2010-11-06stat: do not rely on undefined behavior in printf formatsPaul Eggert-0/+1
2010-11-06tests: avoid failure due to bug in FreeBSD 8.1's /bin/shJim Meyering-1/+7
2010-11-06stat: use e.g. %.3X instead of %X.%3:X for sub-second precisionPaul Eggert-10/+19
2010-11-03stat: revert %X-%Y-%Z change; use e.g., %:X to print fractional secondsJim Meyering-1/+38