summaryrefslogtreecommitdiff
path: root/t/test-lib-functions.sh
AgeCommit message (Expand)Author
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-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
2015-02-23test_ln_s_add: refresh stat info of fake symbolic linksJohannes Sixt
2014-10-21Merge branch 'da/mergetool-tests'Junio C Hamano
2014-10-16test-lib-functions: adjust style to match CodingGuidelinesDavid Aguilar
2014-10-13t5304: use helper to report failure of "test foo = bar"Jeff King
2014-07-21Merge branch 'jl/submodule-tests'Junio C Hamano
2014-06-25Merge branch 'ep/avoid-test-a-o'Junio C Hamano
2014-06-20test-lib: add test_dir_is_empty()Jens Lehmann
2014-06-16Merge branch 'sk/test-cmp-bin'Junio C Hamano
2014-06-16Merge branch 'mt/patch-id-stable' (early part)Junio C Hamano
2014-06-10test: add test_write_lines helperMichael S. Tsirkin
2014-06-09t/test-lib-functions.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto
2014-06-04t5000, t5003: do not use test_cmp to compare binary filesStepan Kasal
2014-03-14Merge branch 'tg/index-v4-format'Junio C Hamano
2014-02-24test-lib: allow setting the index format versionThomas Gummerer
2014-02-14tests: turn on network daemon tests by defaultJeff King
2013-11-26test: replace shebangs with descriptions in shell librariesJonathan Nieder
2013-11-04Merge branch 'jk/wrap-perl-used-in-tests'Junio C Hamano
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King
2013-10-29t: provide a perl() function which uses $PERL_PATHJeff King
2013-10-28Windows: a test_cmp that is agnostic to random LF <> CRLF conversionsJohannes Sixt
2013-07-05Merge branch 'tr/test-v-and-v-subtest-only'Junio C Hamano
2013-06-20Merge branch 'fc/show-non-empty-errors-in-test'Junio C Hamano
2013-06-18test-lib: rearrange start/end of test_expect_* and test_skipThomas Rast
2013-06-09test: test_must_be_empty helperJunio C Hamano
2013-06-07tests: introduce test_ln_s_addJohannes Sixt
2013-04-22Merge branch 'jc/apply-ws-fix-tab-in-indent' into maintJunio C Hamano
2013-04-03Merge branch 'tr/valgrind'Junio C Hamano
2013-04-03Merge branch 'jc/apply-ws-fix-tab-in-indent'Junio C Hamano
2013-04-01Merge branch 'bc/append-signed-off-by'Junio C Hamano
2013-04-01tests: notice valgrind error in test_must_failThomas Rast
2013-03-29test: resurrect q_to_tabJunio C Hamano
2013-03-22apply --whitespace=fix: avoid running over the postimage bufferJunio C Hamano
2013-02-12t/test-lib-functions.sh: allow to specify the tag name to test_commitBrandon Casey
2012-12-23tests: move test_cmp_rev to test-lib-functionsMartin von Zweigbergk
2012-11-16test-lib: allow negation of prerequisitesJeff King
2012-09-14cherry-pick: don't forget -s on failureMiklos Vajna
2012-08-22Merge branch 'mk/test-seq'Junio C Hamano
2012-08-04tests: Introduce test_seqMichaƂ Kiedrowicz