]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cb/t4210-illseq-auto-detect'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Jun 2020 01:06:27 +0000 (18:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jun 2020 01:06:27 +0000 (18:06 -0700)
commitf4cec40dbdc262ca0d485068aa549958ea8946a0
treea11cc0ece1686e7103d395c95898e07d9fef013b
parentc3a02824cf938597bbbe7c2487db2c712adf5651
parentc4c2a96ec73775b1a4d4d850bb9ae7f50bc6912e
Merge branch 'cb/t4210-illseq-auto-detect'

As FreeBSD is not the only platform whose regexp library reports
a REG_ILLSEQ error when fed invalid UTF-8, add logic to detect that
automatically and skip the affected tests.

* cb/t4210-illseq-auto-detect:
  t4210: detect REG_ILLSEQ dynamically and skip affected tests
  t/helper: teach test-regex to report pattern errors (like REG_ILLSEQ)
t/test-lib.sh