summaryrefslogtreecommitdiff
path: root/t/test-lib-functions.sh
AgeCommit message (Expand)AuthorFilesLines
2020-04-22Merge branch 'js/mingw-is-hidden-test-fix'Libravatar Junio C Hamano1-0/+10
2020-04-11t: restrict `is_hidden` to be called only on WindowsLibravatar Johannes Schindelin1-2/+5
2020-04-11mingw: make test_path_is_hidden more robustLibravatar Johannes Schindelin1-1/+1
2020-04-11t: consolidate the `is_hidden` functionsLibravatar Johannes Schindelin1-0/+7
2020-03-29test-lib-functions: simplify packetize() stdin codeLibravatar Jeff King1-5/+4
2020-03-27test-lib-functions: make packetize() more efficientLibravatar Jeff King1-7/+16
2020-02-14t5310: factor out bitmap traversal comparisonLibravatar Jeff King1-0/+27
2019-12-10Merge branch 'sg/test-squelch-noise-in-commit-bulk'Libravatar Junio C Hamano1-1/+1
2019-12-05Merge branch 'sg/test-bool-env'Libravatar Junio C Hamano1-1/+29
2019-11-27test-lib-functions: suppress a 'git rev-parse' error in 'test_commit_bulk'Libravatar SZEDER Gábor1-1/+1
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesLibravatar SZEDER Gábor1-1/+29
2019-11-21t: teach test_cmp_rev to accept ! for not-equalsLibravatar Denton Liu1-4/+15
2019-10-15Merge branch 'dl/octopus-graph-bug'Libravatar Junio C Hamano1-2/+4
2019-10-04test-lib: let test_merge() perform octopus mergesLibravatar Denton Liu1-2/+4
2019-08-22Merge branch 'sg/show-failed-test-names'Libravatar Junio C Hamano1-2/+2
2019-08-09Merge branch 'bc/hash-independent-tests-part-4'Libravatar Junio C Hamano1-1/+2
2019-08-08t: decrease nesting in test_oid_to_pathLibravatar Jonathan Nieder1-1/+2
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