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! Please note that the current release is 3.6.4. > Le 23 juin 2020 à 14:42, Ron Jr Esquivel <[email protected]> a écrit : > > Hello, > > Here is the testsuite.log from when I tried to make Bison. > There were a lot of errors and skipped tests. Is this normal? No :) > Is Bison still safe to use with these failures? AFAICT, all your failures look like: Next token is token '-' (1.1: ) Shifting token '-' (1.1: ) Entering state 16 Stack now 0 6/cygdrive/u/downloads/bison/bison-3.6.1/tests/testsuite.dir/at-groups/415/test-source: line 2180: 15289 Alarm clock $PREPARSER ./calc input ./calc.at:1077: exit code was 142, expected 0 415. calc.at:1077: 415. Calculator parse.trace (calc.at:1077): FAILED (calc.at:1077) i.e., the machine seems super slow when it comes to large output, and our timeout mechanism is fired. I see nothing weird about Bison itself here, it appears safe to me. But something is fishy about that machine. You also have a very large number of skipped tests, including 416: calc.at:1079 Calculator %defines Please run this: make check-local TESTSUITEFLAGS='416 -d' and send us tests/testsuite.dir/416/testsuite.log. Thanks!