Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
04ac6e03c3ae8302be2420cf73d70cf466791fa6
/
testsuite
03b6147
testsuite/du/du-k-works: fix false positive
by Kang Kai
· 12 years ago
0cfba07
fix testsuite false positive
by Denys Vlasenko
· 12 years ago
4609f47
mdev: fix mode of dir1 in =dir1/dir2/file rule
by Denys Vlasenko
· 12 years ago
2f5b5be
grep: fix grep -Fw not respecting the -w option. Closes 5792
by Denys Vlasenko
· 12 years ago
b8173b6
sha3sum: new applet
by Lauri Kasanen
· 12 years ago
e565383
testsuite: make mkfs.minix test not fail spuriously on big endian
by Yao Zhao
· 12 years ago
df8066a
awk: fix FS assignment behavior. Closes 5108
by Denys Vlasenko
· 12 years ago
ea664dd
awk: make -F STR interpret escape sequences. Closes 5126
by Denys Vlasenko
· 12 years ago
c9a1311
mount: fix the wrongly stored fs creation time
by Denys Vlasenko
· 12 years ago
0a393cf
testsuite: some more awk tests related to conditions
by Tanguy Pruvot
· 13 years ago
37ca36a
sed: yet another fix on top of zero length match code
by Denys Vlasenko
· 13 years ago
84406e4
sed: fix breakage added by zero length match code
by Denys Vlasenko
· 13 years ago
21f6fbf
sed: fix zero chars match/replace
by Denys Vlasenko
· 13 years ago
a5ee090
fix for spurious testsuite failure
by Denys Vlasenko
· 13 years ago
e39afe1
sed: fix handling of s/// which has empty matches
by Denys Vlasenko
· 13 years ago
bb8d7db
testsuite: add a test that tar detects XZ-compressed data
by Denys Vlasenko
· 13 years ago
bcdae63
testsuite: merge bzcat2.tests into bzcat.tests
by Denys Vlasenko
· 13 years ago
c0e37b4
testsuite: fix the mishap in the previous commit
by Denys Vlasenko
· 13 years ago
c531b9a
bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. Closes 4393
by Denys Vlasenko
· 13 years ago
328f27f
libbb: split decode_base64 off read_base64
by Leonid Lisovskiy
· 13 years ago
39ec6a2
patch: make -p count path components, not slashes (think /blah//thing)
by Rob Landley
· 13 years ago
0851d12
tail: fix -c +N. Closes 4111
by Denys Vlasenko
· 13 years ago
7b46d11
awk: fix a SEGV
by Denys Vlasenko
· 13 years ago
7b46220
grep: be GNU compatible with -f EMPTY_FILE
by Lauri Kasanen
· 13 years ago
c5f7847
patch: make it able to create files (again)
by Rob Landley
· 13 years ago
251fc70
uncompress: fix buffer underrun by corrupted input
by Denys Vlasenko
· 13 years ago
9176f6c
patch: add a test we currently fail
by Denys Vlasenko
· 13 years ago
a7d6bb3
sed: fix range handling for sed -i. Closes 4069
by Denys Vlasenko
· 13 years ago
2969e24
testsuite: fixes after randomconfig run
by Denys Vlasenko
· 13 years ago
47b0336
randomconfig fixes
by Denys Vlasenko
· 13 years ago
b47b3ce
randomconfig fixes
by Denys Vlasenko
· 13 years ago
da94760
fix false positive in parse test
by Denys Vlasenko
· 13 years ago
5c10fa5
od: code shrink, fix "od --traditional FILE"
by Denys Vlasenko
· 14 years ago
6a0abcc
sed: support \r in s command
by Denys Vlasenko
· 14 years ago
c2fda86
mount: add a test for bind+rshared
by Denys Vlasenko
· 14 years ago
ea684c6
ls: fix handling of symlinks by option -1
by Denys Vlasenko
· 14 years ago
b80acf5
tar: skip leading / and handle names like abc/..////def -> def (not ///def)
by Denys Vlasenko
· 14 years ago
5e29e26
tar: on extract, everything up to and including last ".." is stripped
by Denys Vlasenko
· 14 years ago
b934844
echo: fix ENOSPC detection and some iffy code in \NNN handling
by Denys Vlasenko
· 14 years ago
b8ab4b0
typo fix
by Denys Vlasenko
· 14 years ago
aef441c
tar: fix a bug where autodetection messes up -z on extract
by Denys Vlasenko
· 14 years ago
a5d3d34
date: preserve isdst value if date is in time_t (unix time) format
by Alexey Soloviev
· 14 years ago
fe9403a
add a test for patch which we currently fail
by Denys Vlasenko
· 14 years ago
26777aa
fixes for bugs discovered by randomconfig builds and tests
by Denys Vlasenko
· 14 years ago
b82ae98
patch: busyboxify by migrating from toybox to busybox helpers
by Denys Vlasenko
· 14 years ago
caddfc8
decompress_bunzip2: handle concatenated .bz2 files
by Denys Vlasenko
· 14 years ago
6a0d749
awk: fix segfault on closing non-opened file
by Denys Vlasenko
· 14 years ago
873bb31
cpio: avoid 'not created: newer or same age file exists' message for dirs
by Pascal Bellard
· 14 years ago
273abcb
shaN: small code shrink
by Denys Vlasenko
· 14 years ago
e8ee862
testsuite: add tests for {ms5,shaN}sum
by Denys Vlasenko
· 14 years ago
d527e0c
awk: 00.123 is not a octal constant; neither is 009.123. fixing this
by Denys Vlasenko
· 14 years ago
80d80ba
Fixed a couple of failing tar tests
by Dan Fandrich
· 14 years ago
8d789e4
tar: add a test for extraction of read-only directory
by Dan Fandrich
· 14 years ago
0d7cb4c
fix false positive in testsuite/tar.tests
by Denys Vlasenko
· 14 years ago
eb2bf5b
Fix some test cases
by Dan Fandrich
· 14 years ago
140ac91
testsuite: show the number of failures after a test run
by Dan Fandrich
· 14 years ago
3d8b96d
grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubuntu.com>)
by Denys Vlasenko
· 14 years ago
e7b0a9e
patch: support "patch [FILE [PATCH]]" format
by Denys Vlasenko
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
0d555fc
sed: make N command behave as in GNU sed
by Denys Vlasenko
· 14 years ago
f2860bf
mdev: fix non-working device deletion, add a test for that
by Denys Vlasenko
· 14 years ago
3f75d7b
patch: uncomment the test which we actually do pass now
by Denys Vlasenko
· 14 years ago
a4160e1
patch: add -N and a test for it (fails for now)
by Denys Vlasenko
· 14 years ago
1bbc0cd
patch: replace it with toybox's implementation
by Rob Landley
· 14 years ago
775965d
Improved portability of tests
by Dan Fandrich
· 14 years ago
b883bc9
sed.tests: make last test less confusing
by Denys Vlasenko
· 14 years ago
2e284a4
sed: fix sed -i: unlike without -i, it does not forget ranges
by Denys Vlasenko
· 14 years ago
1538c97
testsuite: typo in tr.tests
by Leonid Lisovskiy
· 14 years ago
ba2dccc
*: trailing empty lines removed
by Denys Vlasenko
· 14 years ago
61f5f78
diff: fix "diff dir1 dir2/". Closes bug 2203
by Matheus Izvekov
· 14 years ago
ee1f19b
[un]expand: fix testsuite
by Denys Vlasenko
· 14 years ago
9297dbc
randomconfig fixes
by Denys Vlasenko
· 14 years ago
0f022c0
cpio.tests: mention suid bits too, not only sgid
by Denys Vlasenko
· 14 years ago
d86b4c3
data_extract_all: do not chmod symlink. Closes 2053
by Denys Vlasenko
· 14 years ago
aaa24e0
xargs: fix accounting of -sNUM
by Denys Vlasenko
· 15 years ago
d5fa1a0
xargs: code shrink -15 bytes
by Denys Vlasenko
· 15 years ago
bf5f99f
sed: fix a case when one-line range matches past lines. Closes bug 1867.
by Denys Vlasenko
· 15 years ago
e82cf33
randomtest fixes
by Denys Vlasenko
· 15 years ago
a2215b9
sed: fix a command with multible trailing backslashes
by Denys Vlasenko
· 15 years ago
da13824
randomtest fixes
by Denys Vlasenko
· 15 years ago
c0211e9
randomtest fixes
by Denys Vlasenko
· 15 years ago
bfa1b2e
randomtest fixes
by Denys Vlasenko
· 15 years ago
8e3aff0
more randomconfig testsuite fixes
by Denys Vlasenko
· 15 years ago
e3d90a9
randomconfig testsuite fixes
by Denys Vlasenko
· 15 years ago
ff0e875
work on adding testsuite runs to randomconfig test builds
by Denys Vlasenko
· 15 years ago
0a2c793
grep: fix -Fi
by Ian Wienand
· 15 years ago
a659b81
libbb/lineedit: add support for preserving "broken" (non-unicode) chars
by Tomas Heinrich
· 15 years ago
4640ccc
cpio: "NNN blocks" should go to stderr
by Matheus Izvekov
· 15 years ago
f2c16ed
sed: fix nested {} case
by Denys Vlasenko
· 15 years ago
96a1833
sed: fix c cmd
by Denys Vlasenko
· 15 years ago
e69ad87
tar: fix "hardlinks to symlinks chown" bug 1519.
by Denys Vlasenko
· 15 years ago
02365a6
tar: fix mishandling of repeated hardlink in tarball; expand tests
by Denys Vlasenko
· 15 years ago
208d35d
testsuite fixes
by Chris Metcalf
· 15 years ago
03f6ee2
cpio test: fix false positive with DESKTOP off
by Denys Vlasenko
· 15 years ago
19158a8
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
by Denys Vlasenko
· 15 years ago
968951f
unexpand: fix "a b"\n" input case
by Tomas Heinrich
· 15 years ago
535584c
ar: add archive creation support
by Alexander Shishkin
· 15 years ago
29f354e
testsuite: don't run grep NUL tests when we know the would fail
by Denys Vlasenko
· 15 years ago
58f108e
lineedit: fix another corner case with bad unicode input
by Denys Vlasenko
· 15 years ago
90f19fa
awk: add two tests we currently fail
by Denys Vlasenko
· 15 years ago
Next »