summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/xspawn: Test path resolution failureTavian Barnes2024-03-271-3/+30
* tests/xspawn: Also test dup2()Tavian Barnes2024-03-271-1/+3
* tests/xspawn: New unit testTavian Barnes2024-03-274-0/+175
* tests: New bfs_pcheck() macro to report xstrerror(errno)Tavian Barnes2024-03-273-3/+25
* bfstd: Escape ASCII tildesTavian Barnes2024-03-261-0/+2
* xtime: Don't update tm if xtimegm() overflowsTavian Barnes2024-03-261-12/+22
* bfstd: New asciilen() functionTavian Barnes2024-03-211-0/+15
* bit: Check __BYTE_ORDER__ for the native endianTavian Barnes2024-03-211-0/+13
* bfstd: Check that wcwidth() is positiveTavian Barnes2024-03-201-0/+3
* Implement -limit NTavian Barnes2024-03-206-0/+9
* Re-run include-what-you-useTavian Barnes2024-03-117-9/+7
* tests/xtime: Add tests for integer overflowTavian Barnes2024-03-101-0/+28
* xtime: Call tzset() from main() instead of lazilyTavian Barnes2024-03-074-13/+18
* tests: Change the timezone for -daystart testsTavian Barnes2024-03-072-2/+2
* tests/ioq: Check that we push and pop the same number of timesTavian Barnes2024-03-021-3/+5
* tests: New bfs_check() macroTavian Barnes2024-02-296-234/+247
* tests: Add more datetime parsing integration testsTavian Barnes2024-02-292-4/+6
* xtime: Fix some xgetdate() bugsTavian Barnes2024-02-281-9/+93
* tests/ioq: New unit testTavian Barnes2024-02-283-0/+77
* tests/bfs/D_opt: Don't rely on directory link countsTavian Barnes2024-02-282-12/+1
* tests: Redirect stdin in bfs_pty()Tavian Barnes2024-02-171-1/+1
* bftw: stat() files asynchronouslyTavian Barnes2024-02-061-1/+1
* tests: Fix --stopTavian Barnes2024-02-051-1/+1
* tests: Implement jobserver inheritanceTavian Barnes2024-02-034-35/+125
* tests: Don't clobber inherited FDsTavian Barnes2024-02-0111-52/+45
* tests: Use variable redirections to dup std{out,err}Tavian Barnes2024-02-012-28/+15
* bftw: Actually stop if the callback returns BFTW_STOPTavian Barnes2024-01-312-0/+5
* tests/posix: Avoid catastrophic backtrackingTavian Barnes2024-01-172-11/+2
* tests: Properly filter escape sequences with --verbose=testsTavian Barnes2024-01-131-1/+1
* bfstd: New {error,errno}_is_like() functionsTavian Barnes2024-01-131-14/+3
* tests.h: Add a header guardTavian Barnes2024-01-131-0/+5
* tests: Merge unit test executables into oneTavian Barnes2024-01-127-13/+149
* tests: New output formatTavian Barnes2024-01-111-13/+28
* tests: Don't do chmod +sTavian Barnes2024-01-091-2/+3
* tests/bfs/D_opt: New test for more -D opt coverageTavian Barnes2024-01-072-0/+19
* Work around DragonFly BSD kernel bugTavian Barnes2024-01-041-0/+6
* tests/posix/name_bracket: Skip on NetBSD tooTavian Barnes2024-01-031-2/+6
* tests/bsd/type_w: Check for truncate(1) before using itTavian Barnes2024-01-031-1/+5
* tests: Remove unneeded command -v unbuffer || skipTavian Barnes2024-01-012-4/+0
* parse: Reject integers that start with whitespaceTavian Barnes2023-12-091-0/+1
* tests: Set abort_on_error for the sanitizersTavian Barnes2023-11-231-1/+1
* tests: Fix --stopTavian Barnes2023-11-231-0/+6
* tests: Fix a possible infinite loopTavian Barnes2023-11-151-2/+4
* tests: Fix --verbose=commands with --bfs="wrapper bfs"Tavian Barnes2023-11-131-1/+1
* Revert "bit: Implement a branchless has_single_bit()"Tavian Barnes2023-11-111-0/+1
* bit: Implement a branchless has_single_bit()Tavian Barnes2023-11-101-0/+3
* config: Add (de)allocator attributesTavian Barnes2023-11-091-0/+4
* parse: Reject -{exec,ok}dir if $PATH contains a relative pathTavian Barnes2023-11-076-0/+6
* tests: Fix output interleaving with -j1Tavian Barnes2023-11-071-5/+5
* Treat NO_COLOR="" the same as unsetTavian Barnes2023-11-062-0/+32