summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* bit: Add the load8_[bl]euN() utilitiesTavian Barnes3 days1-1/+10
* trie: Make nibble indices big-endianTavian Barnes3 days1-0/+4
* tests/xtouch: Use xstrtol()Tavian Barnes3 days1-5/+2
* tests: Don't shell out to tr just to replace slashes with dashesTavian Barnes9 days1-3/+1
* tests: Make --no-clean listen to $NO_COLORTavian Barnes9 days1-1/+1
* tests/color: Use /dev/tty over $TTYTavian Barnes9 days1-2/+2
* eval: Don't error out in -ls if the time overflowsTavian Barnes9 days1-0/+4
* tests: Use $EPOCHSECONDS if it existsTavian Barnes9 days1-2/+7
* mtab: Use mount IDs instead of dev_t for bfs_fstype()Tavian Barnes10 days2-0/+29
* tests/posix/exec_sigmask: Make portableTavian Barnes12 days1-2/+14
* tests/sighook: Fix Valgrind compatibilityTavian Barnes2025-01-211-39/+43
* tests: Add a test for sigmask restorationTavian Barnes2025-01-182-0/+5
* sighook: Always re-raise faults on macOSTavian Barnes2024-12-221-0/+4
* tests/sighook: Add missing #include <sys/wait.h>Tavian Barnes2024-12-191-2/+3
* tests/gnu: Add an -ignore_readdir_race test for removed directoriesTavian Barnes2024-12-172-0/+7
* tests/sighook: Add atsigexit() testsTavian Barnes2024-12-171-1/+77
* tests/sighook: Test the SH_ONESHOT flagTavian Barnes2024-12-041-2/+28
* ioq: Submit and pop requests in batchesTavian Barnes2024-12-031-0/+1
* tests/getopts: Remove unused variableTavian Barnes2024-11-211-1/+0
* sanity: Don't mark memory uninit in sanitize_{alloc,free}()Tavian Barnes2024-11-021-10/+34
* alloc: Stop supporting pathological flexible array ABIsTavian Barnes2024-11-021-4/+0
* alloc: Don't require size % align == 0Tavian Barnes2024-11-021-0/+8
* color: Handle bfs_check_capabilities error code (-1) in cpath_has_capabilitiesJody Frankowski2024-10-314-0/+42
* bit: Add bswap() overloads for every primitive typeTavian Barnes2024-10-271-0/+7
* tests/posix: Add a test for overly aggressive -exec {} + matchingTavian Barnes2024-10-272-0/+33
* color: Don't color files like directories on ENOTDIRTavian Barnes2024-10-161-2/+2
* color: Fix an infinite loop colorizing some invalid pathsTavian Barnes2024-10-132-0/+2
* tests/gnu: Test -L -printf %YTavian Barnes2024-10-102-0/+18
* tests/trie: Improve code coverageTavian Barnes2024-10-101-1/+4
* sighook: Don't forget to reset list->tail on the last sigpop()Tavian Barnes2024-10-101-0/+7
* tests/sighook: Use the new xtimer_start() APITavian Barnes2024-10-101-8/+6
* color: Fix an assertion failure with embedded NUL bytesTavian Barnes2024-10-022-0/+32
* Fix spellingTavian Barnes2024-09-232-2/+2
* opt: Fix an invalid assertion in sink_not_comma()Tavian Barnes2024-09-172-0/+36
* Fix includesTavian Barnes2024-08-297-6/+4
* build: Move feature test macros to prelude.hTavian Barnes2024-08-2812-18/+4
* prelude: Split bfs-specific utilities into new bfs.h headerTavian Barnes2024-08-2813-7/+34
* diag: Get rid of bfs_static_assert()Tavian Barnes2024-08-281-31/+37
* prelude: Define thread_localTavian Barnes2024-08-281-1/+0
* eval: Don't warn about suppressed errors without -noerrorTavian Barnes2024-08-191-0/+2
* tests/bfs: Add -noerror testsTavian Barnes2024-08-197-0/+21
* xtime: Remove xgettime()Tavian Barnes2024-08-091-2/+2
* parse: Take umask into account in parse_mode()Tavian Barnes2024-08-024-2/+21
* tests: Add more files to perms/Tavian Barnes2024-08-0222-103/+333
* tests: Make some more variables localTavian Barnes2024-08-011-2/+4
* tests: Fix line number reported when wait -n failsTavian Barnes2024-08-011-2/+3
* tests: Add tests for invalid users/groupsTavian Barnes2024-07-2728-0/+8
* tests: Make more tests POSIX-compliantTavian Barnes2024-07-2310-10/+10
* tests/common: Add some missing pathsTavian Barnes2024-07-234-4/+4
* Implement POSIX 2024's -mountTavian Barnes2024-07-085-6/+2