Age | Commit message (Expand) | Author | Files | Lines |
2019-12-10 | Merge branch 'em/test-skip-regex-illseq' | Junio C Hamano | 1 | -1/+7 |
2019-12-05 | Merge branch 'sg/test-bool-env' | Junio C Hamano | 1 | -5/+5 |
2019-12-01 | Merge branch 'sg/skip-skipped-prereq' | Junio C Hamano | 1 | -6/+6 |
2019-11-30 | t4210: skip i18n tests that don't work on FreeBSD | Ed Maste | 1 | -1/+7 |
2019-11-23 | tests: add 'test_bool_env' to catch non-bool GIT_TEST_* values | SZEDER Gábor | 1 | -5/+5 |
2019-11-13 | test-lib: don't check prereqs of test cases that won't be run anyway | SZEDER Gábor | 1 | -6/+6 |
2019-10-30 | pretty: add "%aL" etc. to show local-part of email addresses | Prarit Bhargava | 1 | -2/+6 |
2019-10-15 | Merge branch 'js/azure-pipelines-msvc' | Junio C Hamano | 1 | -16/+22 |
2019-10-06 | tests: let --immediate and --write-junit-xml play well together | Johannes Schindelin | 1 | -16/+22 |
2019-09-06 | t: use common $SQ variable | Denton Liu | 1 | -0/+3 |
2019-08-22 | Merge branch 'sg/show-failed-test-names' | Junio C Hamano | 1 | -0/+2 |
2019-08-05 | tests: show the test name and number at the start of verbose output | SZEDER Gábor | 1 | -0/+2 |
2019-07-25 | Merge branch 'ab/test-env' | Junio C Hamano | 1 | -9/+22 |
2019-07-09 | Merge branch 'sg/trace2-rename' | Junio C Hamano | 1 | -1/+0 |
2019-06-21 | tests: make GIT_TEST_FAIL_PREREQS a boolean | Ævar Arnfjörð Bjarmason | 1 | -4/+19 |
2019-06-21 | tests: make GIT_TEST_GETTEXT_POISON a boolean | Ævar Arnfjörð Bjarmason | 1 | -5/+3 |
2019-06-13 | Merge branch 'ab/fail-prereqs-in-test' | Junio C Hamano | 1 | -0/+4 |
2019-06-12 | Revert "test-lib: whitelist GIT_TR2_* in the environment" | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2019-05-19 | Merge branch 'tz/test-lib-check-working-jgit' | Junio C Hamano | 1 | -1/+1 |
2019-05-15 | test-lib: try harder to ensure a working jgit | Todd Zullinger | 1 | -1/+1 |
2019-05-14 | tests: add a special setup where prerequisites fail | Ævar Arnfjörð Bjarmason | 1 | -0/+4 |
2019-04-25 | Merge branch 'jc/gettext-test-fix' | Junio C Hamano | 1 | -0/+1 |
2019-04-25 | Merge branch 'ab/test-lib-pass-trace2-env' | Junio C Hamano | 1 | -0/+1 |
2019-04-25 | Merge branch 'sg/test-atexit' | Junio C Hamano | 1 | -1/+27 |
2019-04-15 | gettext tests: export the restored GIT_TEST_GETTEXT_POISON | Junio C Hamano | 1 | -0/+1 |
2019-04-15 | tests: disallow the use of abbreviated options (by default) | Johannes Schindelin | 1 | -0/+7 |
2019-04-01 | test-lib: whitelist GIT_TR2_* in the environment | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2019-03-20 | Merge branch 'js/stress-test-ui-tweak' | Junio C Hamano | 1 | -1/+8 |
2019-03-14 | test-lib: introduce 'test_atexit' | Johannes Schindelin | 1 | -0/+23 |
2019-03-14 | test-lib: fix interrupt handling with 'dash' and '--verbose-log -x' | SZEDER Gábor | 1 | -1/+4 |
2019-03-07 | Merge branch 'jc/test-yes-doc' | Junio C Hamano | 1 | -1/+5 |
2019-03-04 | tests: introduce --stress-jobs=<N> | Johannes Schindelin | 1 | -1/+7 |
2019-03-04 | tests: let --stress-limit=<N> imply --stress | Johannes Schindelin | 1 | -0/+1 |
2019-02-13 | Merge branch 'sg/stress-test' | Junio C Hamano | 1 | -3/+17 |
2019-02-11 | test-lib: fix non-portable pattern bracket expressions | SZEDER Gábor | 1 | -2/+2 |
2019-02-11 | test: caution on our version of 'yes' | Junio C Hamano | 1 | -1/+5 |
2019-02-08 | test-lib: make '--stress' more bisect-friendly | SZEDER Gábor | 1 | -2/+16 |
2019-02-06 | Merge branch 'js/vsts-ci' | Junio C Hamano | 1 | -8/+130 |
2019-02-05 | Merge branch 'js/test-git-installed' | Junio C Hamano | 1 | -1/+1 |
2019-01-29 | tests: optionally skip bin-wrappers/ | Johannes Schindelin | 1 | -6/+13 |
2019-01-29 | tests: add t/helper/ to the PATH with --with-dashes | Johannes Schindelin | 1 | -1/+1 |
2019-01-29 | mingw: try to work around issues with the test cleanup | Johannes Schindelin | 1 | -1/+5 |
2019-01-29 | tests: include detailed trace logs with --write-junit-xml upon failure | Johannes Schindelin | 1 | -1/+21 |
2019-01-29 | tests: optionally write results as JUnit-style .xml | Johannes Schindelin | 1 | -0/+91 |
2019-01-22 | tests: explicitly use `test-tool.exe` on Windows | Johannes Schindelin | 1 | -1/+1 |
2019-01-07 | test-lib: add the '--stress' option to run a test repeatedly under load | SZEDER Gábor | 1 | -2/+107 |
2019-01-07 | test-lib: set $TRASH_DIRECTORY earlier | SZEDER Gábor | 1 | -6/+6 |
2019-01-07 | test-lib: consolidate naming of test-results paths | SZEDER Gábor | 1 | -11/+11 |
2019-01-07 | test-lib: parse command line options earlier | SZEDER Gábor | 1 | -109/+124 |
2019-01-07 | test-lib: parse options in a for loop to keep $@ intact | SZEDER Gábor | 1 | -36/+42 |