aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-17tests: avoid sort-spinlock-abuse false positive under heavy loadJim Meyering1-0/+6
2011-06-17tests: remove skip_test_ function; use new skip_ insteadJim Meyering18-32/+32
2011-06-13tests: avoid sort-spinlock-abuse false positive under heavy loadJim Meyering1-4/+5
2011-05-28tests: move tests/misc/split-* into tests/split/...Jim Meyering6-453/+0
2011-05-25split: fix an edge case where -n l/... creates an extra filePádraig Brady1-2/+2
2011-05-24split: fix cases where -n l/... creates extraneous filesPádraig Brady1-0/+16
2011-05-22tests: fix typo in tac-continueJim Meyering1-1/+1
2011-05-18printf: fix an out-of-bounds memory accessPádraig Brady1-0/+23
2011-05-14tests: refactor more tests to use mkfifo_or_skip_Pádraig Brady7-6/+8
2011-05-14shuf: use memory more efficiently when returning a subsetPádraig Brady1-0/+6
2011-05-13tests: use skip_test_, not skip_Jim Meyering2-2/+2
2011-05-06sort: fix a contradictory --debug warningPádraig Brady1-0/+6
2011-04-28tests: remove useless test: misc/pwd-unreadable-parentJim Meyering1-41/+0
2011-04-28tests: write skip explanation from perl scripts also to outer stderrJim Meyering6-29/+20
2011-04-11maint: remove doubled words in comments, e.g., s/to to/to/Jim Meyering1-1/+1
2011-04-04tests: don't ever leave a backgrounded "sleep 10m" processJim Meyering1-1/+1
2011-03-22tests: exercise tests new "==" operatorJim Meyering1-0/+2
2011-02-07cut: don't segfault for large unbounded rangeJim Meyering1-0/+4
2011-02-03sort: fix --debug key highlighting when key start after key endPádraig Brady1-0/+7
2011-01-29join: don't report disorder against an empty filePádraig Brady1-1/+5
2011-01-29join: ensure --header skips the order check with empty filesPádraig Brady1-0/+6
2011-01-29join: add -o 'auto' to output a constant number of fields per linePádraig Brady1-0/+20
2011-01-17tests: add a test for today's uniq bugJim Meyering1-0/+25
2011-01-01maint: update all copyright year number rangesJim Meyering157-157/+157
2010-12-30split: fix the suffix length calculationPádraig Brady1-0/+10
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert14-31/+61
2010-12-19sort: use at most 8 threads by defaultPádraig Brady3-3/+6
2010-12-16sort: fix hang with sort --compressPaul Eggert1-0/+53
2010-12-16sort: don't dump core when merging from input twicePaul Eggert1-0/+20
2010-12-14tests: default to /tmp as the temporary directoryPaul Eggert2-12/+5
2010-12-13sort: fix some --compress reaper bugsPaul Eggert1-0/+87
2010-12-13tests: typo fixPaul Eggert1-1/+1
2010-12-13tests: mark new test as very expensiveJim Meyering1-2/+3
2010-12-12tests: test for access to stale thread memoryPaul Eggert1-0/+44
2010-12-11tests: avoid FP failure when run under valgrindJim Meyering1-2/+2
2010-12-08split: fix a case where --elide-empty causes invalid chunkingPádraig Brady1-30/+35
2010-12-05tests: remove useless definition of $SORT in sort-compressJim Meyering1-1/+0
2010-12-04tests: make it harder to lose a race in spinlock-abuseJim Meyering1-2/+2
2010-12-01tests: add test for parallel sort -u segfault bugJim Meyering1-0/+47
2010-11-27tests: test for parallel sort spinlock abuseJim Meyering1-0/+37
2010-11-22split: add --number to generate a particular number of filesChen Guo5-1/+244
2010-11-18od: fix bugs in displaying floating-point valuesPaul Eggert1-0/+58
2010-11-17tests: convert tests/misc/selinux manuallyJim Meyering1-1/+1
2010-11-17tests: convert the multi-prog $VERBOSE/--version usesJim Meyering4-4/+4
2010-11-17tests: convert "... env -- prog --version" usesJim Meyering6-6/+6
2010-11-17tests: substitute the single-program $VERBOSE/--version usesJim Meyering86-86/+86
2010-11-17tests: convert remaining uses of test-lib.sh to init.shJim Meyering19-19/+19
2010-11-17tests: convert 'if test "$VERBOSE" = yes; then' to test ... &&Jim Meyering19-115/+30
2010-11-17tests: convert first batch of tests from test-lib.sh to init.shJim Meyering70-420/+140
2010-11-16split: fail immediately if impossible to create a large filePádraig Brady1-1/+2