summaryrefslogtreecommitdiffstats
path: root/t/test-lib.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | cygwin: disallow backslashes in file namesAdam Dinwoodie2021-04-301-0/+2
| |/
* | Merge branch 'en/ort-readiness'Junio C Hamano2021-04-161-0/+2
|\ \ | |/ |/|
| * Add testing with merge-ort merge strategyElijah Newren2021-03-201-0/+2
* | Merge branch 'ab/detox-gettext-tests'Junio C Hamano2021-02-261-5/+0
|\ \
| * | tests: remove last uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason2021-02-111-5/+0
| |/
* | Merge branch 'ab/test-lib'Junio C Hamano2021-02-231-30/+0
|\ \ | |/ |/|
| * test-lib: remove check_var_migrationÆvar Arnfjörð Bjarmason2021-02-101-30/+0
* | Merge branch 'ab/detox-gettext-tests'Junio C Hamano2021-02-101-19/+4
|\ \
| * | tests: remove support for GIT_TEST_GETTEXT_POISONÆvar Arnfjörð Bjarmason2021-01-221-19/+4
* | | Merge branch 'ab/retire-pcre1'Junio C Hamano2021-02-101-2/+1
|\ \ \ | |_|/ |/| |
| * | Remove support for v1 of the PCRE libraryÆvar Arnfjörð Bjarmason2021-01-241-2/+1
* | | test-lib: prevent '--stress-jobs=X' from being ignoredSZEDER Gábor2021-01-271-4/+4
|/ /
* | Merge branch 'ds/maintenance-part-4'Junio C Hamano2021-01-161-3/+4
|\ \ | |/ |/|
| * maintenance: extract platform-specific schedulingDerrick Stolee2020-11-241-3/+4
* | tests: drop the `PREPARE_FOR_MAIN_BRANCH` prereqJohannes Schindelin2020-12-171-8/+0
* | Merge branch 'ds/maintenance-part-3'Junio C Hamano2020-11-181-0/+7
|\|
| * maintenance: add start/stop subcommandsDerrick Stolee2020-09-251-0/+6
* | Merge branch 'jk/perl-warning'Junio C Hamano2020-11-091-0/+6
|\ \
| * | perl: check for perl warnings while running testsJeff King2020-10-221-0/+6
| |/
* | Merge branch 'js/default-branch-name-part-4-minus-1'Junio C Hamano2020-11-021-0/+7
|\ \
| * | tests: start moving to a different default main branch nameJohannes Schindelin2020-10-231-0/+7
| |/
* | test-lib: reduce verbosity of skipped testsElijah Newren2020-10-181-1/+0
* | test-lib: allow selecting tests by substring/glob with --runElijah Newren2020-10-181-8/+12
|/
* Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-121-1/+8
|\
| * t: make SHA1 prerequisite depend on default hashbrian m. carlson2020-07-301-1/+5
| * t: allow testing different hash algorithms via environmentbrian m. carlson2020-07-301-0/+3
* | Merge branch 'jk/tests-timestamp-fix' into masterJunio C Hamano2020-07-301-0/+3
|\ \ | |/ |/|
| * test-lib: set deterministic default author/committer dateJeff King2020-07-141-0/+3
* | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-071-0/+1
|\ \
| * | t1050: match object ID paths in a hash-insensitive waybrian m. carlson2020-05-131-0/+1
* | | Merge branch 'cb/t4210-illseq-auto-detect'Junio C Hamano2020-06-091-6/+0
|\ \ \
| * | | t4210: detect REG_ILLSEQ dynamically and skip affected testsCarlo Marcelo Arenas Belón2020-05-181-6/+0
| | |/ | |/|
* | | Merge branch 'gp/hppa-stack-test-fix'Junio C Hamano2020-05-251-2/+10
|\ \ \
| * | | tests: skip small-stack tests on hppa architectureGreg Price2020-05-181-2/+10
| |/ /
* | | Revert "tests: when run in Bash, annotate test failures with file name/line n...Junio C Hamano2020-05-151-13/+1
* | | Revert "t/test_lib: avoid naked bash arrays in file_lineno"Junio C Hamano2020-05-151-10/+8
| |/ |/|
* | t/test_lib: avoid naked bash arrays in file_linenoCarlo Marcelo Arenas Belón2020-05-071-8/+10
* | Merge branch 'tb/commit-graph-fd-exhaustion-fix'Junio C Hamano2020-05-011-0/+9
|\ \
| * | t/test-lib.sh: make ULIMIT_FILE_DESCRIPTORS available to testsTaylor Blau2020-04-231-0/+9
* | | Merge branch 'dd/ci-swap-azure-pipelines-with-github-actions'Junio C Hamano2020-04-301-1/+13
|\ \ \
| * | | tests: when run in Bash, annotate test failures with file name/line numberJohannes Schindelin2020-04-101-1/+13
* | | | Merge branch 'mt/test-lib-bundled-short-options'Junio C Hamano2020-04-221-14/+47
|\ \ \ \
| * | | | test-lib: allow short options to be bundledMatheus Tavares2020-03-251-14/+47
| | |_|/ | |/| |
* | | | Merge branch 'js/test-junit-finalization-fix'Junio C Hamano2020-04-221-0/+1
|\ \ \ \
| * | | | tests(junit-xml): avoid invalid XMLJohannes Schindelin2020-03-231-0/+1
| |/ / /
* | | | Merge branch 'js/tests-gpg-integration-on-windows'Junio C Hamano2020-04-221-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | tests: do not let lazy prereqs inside `test_expect_*` turn off tracingJohannes Schindelin2020-03-261-2/+4
| |/ /
* / / t: use hash-specific lookup tables to define test constantsbrian m. carlson2020-02-241-15/+14
|/ /
* | Merge branch 'js/test-write-junit-xml-fix'Junio C Hamano2020-02-171-1/+2
|\ \ | |/ |/|
| * tests: fix --write-junit-xml with subshellsJohannes Schindelin2020-02-121-1/+2