summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* opt: "Not me" doesn't imply "nobody"Tavian Barnes2025-06-204-0/+44
* xspawn: Work around a NetBSD posix_spawn() bugTavian Barnes2025-06-151-13/+18
* *.sh: Don't shadow the global nprocTavian Barnes2025-06-152-3/+3
* parse: Allow relative $PATH entries with explicit executable pathsTavian Barnes2025-06-152-0/+20
* xspawn: Don't check xfaccess(..., X_OK) before fchdir()Tavian Barnes2025-06-152-0/+10
* tests/util: Wrap wait EINTR loop into a helperTavian Barnes2025-05-303-6/+16
* tests/posix/exec_sigmask: Use -exec bash instead of shTavian Barnes2025-05-301-1/+1
* tests: Try harder to guess a good parallelism levelTavian Barnes2025-05-302-5/+13
* tests/posix: Add a test for POSIX bug 1859Tavian Barnes2025-05-262-0/+10
* bfstd: Add some more integer parsing functionsTavian Barnes2025-04-184-46/+86
* tests/bfstd: Add some xstrtox() testsTavian Barnes2025-04-181-0/+65
* tests/bfstd: Factor tests into separate functionsTavian Barnes2025-04-181-25/+42
* tests: Switch from unbuffer to ptyxTavian Barnes2025-04-162-9/+2
* tests/ptyx: New utility to run a command in a ptyTavian Barnes2025-04-161-0/+256
* parse: Disallow -files0-from with explicit rootsTavian Barnes2025-04-011-0/+2
* parse: Only process the last -files0-fromTavian Barnes2025-04-0113-7/+100
* parse: Track expressions, not just strings, for conflict reportingTavian Barnes2025-03-306-0/+52
* tests/posix: New test for -exec return valueTavian Barnes2025-03-252-0/+19
* tests/xtime: Don't waste time checking the system's timegm()Tavian Barnes2025-03-101-2/+9
* tests: Add missing #include <sys/wait.h>Tavian Barnes2025-03-101-0/+1
* diag: Don't leave unused assertion messages in the binaryTavian Barnes2025-03-041-8/+8
* diag: Get rid of struct bfs_locationTavian Barnes2025-03-041-12/+16
* tests/units: Run each test in a separate processTavian Barnes2025-02-271-27/+161
* tests/gnu/fls_overflow: Skip if the FS doesn't support 64-bit timesTavian Barnes2025-02-211-1/+1
* tests/xspawn: Test bfs_spawn_resolve() with a relative $PATHTavian Barnes2025-02-181-26/+62
* bit: Add the load8_[bl]euN() utilitiesTavian Barnes2025-02-131-1/+10
* trie: Make nibble indices big-endianTavian Barnes2025-02-131-0/+4
* tests/xtouch: Use xstrtol()Tavian Barnes2025-02-131-5/+2
* tests: Don't shell out to tr just to replace slashes with dashesTavian Barnes2025-02-071-3/+1
* tests: Make --no-clean listen to $NO_COLORTavian Barnes2025-02-071-1/+1
* tests/color: Use /dev/tty over $TTYTavian Barnes2025-02-071-2/+2
* eval: Don't error out in -ls if the time overflowsTavian Barnes2025-02-071-0/+4
* tests: Use $EPOCHSECONDS if it existsTavian Barnes2025-02-071-2/+7
* mtab: Use mount IDs instead of dev_t for bfs_fstype()Tavian Barnes2025-02-062-0/+29
* tests/posix/exec_sigmask: Make portableTavian Barnes2025-02-041-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