On Fri, May 17, 2024 at 11:02:28AM -0700, Junio C Hamano wrote: > Thanks for this and other portability patches. You are porting to a > new platform, I presume, where either nobody else ported to before > or those who ported did not bother reporting test breakages to us? Unfortunately, the latter is the case. I'm doing this for OpenIndiana (an illumos distro, Solaris descendant) and the testing status before I started the work was: failed test(s): t0211 t0600 t1404 t1700 t2501 t3404 t4150 t4202 t7609 t9001 t9118 t9210 t9902 fixed 1 success 29241 failed 38 broken 269 total 30158 Now all tests pass. The work uncovered few bugs in illumos as well. For example, this one helped to find issues with grep's null RE cases in git tests: https://www.illumos.org/issues/16561 Thank you. -- +-------------------------------------------+ | Marcel Telka e-mail: marcel@xxxxxxxx | | homepage: http://telka.sk/ | +-------------------------------------------+