summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2023-12-09parse: Reject integers that start with whitespaceTavian Barnes
2023-11-23tests: Set abort_on_error for the sanitizersTavian Barnes
2023-11-23tests: Fix --stopTavian Barnes
2023-11-15tests: Fix a possible infinite loopTavian Barnes
2023-11-13tests: Fix --verbose=commands with --bfs="wrapper bfs"Tavian Barnes
2023-11-11Revert "bit: Implement a branchless has_single_bit()"Tavian Barnes
2023-11-10bit: Implement a branchless has_single_bit()Tavian Barnes
2023-11-09config: Add (de)allocator attributesTavian Barnes
2023-11-07parse: Reject -{exec,ok}dir if $PATH contains a relative pathTavian Barnes
2023-11-07tests: Fix output interleaving with -j1Tavian Barnes
2023-11-06Treat NO_COLOR="" the same as unsetTavian Barnes
2023-11-02tests: Add tests for ulimit -n after -execTavian Barnes
2023-10-23tests/bfs/help: Fix exit statusTavian Barnes
2023-10-23tests/bfs/help: Use ... && fail instead of ! ...Tavian Barnes
2023-10-23tests/bfs/printf_color: Fix race conditionTavian Barnes
2023-10-23tests: Document -jTavian Barnes
2023-10-23tests: Clean up verbose logging a bitTavian Barnes
2023-10-23tests: Fix Bash 3 compatibilityTavian Barnes
2023-10-23tests: Run test cases in parallelTavian Barnes
2023-10-22tests: Use test-specific scratch directoriesTavian Barnes
2023-10-20tests: Fix column detection with redirected stderrTavian Barnes
2023-10-20tests/color: Remove some useless catsTavian Barnes
2023-10-20tests: Use xtouch to create the whole deep tree at onceTavian Barnes
2023-10-20tests/xtouch: Recover from ENAMETOOLONGTavian Barnes
2023-10-19tests: Don't unset array[-1]Tavian Barnes
2023-10-19tests: Refactor implementation into separate filesTavian Barnes
2023-10-19tests: Update bash coding styleTavian Barnes
2023-10-19tests: Clean up colorizationTavian Barnes
2023-10-19tests: Use the ERR trap to print the failing commandTavian Barnes
2023-10-19tests: Fix uses of $? with set -eTavian Barnes
2023-10-19tests: New defer functionTavian Barnes
2023-10-19tests: Rename --noclean -> --no-cleanTavian Barnes
2023-10-17parse: Set BFTW_WHITEOUTS when parsing -type wTavian Barnes
2023-10-17dir: Fix FreeBSD union mountsTavian Barnes
2023-10-14tests: Move closed_std* tests out of the POSIX groupTavian Barnes
2023-10-13tests: Always create the scratch directoryTavian Barnes
2023-10-12tests: Don't crash if unbuffer isn't installedTavian Barnes
2023-10-12diag: Move enum debug_flags out of ctx.hTavian Barnes
2023-10-06alloc: Test allocation size overflowsTavian Barnes
2023-10-06tests/bfs/status: Try to test SIGWINCHTavian Barnes
2023-10-06tests: Check for expect_unbuffer tooTavian Barnes
2023-10-06tests: New bfs_pty wrapper for unbufferTavian Barnes
2023-10-05tests/bfs: Add a test that runs -statusTavian Barnes
2023-10-05tests/bfs: Add tests for color autodetectionTavian Barnes
2023-10-05tests: Respect $NO_COLORTavian Barnes
2023-10-05bfstd: Add a thread-safe wrapper for strerror()Tavian Barnes
2023-10-02tests: Fix make_deep() on FreeBSDTavian Barnes
2023-10-02Merge branch 'benchmarks'Tavian Barnes
2023-10-02tests: Don't cd into paths longer than PATH_MAXTavian Barnes
2023-09-29tests/xtouch: Try creating the immediate parent firstTavian Barnes