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: Paul Lew
Subject: Re: bison 1.29 build failed (make check) on solaris 2.6
Date: Thu, 13 Sep 2001 10:35:14 -0700

>>>>> "Akim" == Akim Demaille <address@hidden> writes:

    Akim> You know what?  I really don't understand at all...  Let's
    Akim> change completely the approach.  If by any chance you could
    Akim> find what happened, I'd be extremely glad, and would feel
    Akim> much better...

    Akim> Could you give a try to this test suite, and in particular
    Akim> to (see the -x)

    Akim> ./testsuite -d -v -x 22

Result attached.
                                        -- Paul  09/13/01  10:34 AM --

(3)cns-build2 paullew tests> ./testsuite -d -v -x 22
## -------------------------- ##
## GNU Bison 1.29 test suite. ##
## -------------------------- ##
22. calc.at:371: testing Calculator --debug...
+ cat
+ set +vx
calc.at:371: bison calc.y -o calc.c --debug
+ bison calc.y -o calc.c --debug
+ set +vx
calc.at:371: $CC $CFLAGS $CPPFLAGS calc.c -o calc
+ gcc -g -O2 -I ../ calc.c -o calc
+ cat
+ set +vx
calc.at:371: calc input
+ calc input
+ cat
+ set +vx
calc.at:371: echo '+1' | calc
+ calc
+ echo +1
+ cat
+ set +vx
calc.at:371: echo '1//2' | calc
+ calc
+ echo 1//2
+ cat
+ set +vx
calc.at:371: echo 'error' | calc
+ calc
+ echo error
+ cat
+ set +vx
calc.at:371: echo '1 = 2 = 3' | calc
+ calc
+ echo 1 = 2 = 3
+ cat
+ set +vx
calc.at:371: echo '
+1' | calc
+ calc
+ echo
+1
+ times
22. calc.at:371: ok
## ---------------------------- ##
## All 1 tests were successful. ##
## ---------------------------- ##



reply via email to

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