summaryrefslogtreecommitdiff
path: root/t/test-lib-functions.sh
AgeCommit message (Expand)AuthorFilesLines
2019-08-05tests: show the test name and number at the start of verbose outputLibravatar SZEDER Gábor1-2/+2
2019-08-01Merge branch 'bc/hash-independent-tests-part-4'Libravatar Junio C Hamano1-0/+6
2019-07-25Merge branch 'jk/test-commit-bulk'Libravatar Junio C Hamano1-0/+123
2019-07-25Merge branch 'ab/test-env'Libravatar Junio C Hamano1-50/+8
2019-07-09Merge branch 'js/t0001-case-insensitive'Libravatar Junio C Hamano1-0/+15
2019-07-02test-lib: introduce test_commit_bulkLibravatar Jeff King1-0/+123
2019-07-01t: add helper to convert object IDs to pathsLibravatar brian m. carlson1-0/+6
2019-06-24t0001: fix on case-insensitive filesystemsLibravatar Johannes Schindelin1-0/+15
2019-06-21tests: make GIT_TEST_FAIL_PREREQS a booleanLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2019-06-21tests: replace test_tristate with "git env--helper"Libravatar Ævar Arnfjörð Bjarmason1-49/+7
2019-05-14tests: add a special setup where prerequisites failLibravatar Ævar Arnfjörð Bjarmason1-0/+20
2019-05-09Merge branch 'tb/unexpected'Libravatar Junio C Hamano1-0/+6
2019-04-25Merge branch 'sg/test-atexit'Libravatar Junio C Hamano1-0/+28
2019-04-05t: move 'hex2oct' into test-lib-functions.shLibravatar Taylor Blau1-0/+6
2019-03-14test-lib: introduce 'test_atexit'Libravatar Johannes Schindelin1-0/+28
2019-03-08test functions: add function `test_file_not_empty`Libravatar Rohit Ashiwal1-0/+9
2019-02-19tests: teach the test-tool to generate NUL bytes and use itLibravatar Johannes Schindelin1-7/+1
2019-02-13Merge branch 'rb/no-dev-zero-in-test'Libravatar Junio C Hamano1-0/+13
2019-02-12test-lib-functions.sh: add generate_zero_bytes functionLibravatar Randall S. Becker1-0/+13
2019-02-11test-lib: fix non-portable pattern bracket expressionsLibravatar SZEDER Gábor1-1/+1
2019-01-07test-lib: add the '--stress' option to run a test repeatedly under loadLibravatar SZEDER Gábor1-2/+5
2019-01-07test-lib-functions: introduce the 'test_set_port' helper functionLibravatar SZEDER Gábor1-0/+36
2018-12-01Merge branch 'sg/test-BUG'Libravatar Junio C Hamano1-13/+12
2018-11-20test-lib-functions: make 'test_cmp_rev' more informative on failureLibravatar SZEDER Gábor1-3/+17
2018-11-20tests: send "bug in the test script" errors to the script's stderrLibravatar SZEDER Gábor1-13/+12
2018-11-19Merge branch 'js/test-git-installed'Libravatar Junio C Hamano1-1/+2
2018-11-19Merge branch 'ab/dynamic-gettext-poison'Libravatar Junio C Hamano1-4/+4
2018-11-16tests: explicitly use `git.exe` on WindowsLibravatar Johannes Schindelin1-1/+1
2018-11-14tests: respect GIT_TEST_INSTALLED when initializing repositoriesLibravatar Johannes Schindelin1-1/+2
2018-11-09i18n: make GETTEXT_POISON a runtime optionLibravatar Ævar Arnfjörð Bjarmason1-4/+4
2018-10-22t1300: extract and use test_cmp_config()Libravatar Nguyễn Thái Ngọc Duy1-0/+23
2018-10-10Merge branch 'bc/hash-independent-tests'Libravatar Junio C Hamano1-0/+69
2018-09-17Merge branch 'sb/range-diff-colors'Libravatar Junio C Hamano1-0/+2
2018-09-13t: add test functions to translate hash-related valuesLibravatar brian m. carlson1-0/+69
2018-08-14test_decode_color: understand FAINT and ITALICLibravatar Stefan Beller1-0/+2
2018-08-08t7406: prefer test_* helper functions to test -[feds]Libravatar Elijah Newren1-0/+8
2018-05-23Merge branch 'js/test-unset-prereq'Libravatar Junio C Hamano1-1/+13
2018-04-30tests: introduce test_unset_prereq, for debuggingLibravatar Johannes Schindelin1-1/+13
2018-04-25Make running git under other debugger-like programs easyLibravatar Elijah Newren1-4/+20
2018-04-11Merge branch 'jc/test-must-be-empty'Libravatar Junio C Hamano1-5/+2
2018-03-27test_must_be_empty: simplify file existence checkLibravatar SZEDER Gábor1-5/+2
2018-03-14Merge branch 'sg/test-x'Libravatar Junio C Hamano1-12/+12
2018-03-08Merge branch 'jc/test-must-be-empty'Libravatar Junio C Hamano1-1/+5
2018-03-06Merge branch 'jk/test-helper-v-output-fix'Libravatar Junio C Hamano1-10/+10
2018-02-27test_must_be_empty: make sure the file exists, not just emptyLibravatar Junio C Hamano1-1/+5
2018-02-27t: prevent '-x' tracing from interfering with test helpers' stderrLibravatar SZEDER Gábor1-12/+12
2018-02-27Merge branch 'sg/doc-test-must-fail-args'Libravatar Junio C Hamano1-0/+10
2018-02-22t: send verbose test-helper output to fd 4Libravatar Jeff King1-10/+10
2018-02-21Merge branch 'sg/test-i18ngrep'Libravatar Junio C Hamano1-0/+54
2018-02-12t: document 'test_must_fail ok=<signal-name>'Libravatar SZEDER Gábor1-0/+10