summaryrefslogtreecommitdiff
path: root/tests/misc
AgeCommit message (Expand)Author
2011-04-28tests: remove useless test: misc/pwd-unreadable-parentJim Meyering
2011-04-28tests: write skip explanation from perl scripts also to outer stderrJim Meyering
2011-04-11maint: remove doubled words in comments, e.g., s/to to/to/Jim Meyering
2011-04-04tests: don't ever leave a backgrounded "sleep 10m" processJim Meyering
2011-03-22tests: exercise tests new "==" operatorJim Meyering
2011-02-07cut: don't segfault for large unbounded rangeJim Meyering
2011-02-03sort: fix --debug key highlighting when key start after key endPádraig Brady
2011-01-29join: don't report disorder against an empty filePádraig Brady
2011-01-29join: ensure --header skips the order check with empty filesPádraig Brady
2011-01-29join: add -o 'auto' to output a constant number of fields per linePádraig Brady
2011-01-17tests: add a test for today's uniq bugJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-30split: fix the suffix length calculationPádraig Brady
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-12-19sort: use at most 8 threads by defaultPádraig Brady
2010-12-16sort: fix hang with sort --compressPaul Eggert
2010-12-16sort: don't dump core when merging from input twicePaul Eggert
2010-12-14tests: default to /tmp as the temporary directoryPaul Eggert
2010-12-13sort: fix some --compress reaper bugsPaul Eggert
2010-12-13tests: typo fixPaul Eggert
2010-12-13tests: mark new test as very expensiveJim Meyering
2010-12-12tests: test for access to stale thread memoryPaul Eggert
2010-12-11tests: avoid FP failure when run under valgrindJim Meyering
2010-12-08split: fix a case where --elide-empty causes invalid chunkingPádraig Brady
2010-12-05tests: remove useless definition of $SORT in sort-compressJim Meyering
2010-12-04tests: make it harder to lose a race in spinlock-abuseJim Meyering
2010-12-01tests: add test for parallel sort -u segfault bugJim Meyering
2010-11-27tests: test for parallel sort spinlock abuseJim Meyering
2010-11-22split: add --number to generate a particular number of filesChen Guo
2010-11-18od: fix bugs in displaying floating-point valuesPaul Eggert
2010-11-17tests: convert tests/misc/selinux manuallyJim Meyering
2010-11-17tests: convert the multi-prog $VERBOSE/--version usesJim Meyering
2010-11-17tests: convert "... env -- prog --version" usesJim Meyering
2010-11-17tests: substitute the single-program $VERBOSE/--version usesJim Meyering
2010-11-17tests: convert remaining uses of test-lib.sh to init.shJim Meyering
2010-11-17tests: convert 'if test "$VERBOSE" = yes; then' to test ... &&Jim Meyering
2010-11-17tests: convert first batch of tests from test-lib.sh to init.shJim Meyering
2010-11-16split: fail immediately if impossible to create a large filePádraig Brady
2010-11-11csplit: do not rely on undefined behavior in printf formatsPaul Eggert
2010-11-11csplit: fix a memory leak per input bufferPádraig Brady
2010-11-10tests: fix comments and --version invocation in new testJim Meyering
2010-11-10csplit: avoid buffer overrun when writing more than 999 filesJim Meyering
2010-11-06stat: do not rely on undefined behavior in printf formatsPaul Eggert
2010-11-06stat: use e.g. %.3X instead of %X.%3:X for sub-second precisionPaul Eggert
2010-11-03stat: revert %X-%Y-%Z change; use e.g., %:X to print fractional secondsJim Meyering
2010-10-26tests: mention that btrfs also causes failure of misc/ls-timeJim Meyering
2010-10-19tests: trigger and test for md5sum's new diagnosticsJim Meyering
2010-10-19md5sum: print a summary warning for improperly formatted linesBenno Schulenberg
2010-10-17tests: sort-float: avoid spurious test failure on ppc/ppc64Jim Meyering
2010-10-14tests: work around portability and clock-skew problemsPaul Eggert