Ron Yorston c849e72c0b nl: ensure '-b n' option displays file content vor 3 Jahren
..
basename ba2dcccd79 *: trailing empty lines removed vor 14 Jahren
bunzip2 52ae098011 randomconfig fixes vor 7 Jahren
bzcat 52ae098011 randomconfig fixes vor 7 Jahren
cat 3889078dbe Merge test suite. vor 22 Jahren
cmp 650fe63467 Kill off the old 'tests' stuff. Write a ton of new tests for the vor 20 Jahren
cp 208d35d21f testsuite fixes vor 14 Jahren
cut e82cf339e4 randomtest fixes vor 14 Jahren
date 61be8e46a8 testsuite: disable tests for no longer supported bbox-specific date formats vor 10 Jahren
dd 1796e2c495 dd: add testsuite entry for write errors vor 16 Jahren
dirname ba2dcccd79 *: trailing empty lines removed vor 14 Jahren
du 94046d0495 randomconfig fixes 3 vor 8 Jahren
echo 572dfb8e78 testsuite: check CONFIG_DESKTOP before using 'od -t' vor 5 Jahren
expr ba2dcccd79 *: trailing empty lines removed vor 14 Jahren
false f3fbe20c35 * cmp/cmp-detects-difference: Simplify return code negation. vor 22 Jahren
find bfa1b2e8e8 randomtest fixes vor 14 Jahren
gunzip 50aec98e1c * testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags. vor 22 Jahren
gzip 560cf8c7eb gzip: add test that checks that -9 compresses better than -1 vor 7 Jahren
hostid afa63b2dcd fix bashisms in testsuite/ vor 10 Jahren
hostname 775965de85 Improved portability of tests vor 13 Jahren
id 650fe63467 Kill off the old 'tests' stuff. Write a ton of new tests for the vor 20 Jahren
ln ba2dcccd79 *: trailing empty lines removed vor 14 Jahren
ls bfa1b2e8e8 randomtest fixes vor 14 Jahren
md5sum bfa1b2e8e8 randomtest fixes vor 14 Jahren
mkdir 3889078dbe Merge test suite. vor 22 Jahren
mv 7aca89a7a3 touch: implement -d --date (our own testsuite needs that) vor 15 Jahren
paste d2383f57cd paste: new applet vor 7 Jahren
pwd 1f27fa9838 testsuite: allow tests to work in paths containing spaces vor 6 Jahren
rm b89637a037 New. vor 22 Jahren
rmdir 3889078dbe Merge test suite. vor 22 Jahren
strings 650fe63467 Kill off the old 'tests' stuff. Write a ton of new tests for the vor 20 Jahren
tail bfa1b2e8e8 randomtest fixes vor 14 Jahren
tar 2969e24e2a testsuite: fixes after randomconfig run vor 12 Jahren
tee 3889078dbe Merge test suite. vor 22 Jahren
touch 07a37aebf5 New. vor 22 Jahren
tr e82cf339e4 randomtest fixes vor 14 Jahren
true 3889078dbe Merge test suite. vor 22 Jahren
uptime ba2dcccd79 *: trailing empty lines removed vor 14 Jahren
wc dccb1a5343 wc can emit unpredictable amount of whitespace vor 17 Jahren
wget b71ce023e9 add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite vor 15 Jahren
which bf2f2229bb testsuite: fix last "which" change vor 10 Jahren
xargs 1f27fa9838 testsuite: allow tests to work in paths containing spaces vor 6 Jahren
README 5370bfb123 documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) vor 14 Jahren
TODO c98a359a16 It was a bit out of date. vor 18 Jahren
all_sourcecode.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
ar.tests bb0bf287d8 randomconfig fixes 2 vor 8 Jahren
ash.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
awk.tests e8fe9f9635 awk: allow printf('%c') to output NUL, closes 13486 vor 3 Jahren
awk_t1.tar.bz2 3bb2bbd684 awk: fix a case with multiple -f options. simplify -f file reading. vor 16 Jahren
bc.tests 008413754b bc: fix comparison bug, closes 12336 vor 4 Jahren
bc_add.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_add_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_arctangent.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_arctangent_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_array.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_array_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_arrays.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_arrays_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_bessel.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_bessel_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_boolean.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_boolean_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_cosine.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_cosine_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_decimal.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_decimal_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_divide.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_divide_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_exponent.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_exponent_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_log.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_log_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_misc.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_misc1.bc 96b5ec10fb bc: fix "...; return}" to work, disallow "return ()" vor 5 Jahren
bc_misc1_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_misc2.bc d1d29b4245 bc: partially rewrite parser, tests pass, ^C might be broken now vor 5 Jahren
bc_misc2_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_misc_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_modulus.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_modulus_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_multiply.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_multiply_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_numbers1.bc e16a5223d2 bc: fix handling of "digits" above 9 vor 5 Jahren
bc_numbers1_results.txt e16a5223d2 bc: fix handling of "digits" above 9 vor 5 Jahren
bc_numbers2.bc d5b0fa6abf bc: more fixes for unusual input bases vor 5 Jahren
bc_numbers2_results.txt d5b0fa6abf bc: more fixes for unusual input bases vor 5 Jahren
bc_pi.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_pi_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_power.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_power_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_references.bc 53799506ac bc: implement pass-by-reference code from upstream vor 5 Jahren
bc_references_results.txt 53799506ac bc: implement pass-by-reference code from upstream vor 5 Jahren
bc_sine.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_sine_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_sqrt.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_sqrt_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_strings.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_strings_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_subtract.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_subtract_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_vars.bc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bc_vars_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
bunzip2.tests b2c123d484 testsuite: fix bunzip2.tests expectations vor 5 Jahren
busybox.tests ecaec1dbec testsuite: update busybox and bzcat tests vor 6 Jahren
bz2_issue_11.bz2 38ccd6af8a bzip2: fix two crashes on corrupted archives vor 6 Jahren
bz2_issue_12.bz2 38ccd6af8a bzip2: fix two crashes on corrupted archives vor 6 Jahren
bzcat.tests 94593799f7 testsuite/bzcat.tests: fix false positive take 2 vor 5 Jahren
cal.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
cat.tests c849e72c0b nl: ensure '-b n' option displays file content vor 3 Jahren
comm.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
cp.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
cpio.tests 5fa5c4bde8 randomconfig fixes vor 3 Jahren
cryptpw.tests 6c73aaff38 cryptpw: support "rounds=NNNNNNN$" thing in salts vor 7 Jahren
cut.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
dc.tests 10509a70ee dc: Parse error & fix out of bounds read in xc_program_printString vor 4 Jahren
dc_add.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_add_results.txt 29a9043b36 bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU vor 3 Jahren
dc_boolean.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_boolean_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_decimal.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_decimal_results.txt 29a9043b36 bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU vor 3 Jahren
dc_divide.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_divide_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_divmod.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_divmod_results.txt 29a9043b36 bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU vor 3 Jahren
dc_misc.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_misc_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_modexp.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_modexp_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_modulus.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_modulus_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_multiply.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_multiply_results.txt 29a9043b36 bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU vor 3 Jahren
dc_power.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_power_results.txt 29a9043b36 bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU vor 3 Jahren
dc_sqrt.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_sqrt_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_strings.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_strings_results.txt 7d32e25bf3 bc: prepare for char-by-char input handling vor 5 Jahren
dc_subtract.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dc_subtract_results.txt 29a9043b36 bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU vor 3 Jahren
dcx_vars.dc 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
dcx_vars_results.txt 9a23b07c4c testsuite: add bc and dc tests vor 5 Jahren
diff.tests ad27a6d326 diff.tests: add testcases for -B and single line changes vor 8 Jahren
expand.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
factor.tests 6452c30036 factor: detect squares vor 3 Jahren
find.tests ccc9985c45 find: fix handling of trailing slashes in -name PATTERN comparisons vor 7 Jahren
fold.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
grep.tests a77f3ecf68 grep: for -L, exitcode 0 means files *without* matches were found, closes 13151 vor 3 Jahren
gunzip.tests e8ee86250d testsuite: add tests for {ms5,shaN}sum vor 13 Jahren
head.tests 1476760600 bc: rename config options vor 5 Jahren
hexdump.tests 079487b487 hexdump: fix dup block comparison vor 3 Jahren
ls.mk_uni_tests c0e37b4340 testsuite: fix the mishap in the previous commit vor 12 Jahren
ls.tests b47b3ce1bd randomconfig fixes vor 12 Jahren
makedevs.device_table.txt 16635cc2e0 test, tcpsvd, tcpsvd: shrink vor 15 Jahren
makedevs.tests 2dbbf823ef randconfig fixes vor 8 Jahren
md5sum.tests b0056ea86d {md5,shaN}sum: make -c EMPTY fail vor 7 Jahren
mdev.tests 7c443d110d randomconfig fixes vor 3 Jahren
mkfs.minix.tests 0cfba07fcd fix testsuite false positive vor 11 Jahren
mount.testroot 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
mount.tests 77a51a2709 randomconfig fixes vor 3 Jahren
nl.tests c849e72c0b nl: ensure '-b n' option displays file content vor 3 Jahren
od.tests a165603d24 od_bloaty: fix floating point output vor 6 Jahren
parse.tests 9cf89cdf84 sysctl: fix file parsing, do not require -w for VAR=VAL vor 6 Jahren
patch.tests 5fa5c4bde8 randomconfig fixes vor 3 Jahren
pidof.tests 4c58f246d4 testsuite/pidof.tests: fix false positive take 2 vor 5 Jahren
printf.tests 3db4e7f84c printf: fix printing +-prefixed numbers vor 5 Jahren
readlink.tests 10ad622dc2 Spelling fixes in comments, documentation, tests and examples vor 7 Jahren
runtest bca4ea8b68 remove "local" bashism from a few scripts vor 7 Jahren
rx.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
sed.tests 0545bfa841 sed: fix /regex/,+N match triggering only once, closes 11871 vor 5 Jahren
seq.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
sha1sum.tests e8ee86250d testsuite: add tests for {ms5,shaN}sum vor 13 Jahren
sha256sum.tests e8ee86250d testsuite: add tests for {ms5,shaN}sum vor 13 Jahren
sha3sum.tests 71a090f187 sha3: fix to conform to final SHA3 padding standard, add -a BITS option vor 7 Jahren
sha512sum.tests e8ee86250d testsuite: add tests for {ms5,shaN}sum vor 13 Jahren
sort.tests 0506e292b5 sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR" vor 8 Jahren
start-stop-daemon.tests 77524a311a start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] vor 5 Jahren
sum.tests 1f27fa9838 testsuite: allow tests to work in paths containing spaces vor 6 Jahren
tail.tests 0851d125c3 tail: fix -c +N. Closes 4111 vor 12 Jahren
tar.tests 332a191e7f testsuite/tar.tests: fix false positive vor 5 Jahren
tar.utf8.tar.bz2 9655f95d0f tar: handle pax-encoded utf8 filenames and link names. Closes 9406 vor 7 Jahren
taskset.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
test.tests 98654b995b test: fix mishandling of "test '(' = '('" and similar vor 10 Jahren
testing.sh afa63b2dcd fix bashisms in testsuite/ vor 10 Jahren
tr.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
umlwrapper.sh dcb2122e85 My mount testsuite. Not automatically run at the moment, need to figure out vor 18 Jahren
uncompress.tests 251fc70e97 uncompress: fix buffer underrun by corrupted input vor 12 Jahren
unexpand.tests 002be6e821 sysctl: do report EACCES errors on write vor 4 Jahren
uniq.tests 0ef64bdb40 *: make GNU licensing statement forms more regular vor 13 Jahren
unlzma.tests a1870f4807 unlzma: fix segfault on bad archive vor 6 Jahren
unlzma_issue_1.lzma a1870f4807 unlzma: fix segfault on bad archive vor 6 Jahren
unlzma_issue_2.lzma a1870f4807 unlzma: fix segfault on bad archive vor 6 Jahren
unzip.tests 1476760600 bc: rename config options vor 5 Jahren
unzip_bad_lzma_1.zip e09c426456 unlzma: fix another SEGV case vor 6 Jahren
unzip_bad_lzma_2.zip a36986bb80 unlzma: close another SEGV possibility vor 6 Jahren
uuencode.tests 328f27fe44 libbb: split decode_base64 off read_base64 vor 12 Jahren
xargs.tests 77a51a2709 randomconfig fixes vor 3 Jahren
xxd.tests dac5b83142 xxd: fix printing of trailing spaces vor 3 Jahren

README

To run the test suite, change to this directory and run "./runtest". It will
run all of the test cases, and list those with unexpected outcomes. Adding the
-v option will cause it to show expected outcomes as well. To only run the test
cases for particular applets:

./runtest ...

Set SKIP_KNOWN_BUGS environment variable to any non-empty value
to exclude tests which are known to fail.

Set SKIP_INTERNET_TESTS to exclude tests which require working
internet connection.


Common causes of false positives:

For busybox built against uclibc, /etc/TZ does not exist or does not match
host system timezone setting. For glibc based host systems, timezone settings
are in /etc/localtime.

LANG and LC_xxx environment variables set to non-C locale.


Developer's notes:

The test cases for an applet reside in the subdirectory of the applet name.
The name of the test case should be the assertion that is tested.
The test case should be a shell fragment that returns successfully
if the test case passes, and unsuccessfully otherwise.

If the test case relies on a certain feature, it should include the string
"FEATURE: " followed by the name of the feature in a comment. If it is always
expected to fail, it should include the string "XFAIL" in a comment.


For the entire testsuite, the copyright is as follows:

Copyright (C) 2001, 2002 Matt Kraai

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.