Son Luong Ngoc <son.luong@xxxxxxxxxxx> writes: > I have been trying to build git from source and noticing that some > tests have been failing since 2.25 with the flag > "GIT_TEST_STASH_USE_BUILTIN=false" > > I think in 2.25 t3903.103 started to fail (rebase related) and > current master t3904 may be failing also. > > Is "GIT_TEST_STASH_USE_BUILTIN=false" is still being tested with > or are we totally deprecating this flag? In the longer term, when "git stash" gains new features that did not exist in the original scripted version, tests that observe how these features work would start failing when using the scripted version. I picked some people from "git shortlog --no-merges builtin/stash.c" and placed them on the CC line---perhaps they may know more. It happens that Johannes is also familiar with "rebase", which you said is involved in the test failure, so I'd imagine he would be the best person to ask. Thanks for a report.