Age | Commit message (Expand) | Author | Files | Lines |
2020-05-08 | Merge branch 'cb/t0000-use-the-configured-shell' | Junio C Hamano | 1 | -5/+2 |
2020-05-07 | t/t0000-basic: make sure subtests also use TEST_SHELL_PATH | Carlo Marcelo Arenas Belón | 1 | -5/+2 |
2020-04-28 | t0000: disable GIT_TEST_FAIL_PREREQS in sub-tests | Jeff King | 1 | -0/+1 |
2020-03-26 | tests: do not let lazy prereqs inside `test_expect_*` turn off tracing | Johannes Schindelin | 1 | -0/+13 |
2020-02-05 | Merge branch 'dl/test-must-fail-fixes' | Junio C Hamano | 1 | -7/+7 |
2019-12-20 | t0000: replace test_must_fail with run_sub_test_lib_test_err() | Denton Liu | 1 | -7/+7 |
2019-12-05 | Merge branch 'sg/test-bool-env' | Junio C Hamano | 1 | -0/+34 |
2019-12-05 | Merge branch 'dl/t5520-cleanup' | Junio C Hamano | 1 | -7/+8 |
2019-11-23 | tests: add 'test_bool_env' to catch non-bool GIT_TEST_* values | SZEDER Gábor | 1 | -0/+34 |
2019-11-21 | t0000: test multiple local assignment | Denton Liu | 1 | -7/+8 |
2019-11-10 | Fix spelling errors in comments of testcases | Elijah Newren | 1 | -1/+1 |
2019-10-15 | Merge branch 'dl/t0000-skip-test-test' | Junio C Hamano | 1 | -0/+38 |
2019-10-09 | t0000: cover GIT_SKIP_TESTS blindspots | Denton Liu | 1 | -0/+38 |
2019-08-22 | Merge branch 'sg/show-failed-test-names' | Junio C Hamano | 1 | -10/+10 |
2019-08-09 | Merge branch 'bc/hash-independent-tests-part-4' | Junio C Hamano | 1 | -8/+6 |
2019-08-08 | t0000: reword comments for "local" test | Jeff King | 1 | -8/+6 |
2019-08-05 | tests: show the test name and number at the start of verbose output | SZEDER Gábor | 1 | -4/+4 |
2019-08-05 | t0000-basic: use realistic test script names in the verbose tests | SZEDER Gábor | 1 | -6/+6 |
2019-06-21 | tests: make GIT_TEST_FAIL_PREREQS a boolean | Ævar Arnfjörð Bjarmason | 1 | -5/+5 |
2019-05-14 | tests: add a special setup where prerequisites fail | Ævar Arnfjörð Bjarmason | 1 | -5/+5 |
2019-03-14 | test-lib: introduce 'test_atexit' | Johannes Schindelin | 1 | -0/+18 |
2018-11-09 | i18n: make GETTEXT_POISON a runtime option | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2018-10-19 | Merge branch 'bp/rename-test-env-var' | Junio C Hamano | 1 | -0/+4 |
2018-10-16 | Merge branch 'md/test-cleanup' | Junio C Hamano | 1 | -1/+1 |
2018-10-07 | t/*: fix ordering of expected/observed arguments | Matthew DeVore | 1 | -1/+1 |
2018-09-28 | t0000: do not get self-test disrupted by environment warnings | Junio C Hamano | 1 | -0/+4 |
2018-09-13 | t0000: update tests for SHA-256 | brian m. carlson | 1 | -61/+102 |
2018-09-13 | t0000: use hash translation table | brian m. carlson | 1 | -6/+7 |
2018-09-13 | t: add test functions to translate hash-related values | brian m. carlson | 1 | -0/+37 |
2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -1/+1 |
2018-08-21 | tests: use 'test_must_be_empty' instead of '! test -s' | SZEDER Gábor | 1 | -1/+1 |
2018-07-16 | t0000-t0999: fix broken &&-chains | Eric Sunshine | 1 | -1/+1 |
2018-05-14 | t0000: annotate with SHA1 prerequisite | brian m. carlson | 1 | -12/+12 |
2017-10-31 | t0000: check whether the shell supports the "local" keyword | Michael Haggerty | 1 | -0/+25 |
2016-07-18 | test-lib.sh: introduce and use $EMPTY_TREE | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2016-05-06 | typofix: assorted typofixes in comments, documentation and messages | Li Peng | 1 | -1/+1 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -2/+2 |
2014-06-06 | t0000-*.sh: fix the GIT_SKIP_TESTS sub-tests | Ramsay Jones | 1 | -51/+57 |
2014-06-06 | test-lib: '--run' to run only specific tests | Ilya Bobyr | 1 | -4/+352 |
2014-06-06 | test-lib: tests skipped by GIT_SKIP_TESTS say so | Ilya Bobyr | 1 | -0/+63 |
2014-01-02 | t0000: drop "known breakage" test | Jeff King | 1 | -3/+0 |
2014-01-02 | t0000: simplify HARNESS_ACTIVE hack | Jeff King | 1 | -9/+5 |
2014-01-02 | t0000: set TEST_OUTPUT_DIRECTORY for sub-tests | Jeff King | 1 | -0/+2 |
2013-07-11 | Merge branch 'tr/test-v-and-v-subtest-only' | Junio C Hamano | 1 | -1/+2 |
2013-07-08 | t0000: do not use export X=Y | Torsten Bögershausen | 1 | -1/+2 |
2013-07-05 | Merge branch 'tr/test-v-and-v-subtest-only' | Junio C Hamano | 1 | -1/+60 |
2013-06-23 | test-lib: verbose mode for only tests matching a pattern | Thomas Rast | 1 | -0/+24 |
2013-06-23 | test-lib: self-test that --verbose works | Thomas Rast | 1 | -1/+36 |
2013-06-07 | t0000: use test_ln_s_add to remove SYMLINKS prerequisite | Johannes Sixt | 1 | -29/+10 |
2013-01-03 | Merge branch 'as/test-tweaks' | Junio C Hamano | 1 | -48/+166 |