On Fri, Feb 09 2018, Johannes Schindelin jotted: > Hi, > > On Thu, 1 Feb 2018, Ævar Arnfjörð Bjarmason wrote: > >> On Thu, Feb 01 2018, Junio C. Hamano jotted: >> >> > * ab/wildmatch-tests (2018-01-30) 10 commits >> > - wildmatch test: mark test as EXPENSIVE_ON_WINDOWS >> > - test-lib: add an EXPENSIVE_ON_WINDOWS prerequisite >> > - wildmatch test: create & test files on disk in addition to in-memory >> > - wildmatch test: perform all tests under all wildmatch() modes >> > - wildmatch test: use test_must_fail, not ! for test-wildmatch >> > - wildmatch test: remove dead fnmatch() test code >> > - wildmatch test: use a paranoia pattern from nul_match() >> > - wildmatch test: don't try to vertically align our output >> > - wildmatch test: use more standard shell style >> > - wildmatch test: indent with tabs, not spaces >> > >> > More tests for wildmatch functions. >> > >> > Expecting an update. >> > cf. <87vaga9mgf.fsf@xxxxxxxxxxxxxxxxxxx> >> >> The 2018-01-30 series is the update mentioned in >> 87vaga9mgf.fsf@xxxxxxxxxxxxxxxxxxx. You probably noticed this / just >> didn't adjust the note since you queued in in pu already, but just in >> case: the known issues in it have been resolved, but hopefully Johannes >> Schindelin can test it on Windows & report. > > Sorry, I did not have time to look at this. All I can say is that the `pu` > builds are green for a couple of days already. Which I celebrate! Thanks, if you get time it would be great to know if: time GIT_TEST_LONG=1 ./t3070-wildmatch.sh Runs cleanly for you, and how long it takes now. Even though it's going to take a long time still, I optimized the test a lot so I expect it'll be quicker.