Re: [GNU Bison 3.6.1] testsuite: 415 417 429 430 431 432 433 434 435 436 455 456 457 458 459 460 461 469 470 471 472 473 474 489 490 491 492 493 494 failed
Akim Demaille <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi Ron, Please keep the list in CC. > Le 24 juin 2020 à 16:27, Ron Jr Esquivel <[email protected]> a écrit : > > Here is the file you requested. ./calc.at:1079: "$PERL" -pi -e 'use strict; s{syntax error on token \[(.*?)\] \(expected: (.*)\)} { my $unexp = $1; my @exps = $2 =~ /\[(.*?)\]/g; ($#exps && $#exps < 4) ? "syntax error, unexpected $unexp, expecting @{[join(\" or \", @exps)]}" : "syntax error, unexpected $unexp"; }eg ' expout || exit 77 --- /dev/null 2020-06-24 10:20:10.000000000 -0400 +++ /cygdrive/u/downloads/bison/bison-3.6.1/tests/testsuite.dir/at-groups/416/stderr 2020-06-24 10:20:09.942829400 -0400 @@ -0,0 +1 @@ +/cygdrive/u/downloads/bison/bison-3.6.1/tests/testsuite.dir/at-groups/416/test-source: line 581: : command not found Ok, I guess it means you don't have perl. > My Windows 10 environment (in which I am running my 32-bit Cygwin) is running under VMware. I guess this explains why things are so slow. Certainly! Thanks for explaining. Cheers!