On Fri, Sep 25, 2020 at 7:14 PM Paul Eggert <egg...@cs.ucla.edu> wrote: > > On 9/25/20 3:22 PM, Jim Meyering wrote: > > >> $ cat grep-3.4-almost.46-b2228/gnulib-tests/test-regex.log > >> FAIL test-regex (exit status: 1) > > I installed the attached patch into Gnulib, and propagated this into grep > master > on Savannah. I hope this fixes the test failure (which I did not reproduce). > At > any rate it should help debug things.
With the patch applied... The first set of tests got noisy: PASS: dfa-coverage PASS: dfa-heap-overrun dfa-infloop: skipped test: your system lacks the timeout program SKIP: dfa-infloop PASS: dfa-invalid-utf8 PASS: dfaexec-multibyte empty: skipped test: your system lacks the timeout program SKIP: empty PASS: empty-line PASS: empty-line-mb But the second set of tests remained quiet: PASS: test-read PASS: test-realloc-gnu FAIL: test-regex PASS: test-sched PASS: test-select $ cat grep-3.4-almost.46-b2228/gnulib-tests/test-regex.log FAIL test-regex (exit status: 1) Jeff