summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: skip test_eval_ in internal chain-lintJeff King2023-03-301-11/+6
* tests: drop here-doc check from internal chain-linterJeff King2023-03-301-2/+3
* tests: replace chainlint subshell with a functionJeff King2023-03-301-1/+5
* tests: run internal chain-linter under "make test"Jeff King2023-03-301-1/+2
* Merge branch 'ar/test-lib-remove-stale-comment'Junio C Hamano2023-02-281-6/+0
|\
| * test-lib: drop comment about test_descriptionAndrei Rybak2023-02-271-6/+0
* | add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason2023-02-061-4/+0
* | Merge branch 'ab/test-env-helper'Junio C Hamano2023-01-231-3/+3
|\ \
| * | env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason2023-01-141-3/+3
| |/
* | Merge branch 'js/drop-mingw-test-cmp'Junio C Hamano2023-01-081-1/+1
|\ \ | |/ |/|
| * tests(mingw): avoid very slow `mingw_test_cmp`Johannes Schindelin2022-12-131-1/+1
| * Merge branch 'ab/test-malloc-with-sanitize-leak' into maint-2.38Junio C Hamano2022-10-251-1/+3
| |\
* | \ Merge branch 'js/cmake-updates'Junio C Hamano2022-10-271-0/+10
|\ \ \
| * | | cmake: avoid editing t/test-lib.shJohannes Schindelin2022-10-191-0/+10
* | | | Merge branch 'ab/test-malloc-with-sanitize-leak'Junio C Hamano2022-10-101-1/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | test-lib: have SANITIZE=leak imply TEST_NO_MALLOC_CHECKÆvar Arnfjörð Bjarmason2022-09-291-1/+3
* | | test-lib: replace chainlint.sed with chainlint.plEric Sunshine2022-09-011-2/+7
* | | test-lib: retire "lint harder" optimization hackEric Sunshine2022-09-011-5/+2
* | | Merge branch 'pw/use-glibc-tunable-for-malloc-optim'Junio C Hamano2022-08-141-3/+8
|\ \ \ | |/ /
| * | tests: cache glibc version checkPhillip Wood2022-08-041-3/+8
| |/
| * Merge branch 'ab/test-quoting-fix' into maintJunio C Hamano2022-07-271-2/+2
| |\
* | | test-lib: have the "check" mode for SANITIZE=leak consider leak logsÆvar Arnfjörð Bjarmason2022-07-271-0/+80
* | | test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check modeÆvar Arnfjörð Bjarmason2022-07-271-8/+26
* | | test-lib: simplify by removing test_externalÆvar Arnfjörð Bjarmason2022-07-271-23/+17
* | | test-lib: add a SANITIZE=leak logging modeÆvar Arnfjörð Bjarmason2022-07-271-1/+29
* | | t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" descriptionÆvar Arnfjörð Bjarmason2022-07-271-1/+0
* | | test-lib: add a --invert-exit-code switchÆvar Arnfjörð Bjarmason2022-07-271-2/+43
* | | test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUTÆvar Arnfjörð Bjarmason2022-07-271-10/+6
* | | test-lib: don't set GIT_EXIT_OK before calling test_atexit_handlerÆvar Arnfjörð Bjarmason2022-07-271-2/+2
* | | test-lib: use $1, not $@ in test_known_broken_{ok,failure}_Ævar Arnfjörð Bjarmason2022-07-271-4/+4
* | | Merge branch 'ab/test-without-templates'Junio C Hamano2022-07-181-1/+3
|\ \ \
| * | | tests: don't depend on template-created .git/branchesÆvar Arnfjörð Bjarmason2022-06-061-1/+3
* | | | Merge branch 'ab/test-quoting-fix'Junio C Hamano2022-07-131-2/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | test-lib.sh: fix prepend_var() quoting issueÆvar Arnfjörð Bjarmason2022-06-301-2/+2
* | | tests: add LIBCURL prerequisite to tests needing libcurlÆvar Arnfjörð Bjarmason2022-06-151-0/+1
* | | add -i tests: mark "TODO" depending on GIT_TEST_ADD_I_USE_BUILTINÆvar Arnfjörð Bjarmason2022-06-151-0/+4
|/ /
* | Merge branch 'js/ci-github-workflow-markup'Junio C Hamano2022-06-071-108/+20
|\ \
| * | ci: call `finalize_test_case_output` a little laterJohannes Schindelin2022-05-211-5/+6
| * | ci: optionally mark up output in the GitHub workflowJohannes Schindelin2022-05-211-1/+4
| * | tests: refactor --write-junit-xml codeJohannes Schindelin2022-05-211-108/+16
* | | Merge branch 'ab/valgrind-fixes'Junio C Hamano2022-05-231-0/+1
|\ \ \ | |/ / |/| |
| * | tests: using custom GIT_EXEC_PATH breaks --valgrind testsÆvar Arnfjörð Bjarmason2022-05-121-0/+1
| |/
* | Merge branch 'pw/test-malloc-with-sanitize-address'Junio C Hamano2022-05-111-2/+3
|\ \ | |/ |/|
| * tests: make SANITIZE=address imply TEST_NO_MALLOC_CHECKPhillip Wood2022-04-111-2/+3
* | Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano2022-04-041-0/+7
|\ \
| * | help: include fsmonitor--daemon feature flag in version infoJeff Hostetler2022-03-251-0/+7
* | | test-lib: have --immediate emit valid TAP on failureÆvar Arnfjörð Bjarmason2022-03-241-1/+5
* | | Merge branch 'ep/test-malloc-check-with-glibc-2.34'Junio C Hamano2022-03-211-0/+18
|\ \ \ | | |/ | |/|
| * | test-lib: declare local variables as localMichael J Gruber2022-03-091-0/+2
| * | test-lib.sh: Use GLIBC_TUNABLES instead of MALLOC_CHECK_ on glibc >= 2.34Elia Pinto2022-03-041-0/+16