summaryrefslogtreecommitdiffstats
path: root/t/test-lib.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'es/test-cron-safety'Junio C Hamano2024-04-091-0/+1
|\
| * test-lib: fix non-functioning GIT_TEST_MAINT_SCHEDULER fallbackEric Sunshine2024-04-011-0/+1
* | refs: introduce reftable backendPatrick Steinhardt2024-02-071-0/+2
* | test-lib: check for TEST_PASSES_SANITIZE_LEAKRubén Justo2024-01-291-0/+5
* | t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvarPatrick Steinhardt2024-01-021-1/+10
* | setup: introduce "extensions.refStorage" extensionPatrick Steinhardt2024-01-021-1/+1
* | t: introduce DEFAULT_REPO_FORMAT prereqPatrick Steinhardt2024-01-021-0/+4
* | Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano2023-12-181-1/+1
|\ \
| * | doc: switch links to httpsJosh Soref2023-11-261-1/+1
* | | Merge branch 'jk/test-pass-ubsan-options-to-http-test'Junio C Hamano2023-09-291-0/+3
|\ \ \ | |/ / |/| |
| * | test-lib: set UBSAN_OPTIONS to match ASanJeff King2023-09-211-0/+3
* | | Merge branch 'jk/test-lsan-denoise-output'Junio C Hamano2023-09-051-0/+1
|\ \ \ | |/ / |/| |
| * | test-lib: ignore uninteresting LSan outputJeff King2023-08-281-0/+1
| |/
* | 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-03-011-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-071-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-151-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-121-1/+1
| * Merge branch 'ab/test-malloc-with-sanitize-leak' into maint-2.38Junio C Hamano2022-10-261-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-151-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-281-0/+80
* | | test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check modeÆvar Arnfjörð Bjarmason2022-07-281-8/+26
* | | test-lib: simplify by removing test_externalÆvar Arnfjörð Bjarmason2022-07-281-23/+17
* | | test-lib: add a SANITIZE=leak logging modeÆvar Arnfjörð Bjarmason2022-07-281-1/+29
* | | t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" descriptionÆvar Arnfjörð Bjarmason2022-07-281-1/+0
* | | test-lib: add a --invert-exit-code switchÆvar Arnfjörð Bjarmason2022-07-281-2/+43
* | | test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUTÆvar Arnfjörð Bjarmason2022-07-281-10/+6
* | | test-lib: don't set GIT_EXIT_OK before calling test_atexit_handlerÆvar Arnfjörð Bjarmason2022-07-281-2/+2
* | | test-lib: use $1, not $@ in test_known_broken_{ok,failure}_Ævar Arnfjörð Bjarmason2022-07-281-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
|\ \