summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into find2fdfind2fdTavian Barnes2024-05-07307-1590/+3632
|\
| * xtime: Use the libc's timegm() if presentTavian Barnes2024-05-061-4/+8
| * build: Replace `make config` with a `./configure` scriptTavian Barnes2024-04-292-18/+6
| * eval: Plug memory leak if bfs_opendir() failsTavian Barnes2024-04-246-0/+10
| * config: Check for struct stat::st_{a,c,m,birth}{tim,timespec}Tavian Barnes2024-04-191-2/+2
| * Rename config.h to prelude.hTavian Barnes2024-04-1910-10/+10
| * tests: Add ../src to the include pathTavian Barnes2024-04-1911-36/+36
| * tests: Quiet diffTavian Barnes2024-04-161-2/+2
| * tests: Move newer_link out of posix/Tavian Barnes2024-04-094-0/+5
| * build: Add a separate configuration stepTavian Barnes2024-04-092-3/+9
| * tests/bsd: Add a -sparse testTavian Barnes2024-03-282-0/+13
| * tests/gnu: Add a -used testTavian Barnes2024-03-282-0/+44
| * tests/common: Add a -delete error handling testTavian Barnes2024-03-282-0/+17
| * xspawn: Fix bfs_resolve_late() error reportingTavian Barnes2024-03-271-0/+23
| * 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