bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bison 1.29 build failed (make check) on solaris 2.6


From: Akim Demaille
Subject: Re: bison 1.29 build failed (make check) on solaris 2.6
Date: 10 Sep 2001 11:31:44 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

| 22. calc.at:372: testing Calculator --debug...
| calc.at:372: bison calc.y -o calc.c --debug
| calc.at:372: $CC $CFLAGS $CPPFLAGS calc.c -o calc
| calc.at:372: calc ./input 2>&1 >/dev/null | grep 'parse error' >&2
| calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
| calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
| calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
| calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
| calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
| 22. calc.at:372: ok
| ## ---------------------------- ##
| ## All 1 tests were successful. ##
| ## ---------------------------- ##
| 
| This one ends.

OK, so, for whatever reason, calc is not able to used an input file
name on argv.  But the test suite was a bit buggy, indeed, for it was
checking

        if (!stdin)

instead of

        if (!yyin)

below is attached an updated version of testsuite.  Please, paste it
in tests/, and tell me if things improved.

Thanks _a lot_.

        Akim

Attachment: testsuite.gz
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]