summaryrefslogtreecommitdiff
path: root/t/test-lib-functions.sh
AgeCommit message (Expand)Author
2018-05-23Merge branch 'js/test-unset-prereq'Junio C Hamano
2018-04-30tests: introduce test_unset_prereq, for debuggingJohannes Schindelin
2018-04-25Make running git under other debugger-like programs easyElijah Newren
2018-04-11Merge branch 'jc/test-must-be-empty'Junio C Hamano
2018-03-28test_must_be_empty: simplify file existence checkSZEDER Gábor
2018-03-14Merge branch 'sg/test-x'Junio C Hamano
2018-03-08Merge branch 'jc/test-must-be-empty'Junio C Hamano
2018-03-06Merge branch 'jk/test-helper-v-output-fix'Junio C Hamano
2018-02-27test_must_be_empty: make sure the file exists, not just emptyJunio C Hamano
2018-02-27t: prevent '-x' tracing from interfering with test helpers' stderrSZEDER Gábor
2018-02-27Merge branch 'sg/doc-test-must-fail-args'Junio C Hamano
2018-02-22t: send verbose test-helper output to fd 4Jeff King
2018-02-21Merge branch 'sg/test-i18ngrep'Junio C Hamano
2018-02-12t: document 'test_must_fail ok=<signal-name>'SZEDER Gábor
2018-02-08t: make 'test_i18ngrep' more informative on failureSZEDER Gábor
2018-02-08t: validate 'test_i18ngrep's parametersSZEDER Gábor
2018-02-08t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh'SZEDER Gábor
2018-01-25t/lib-git-daemon: add network-protocol helpersJeff King
2017-08-23Merge branch 'jk/ref-filter-colors' into maintJunio C Hamano
2017-08-11Merge branch 'jk/ref-filter-colors'Junio C Hamano
2017-07-17t: handle EOF in test_copy_bytes()Jeff King
2017-07-13t: use test_decode_color rather than literal ANSI codesJeff King
2017-06-25t1301: move modebits() to test-lib-functions.shChristian Couder
2017-03-18tests: make the 'test_pause' helper work in non-verbose modeSZEDER Gábor
2017-03-18tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano
2016-12-16t5000: extract nongit function to test-lib-functions.shJeff King
2016-12-09test-lib-functions.sh: teach test_commit -C <dir>Stefan Beller
2016-08-11test-lib-functions.sh: add lf_to_nul helperJeff Hostetler
2016-07-19Merge branch 'jk/test-match-signal'Junio C Hamano
2016-07-06test_must_fail: use test_match_signalJeff King
2016-07-06tests: factor portable signal check out of t0005Jeff King
2016-07-01t9300: factor out portable "head -c" replacementJeff King
2016-06-01test-lib: add in-shell "env" replacementJeff King
2016-05-26Merge branch 'jc/test-seq' into maintJunio C Hamano
2016-05-09test-lib-functions.sh: rewrite test_seq without PerlJunio C Hamano
2016-05-09test-lib-functions.sh: remove misleading comment on test_seqJunio C Hamano
2016-02-25test_must_fail: report number of unexpected signalJeff King
2015-11-28add "ok=sigpipe" to test_must_fail and use it to fix flaky testsLars Schneider
2015-11-28implement test_might_fail using a refactored test_must_failLars Schneider
2015-10-30test: facilitate debugging Git executables in tests with gdbJohannes Schindelin
2015-09-08test-lib-functions: detect test_when_finished in subshellJohn Keeping
2015-09-08test-lib-functions: support "test_config -C <dir> ..."John Keeping
2015-05-19Merge branch 'jc/test-prereq-validate'Junio C Hamano
2015-05-13Merge branch 'ep/fix-test-lib-functions-report' into maintJunio C Hamano
2015-05-06Merge branch 'ep/fix-test-lib-functions-report'Junio C Hamano
2015-04-28test: validate prerequistes syntaxJunio C Hamano
2015-04-16test-lib-functions.sh: fix the second argument to some helper functionsElia Pinto
2015-03-14Merge branch 'jc/diff-test-updates' into maintJunio C Hamano
2015-03-05Merge branch 'jc/diff-test-updates'Junio C Hamano