History log of /external/toybox/tests/find.test
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
442c1853d1556610e96e41babdfb7b706f3d2ccf 25-Apr-2016 Rob Landley <rob@landley.net> Fix find bug reported by Tom Marshall, add test for it, and while we're at it
fix two tests looking for a too-specific error message (so TEST_HOST failed).
/external/toybox/tests/find.test
336c44adca1768ada1e1e2f4d7dbbc33e994e582 02-Mar-2016 Rob Landley <rob@landley.net> Factor out command name at the start of test name, have runtest.sh print it.
/external/toybox/tests/find.test
2fd8d1a2595ee49f01d2987b125b642b7f50ea65 04-Feb-2016 Josh Gao <jmgao@google.com> Fix segfault when `find -iname` gets no argument.
/external/toybox/tests/find.test
8b847943dea4da31d5235c9bf7d73ce34e371fd0 31-Jan-2016 Rob Landley <rob@landley.net> Tweak to "find" tests.
/external/toybox/tests/find.test
f49f291939afae44bda438bf2509c7ba20a2a78f 13-Nov-2015 Gilad Arnold <garnold@google.com> Enable matching any perm bits.

Includes tests for the new feature, and a failure case for the minimal
perms test as well.

Also some typo fixing / massaging the help text so it fits in 80
columns.
/external/toybox/tests/find.test
0f3d8ee513d63282e72df37b97e35ff1a4e4d646 13-Nov-2015 Elliott Hughes <enh@google.com> Fix find -perm.

1) It read st_dev instead of st_mode.
2) It reversed the semantics of absolute vs minimal ('-' prefixed) tests.

Add tests for these, and move the "unterminated -exec" test into the "Still
fails" section because it's still dumping core for me.
/external/toybox/tests/find.test
59cd560200942a063c217e327fc7941ffb70abe9 14-Sep-2015 Daniel K. Levy <alliedenvy@gmail.com> Add find tests.
/external/toybox/tests/find.test
edae0b07db841e3bf8449d591971f04c9957ecbc 12-Sep-2015 Rob Landley <rob@landley.net> Fix a find segfault.

Elliott Hughes found a bug https://android-review.googlesource.com/#/c/170020/
and Daniel K. Levy worked out the problem: the user/group/newer arguments
to find weren't consuming their arguments when not checking the results of
their comparison (because an earlier test had already caused their
parenthetical group to fail). This confused the argument parsing logic
and could lead to segfaults.

I applied a different fix that reorganized the existing tests instead of
adding a new test. (Looks like a big commit but it's mostly whitespace
due to extra curly brackets changing indendentation levels.)
/external/toybox/tests/find.test
dec4669fa1285945910ffd47ff5830f250e1c1ed 12-May-2015 Rob Landley <rob@landley.net> Set the executable bits on all the *.test files. (Wasn't consistent, is now.)
/external/toybox/tests/find.test
387edf547eb09b27ca6d49772eb048d729f09cf4 20-Sep-2014 Rob Landley <rob@landley.net> Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably.
/external/toybox/tests/find.test