summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
6 dayseval: Plug memory leak if bfs_opendir() failsTavian Barnes
11 daysconfig: Check for struct stat::st_{a,c,m,birth}{tim,timespec}Tavian Barnes
11 daysRename config.h to prelude.hTavian Barnes
11 daystests: Add ../src to the include pathTavian Barnes
2024-04-16tests: Quiet diffTavian Barnes
2024-04-09tests: Move newer_link out of posix/Tavian Barnes
2024-04-09build: Add a separate configuration stepTavian Barnes
2024-03-28tests/bsd: Add a -sparse testTavian Barnes
2024-03-28tests/gnu: Add a -used testTavian Barnes
2024-03-28tests/common: Add a -delete error handling testTavian Barnes
2024-03-27xspawn: Fix bfs_resolve_late() error reportingTavian Barnes
2024-03-27tests/xspawn: Test path resolution failureTavian Barnes
2024-03-27tests/xspawn: Also test dup2()Tavian Barnes
2024-03-27tests/xspawn: New unit testTavian Barnes
2024-03-27tests: New bfs_pcheck() macro to report xstrerror(errno)Tavian Barnes
2024-03-26bfstd: Escape ASCII tildesTavian Barnes
2024-03-26xtime: Don't update tm if xtimegm() overflowsTavian Barnes
2024-03-21bfstd: New asciilen() functionTavian Barnes
2024-03-21bit: Check __BYTE_ORDER__ for the native endianTavian Barnes
2024-03-20bfstd: Check that wcwidth() is positiveTavian Barnes
2024-03-20Implement -limit NTavian Barnes
2024-03-11Re-run include-what-you-useTavian Barnes
2024-03-10tests/xtime: Add tests for integer overflowTavian Barnes
2024-03-07xtime: Call tzset() from main() instead of lazilyTavian Barnes
2024-03-07tests: Change the timezone for -daystart testsTavian Barnes
2024-03-02tests/ioq: Check that we push and pop the same number of timesTavian Barnes
2024-02-29tests: New bfs_check() macroTavian Barnes
2024-02-29tests: Add more datetime parsing integration testsTavian Barnes
2024-02-28xtime: Fix some xgetdate() bugsTavian Barnes
2024-02-28tests/ioq: New unit testTavian Barnes
2024-02-28tests/bfs/D_opt: Don't rely on directory link countsTavian Barnes
2024-02-17tests: Redirect stdin in bfs_pty()Tavian Barnes
2024-02-06bftw: stat() files asynchronouslyTavian Barnes
2024-02-05tests: Fix --stopTavian Barnes
2024-02-03tests: Implement jobserver inheritanceTavian Barnes
2024-02-01tests: Don't clobber inherited FDsTavian Barnes
2024-02-01tests: Use variable redirections to dup std{out,err}Tavian Barnes
2024-01-31bftw: Actually stop if the callback returns BFTW_STOPTavian Barnes
2024-01-17tests/posix: Avoid catastrophic backtrackingTavian Barnes
2024-01-13tests: Properly filter escape sequences with --verbose=testsTavian Barnes
2024-01-13bfstd: New {error,errno}_is_like() functionsTavian Barnes
2024-01-13tests.h: Add a header guardTavian Barnes
2024-01-12tests: Merge unit test executables into oneTavian Barnes
2024-01-11tests: New output formatTavian Barnes
2024-01-09tests: Don't do chmod +sTavian Barnes
2024-01-07tests/bfs/D_opt: New test for more -D opt coverageTavian Barnes
2024-01-04Work around DragonFly BSD kernel bugTavian Barnes
2024-01-03tests/posix/name_bracket: Skip on NetBSD tooTavian Barnes
2024-01-03tests/bsd/type_w: Check for truncate(1) before using itTavian Barnes
2024-01-01tests: Remove unneeded command -v unbuffer || skipTavian Barnes