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

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.