[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bison 1.30i
From: |
Akim Demaille |
Subject: |
Re: Bison 1.30i |
Date: |
07 Jan 2002 10:27:51 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) |
Please, keep the CC.
| > What could help me is:
| >
| > cd tests
| > ./testsuite -d -v -x 3
| > ls testsuite.dir/03
|
| i2:/pro/3gl/GNU/bison-1.30i/tests 102 > ./testsuite -d -v -x 3
| ## --------------------------- ##
| ## GNU Bison 1.30j test suite. ##
| ## --------------------------- ##
| 3. output.at:42: testing Output files: & -dv -o foo.tab.c....
| + cat
| + 1> foo.y 0< /tmp/sh16668.122
| output.at:42: bison -dv -o foo.tab.c foo.y
| + bison -dv -o foo.tab.c foo.y
| output.at:42: ls foo.output foo.tab.c foo.tab.h
| + ls foo.output foo.tab.c foo.tab.h
| --- /dev/null Fri Jan 4 11:06:23 2002
| +++ /pro/3gl/GNU/bison-1.30i/tests/testsuite.dir/at-stderr Fri Jan 4
11:06:58 2002
| @@ -0,0 +1,2 @@
| +ls: foo.output: No such file or directory
| +ls: foo.tab.h: No such file or directory
| stdout:
| foo.tab.c
| output.at:42: exit code was 1, expected 0
| 3. output.at:42: FAILED near `output.at:42'
| i2:/pro/3gl/GNU/bison-1.30i/tests 103 > ls testsuite.dir/03
| foo.tab?.h foo.tab?.output foo.tab.c foo.y run
| i2:/pro/3gl/GNU/bison-1.30i/tests 104 >
Wow! This is extremely surprising... Could it be that your strndup
is broken? Hm... The code there (compute_base_names) is really hairy
:(
Well, the code is to be rewritten completely, it is unreadable, and it
appears to be quite wrong. As soon as I have something complete, I'll
warn you.
- Re: Bison 1.30i,
Akim Demaille <=