bug#71468: backref-multibyte-slow test fails on Cygwin

2025-03-02 Thread Bruno Haible via Bug reports for GNU grep
Hi Collin, > The issue here seems to be a carriage return emitted by Perl generated > in these lines: > > + gawk 'BEGIN {for (i=0; i<13000; i++) print "aba"}' /dev/null > ++ LC_ALL=C > ++ perl -le 'use Time::HiRes qw(time); my $s = time(); > system q,grep -E '\''^([a-z]).\1$'\'' in

bug#71468: backref-multibyte-slow test fails on Cygwin

2025-03-01 Thread Collin Funk
Hi Bruno, You wrote: > Building the current grep (git master) with the current Gnulib > on Cygwin 3.5.3, I see a test failure: > FAIL: backref-multibyte-slow The issue here seems to be a carriage return emitted by Perl generated in these lines: + gawk 'BEGIN {for (i=0; i<13000; i++) print "aba"

bug#71468: backref-multibyte-slow test fails on Cygwin

2024-06-10 Thread Bruno Haible
Building the current grep (git master) with the current Gnulib on Cygwin 3.5.3, I see a test failure: FAIL: backref-multibyte-slow The detailed log is attached. Bruno log.gz Description: application/gzip