bug-bison
[Top][All Lists]
Advanced

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

Re: Bison testsuite 121 failure under Mac OS 10.2.8


From: Gregory Lewis
Subject: Re: Bison testsuite 121 failure under Mac OS 10.2.8
Date: Thu, 30 Dec 2004 14:59:55 -0500

Hi Paul,

Here are the results on 1.875d. I have not downloaded bison 2.0 and also I do not know what you mean when you say to "configure it to use m4 1.4.2". I will be happy to try the tests when I get it set up.

Greg

From: Paul Eggert <address@hidden>
To: "Gregory Lewis" <address@hidden>
CC: address@hidden
Subject: Re: Bison testsuite 121 failure under Mac OS 10.2.8
Date: Tue, 28 Dec 2004 21:24:23 -0700

"Gregory Lewis" <address@hidden> writes:

> I finally did the tests....

Thanks, but one key step was missing there.  After you start
running the program, you should give it the following input:

s VARIABLE_1 t v x q

It might be easier if you do it this way:

cd tests
echo 's VARIABLE_1 t v x q' >/tmp/myfile
./testsuite -v -d 121
  [This test should fail.]
gdb testsuite.dir/121/glr-regr2a
  [GDB should output some innocuous startup messages.]
(gdb) b yyerror
Breakpoint 1 at 0x8048733: file glr-regr2a.y, line 83.
(gdb) r </tmp/myfile
Starting program: ....
Variable: 'VARIABLE_1'
Breakpoint 1, 0x08048733 in yyerror (s=0x804ace8 "syntax error")
   at glr-regr2a.y:83
(gdb) where

It is the output of that last "where" command that will help us figure
out what went wrong.


One other thing; can you please try the test with Bison 2.0 instead?
You should configure it to use m4 1.4.2.  Here are the URLs:

ftp://alpha.gnu.org/gnu/bison/bison-2.0.tar.gz
ftp://ftp.gnu.org/gnu/m4/m4-1.4.2.tar.gz

Attachment: bisontest3
Description: Binary data

Attachment: testsuite.log
Description: Binary data


reply via email to

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