summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2020-11-10tests: Improve test coverage a bitTavian Barnes
2020-11-09tests: Add missing expectations from dd3bbb9Tavian Barnes
2020-09-20tests: Add missing ground truthTavian Barnes
2020-08-13Implement -xattrnameTavian Barnes
2020-06-09tests/trie: New acceptance test for triesTavian Barnes
2020-06-09tests/xtimegm: Don't test the year 1900Tavian Barnes
2020-06-09tests: New acceptance test for xtimegm()Tavian Barnes
2020-06-07Treat -nohidden like -exclude -hiddenTavian Barnes
2020-06-07Implement -exclude, a special form for convenient exclusionsTavian Barnes
2020-05-22opt: Track data flow information about predicatesTavian Barnes
2020-03-21Implement -s flag from FreeBSD find to sort resultsTavian Barnes
2020-02-14eval: Irregular files aren't emptyTavian Barnes
2020-02-13parse: Handle 1969-12-31T23:59:59ZTavian Barnes
2020-02-12Implement -{a,B,c,m,}sinceTavian Barnes
2020-02-11Implement explicit reference times (-newerXt)Tavian Barnes
2019-09-11parse: Don't treat -mount differently from -xdev yetTavian Barnes
2019-09-11tests: Add -mount/-xdev tests with -LTavian Barnes
2019-09-05tests: Test more cases in test_color_lsTavian Barnes
2019-09-03color: Fix directory coloring when resolving symlinks at the rootTavian Barnes
2019-07-04Make -mount and -xdev do different thingsTavian Barnes
2019-06-28tests: Relax test_execdir_ulimit so that GNU find passesTavian Barnes
2019-06-27color: Fix a crash if LS_COLORS ends in *Tavian Barnes
2019-06-25bftw: Queue individual files in depth-first modeTavian Barnes
2019-05-24Implement -xattr predicateTavian Barnes
2019-05-24fsade: Refactor the POSIX.1e abstractionsTavian Barnes
2019-05-09tests: Add some more --sudo testsTavian Barnes
2019-05-05color: Don't stat() if we don't need toTavian Barnes
2019-05-04tests: Add missing expectation fileTavian Barnes
2019-05-04bftw: Add a caching stat() API to struct BFTWTavian Barnes
2019-04-24tests: Add some tests that require sudoTavian Barnes
2019-04-21parse: Allow things like -uid ++10Tavian Barnes
2019-04-20tests: Don't test symlink permissionsTavian Barnes
2019-04-20tests: Add a test with -printf %H and multiple rootsTavian Barnes
2019-03-28tests: Fix color NUL byte test on platforms where sort expects textTavian Barnes
2019-03-28color: Implement ln=targetTavian Barnes
2019-03-28color: Implement escape sequence parsingTavian Barnes
2019-03-21opt: Optimize redundant comma expressionsTavian Barnes
2019-03-20opt: Replace -a -false/-o -true with -not when possibleTavian Barnes
2019-03-19tests: Add utilities for comparing colors to lsTavian Barnes
2019-03-17tests: Use archive extensions for color testsTavian Barnes
2019-03-17color: Match the behaviour of GNU ls more closelyTavian Barnes
2019-03-07tests: Add a test for extension overridesTavian Barnes
2019-03-07eval: Fix -unique with -depthTavian Barnes
2019-03-01Implement -uniqueTavian Barnes
2019-02-18tests: Add a test for symlink coloring to a deviceTavian Barnes
2019-02-07tests: Add tests for -no{group,user} under fd pressureTavian Barnes
2019-02-01tests: New utility for making and testing socket filesTavian Barnes
2019-02-01main: Fix closed standard stream handlingTavian Barnes
2019-01-02color: Fix more incompatibilities with GNU lsTavian Barnes
2018-12-28tests: Fix test_exit() to not depend on breadth-first orderingTavian Barnes