Home | History | Annotate | Download | only in tests

Lines Matching full:echo

65 echo X/"$0" |
82 echo "#! /bin/sh" >conf$$.sh
83 echo "exit 0" >>conf$$.sh
119 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
169 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
181 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
195 echo >conf$$.file
247 . ./$at_file || { echo "$as_me: error: invalid content: $at_file" >&2
257 at_val=`eval echo '${'at_$at_dir'}'`
273 at_quiet=echo
496 echo "$as_me (GNU Bison 2.3)"
515 at_verbose=echo; at_quiet=:
528 at_range_start=`echo $at_option |tr -d '-'`
529 at_range=`echo " $at_groups_all " | \
535 at_range_end=`echo $at_option |tr -d '-'`
536 at_range=`echo " $at_groups_all " | \
547 at_range_start=`echo $at_option |sed 's,-.*,,'`
548 at_range_end=`echo $at_option |sed 's,.*-,,'`
550 at_range=`echo " $at_groups_all " | \
568 { echo "$as_me: error: invalid variable name: $at_envvar" >&2
570 at_value=`echo "$at_optarg" | sed "s/'/'\\\\\\\\''/g"`
577 *) echo "$as_me: invalid option: $at_option" >&2
578 echo "Try \`$0 --help' for more information." >&2
587 for at_keyword in `IFS=,; set X $at_keywords; shift; echo ${1+$@}`
590 at_groups_selected=`echo "$at_groups_selected" |
593 at_groups_selected=`echo "$at_groups_selected" | sed 's/;.*//'`
595 at_groups_selected=`echo $at_groups_selected`
659 at_groups_pattern=`echo "$at_groups" | sed 's/^ *//;s/ *$//;s/ */|/g'`
660 echo "$at_help_all" |
678 AUTOTEST_PATH=`echo $AUTOTEST_PATH | tr ':' $PATH_SEPARATOR`
743 echo
745 echo "$as_me: command line was:"
746 echo " $ $0 $at_cli_args"
747 echo
759 echo
762 echo "$as_me: $at_file:"
764 echo
774 uname -m = `(uname -m) 2>/dev/null || echo unknown`
775 uname -r = `(uname -r) 2>/dev/null || echo unknown`
776 uname -s = `(uname -s) 2>/dev/null || echo unknown`
777 uname -v = `(uname -v) 2>/dev/null || echo unknown`
779 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
780 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
782 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
783 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
784 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
785 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
786 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
787 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
788 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
797 echo "PATH: $as_dir"
801 echo
808 echo "$as_me: $at_file:"
810 echo
818 echo
835 echo "local.at:216: $as_dir/$at_program --version"
837 echo
840 { { echo "$as_me:$LINENO: error: cannot find $at_program" >&5
841 echo "$as_me: error: cannot find $at_program" >&2;}
856 echo "$as_me: starting at: $at_start_date" >&5
867 { { echo "$as_me:$LINENO: error: cannot create $at_suite_dir" >&5
868 echo "$as_me: error: cannot create $at_suite_dir" >&2;}
912 { { echo "$as_me:$LINENO: error: cannot create $at_group_dir" >&5
913 echo "$as_me: error: cannot create $at_group_dir" >&2;}
919 echo 0 > $at_status_file
926 if test $at_verbose = echo; then
948 echo "1. input.at:28: testing ..."
959 echo "input.at:37: bison input.y"
960 echo input.at:37 >$at_check_line_file
966 echo >>$at_stderr; echo "input.y:2.13-14: integer out of range: \`\$1'
970 77) echo 77 > $at_status_file
973 *) echo "input.at:37: exit code was $at_status, expected 1"
978 echo 1 > $at_status_file
997 echo "2. input.at:46: testing ..."
1008 echo "input.at:55: bison input.y"
1009 echo input.at:55 >$at_check_line_file
1015 echo >>$at_stderr; echo "input.y:2.13-14: integer out of range: \`@1'
1019 77) echo 77 > $at_status_file
1022 *) echo
1027 echo 1 > $at_status_file
1046 echo "3. input.at:64: testing ..."
1062 echo "input.at:80: bison input.y"
1063 echo input.at:80 >$at_check_line_file
1069 echo >>$at_stderr; echo "input.y:4.6-15: warning: type clash on default action: <bar> != <>
1075 77) echo 77 > $at_status_file
1078 *) echo "input.at:80: exit code was $at_status, expected 0"
1083 echo 1 > $at_status_file
1102 echo "4. input.at:89: testing ..."
1134 echo "input.at:148: bison input.y"
1135 echo input.at:148 >$at_check_line_file
1141 echo >>$at_stderr; echo "input.y:11.10-32: warning: unset value: \$\$
1174 77) echo 77 > $at_status_file
1177 *) echo "input.at:148: exit code was $at_status, expected 0"
1182 echo 1 > $at_status_file
1201 echo "5. input.at:157: testing ..."
1224 echo "input.at:185: bison input.y"
1225 echo input.at:185 >$at_check_line_file
1231 echo >>$at_stderr; echo "input.y:8.7-11: %type redeclaration for foo
1242 77) echo 77 > $at_status_file
1245 *) echo "input.at:185: exit code was $at_status, expected 1"
1250 echo 1 > $at_status_file
1269 echo "6. input.at:198: testing ..."
1278 echo "input.at:204: bison input.y"
1279 echo input.at:204 >$at_check_line_file
1285 echo >>$at_stderr; echo "input.y:1.1: syntax error, unexpected end of file
1289 77) echo 77 > $at_status_file
1292 *) echo "input.at:204: exit code was $at_status, expected 1"
1297 echo 1 > $at_status_file
1310 echo "input.at:212: bison input.y"
1311 echo input.at:212 >$at_check_line_file
1317 echo >>$at_stderr; echo "input.y:1.1-2: syntax error, unexpected {...}
1321 77) echo 77 > $at_status_file
1324 *) echo "input.at:212: exit code was $at_status, expected 1"
1329 echo 1 > $at_status_file
1478 echo "input.at:342: bison -d -v -o input.c input.y"
1479 echo input.at:342 >$at_check_line_file
1488 77) echo 77 > $at_status_file
1491 *) echo "input.at:342: exit code was $at_status, expected 0"
1496 echo 1 > $at_status_file
1503 echo "input.at:343: \$CC \$CFLAGS \$CPPFLAGS -o input.o -c input.c"
1504 echo input.at:343 >$at_check_line_file
1510 echo stderr:; cat $at_stderr
1511 echo stdout:; cat $at_stdout
1513 77) echo 77 > $at_status_file
1516 *) echo "input.at:343: exit code was $at_status, expected 0"
1521 echo 1 > $at_status_file
1528 echo "input.at:344: \$CC \$CFLAGS \$CPPFLAGS -o main.o -c main.c"
1529 echo input.at:344 >$at_check_line_file
1535 echo stderr:; cat $at_stderr
1536 echo stdout:; cat $at_stdout
1538 77) echo 77 > $at_status_file
1541 *) echo "input.at:344: exit code was $at_status, expected 0"
1546 echo 1 > $at_status_file
1553 echo "input.at:345: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.o main.o \$LIBS"
1554 echo input.at:345 >$at_check_line_file
1560 echo stderr:; cat $at_stderr
1561 echo stdout:; cat $at_stdout
1563 77) echo 77 > $at_status_file
1566 *) echo "input.at:345: exit code was $at_status, expected 0"
1571 echo 1 > $at_status_file
1578 echo "input.at:348: \$PREPARSER ./input"
1579 echo input.at:348 >$at_check_line_file
1586 echo >>$at_stdout; echo "[[],
1589 77) echo 77 > $at_status_file
1592 *) echo "input.at:348: exit code was $at_status, expected 0"
1597 echo 1 > $at_status_file
1616 echo "7. input.at:357: testing ..."
1647 echo "input.at:373: bison -o input.c input.y"
1648 echo input.at:373 >$at_check_line_file
1657 77) echo 77 > $at_status_file
1660 *) echo "input.at:373: exit code was $at_status, expected 0"
1665 echo 1 > $at_status_file
1684 echo "8. input.at:393: testing ..."
1705 echo "input.at:393: bison -o input.c input.y"
1706 echo input.at:393 >$at_check_line_file
1712 echo stderr:; cat $at_stderr
1715 77) echo 77 > $at_status_file
1718 *) echo "input.at:393: exit code was $at_status, expected 0"
1723 echo 1 > $at_status_file
1741 echo "9. input.at:394: testing ..."
1762 echo "input.at:394: bison -o input.c input.y"
1763 echo input.at:394 >$at_check_line_file
1769 echo stderr:; cat $at_stderr
1772 77) echo 77 > $at_status_file
1775 *) echo "input.at:394: exit code was $at_status, expected 0"
1780 echo 1 > $at_status_file
1798 echo "10. input.at:396: testing ..."
1819 echo "input.at:396: bison -o input.c input.y"
1820 echo input.at:396 >$at_check_line_file
1826 echo stderr:; cat $at_stderr
1829 77) echo 77 > $at_status_file
1832 *) echo "input.at:396: exit code was $at_status, expected 63"
1837 echo 1 > $at_status_file
1864 echo "11. output.at:43: testing ..."
1868 */*) mkdir `echo "foo.y" | sed 's,/.*,,'`;;
1878 echo "output.at:43: bison -dv foo.y "
1879 echo output.at:43 >$at_check_line_file
1888 77) echo 77 > $at_status_file
1891 *) echo "output.at:43: exit code was $at_status, expected 0"
1896 echo 1 > $at_status_file
1903 echo "output.at:43: ls foo.output foo.tab.c foo.tab.h"
1904 echo output.at:43 >$at_check_line_file
1911 echo stdout:; cat $at_stdout
1913 77) echo 77 > $at_status_file
1916 *) echo "output.at:43: exit code was $at_status, expected 0"
1921 echo 1 > $at_status_file
1940 echo "12. output.at:46: testing ..."
1944 */*) mkdir `echo "foo.y" | sed 's,/.*,,'`;;
1954 echo "output.at:46: bison -dv foo.y >&-"
1955 echo output.at:46 >$at_check_line_file
1964 77) echo 77 > $at_status_file
1967 *) echo "output.at:46: exit code was $at_status, expected 0"
1972 echo 1 > $at_status_file
1979 echo "output.at:46: ls foo.output foo.tab.c foo.tab.h"
1980 echo output.at:46 >$at_check_line_file
1987 echo stdout:; cat $at_stdout
1989 77) echo 77 > $at_status_file
1992 *) echo "output.at:46: exit code was $at_status, expected 0"
1997 echo 1 > $at_status_file
2016 echo "13. output.at:48: testing ..."
2020 */*) mkdir `echo "foo.y" | sed 's,/.*,,'`;;
2030 echo "output.at:48: bison -dv -o foo.c foo.y "
2031 echo output.at:48 >$at_check_line_file
2040 77) echo 77 > $at_status_file
2043 *) echo "output.at:48: exit code was $at_status, expected 0"
2048 echo 1 > $at_status_file
2055 echo "output.at:48: ls foo.c foo.h foo.output"
2056 echo output.at:48 >$at_check_line_file
2063 echo stdout:; cat $at_stdout
2065 77) echo 77 > $at_status_file
2068 *) echo "output.at:48: exit code was $at_status, expected 0"
2073 echo 1 > $at_status_file
2092 echo "14. output.at:50: testing ..."
2096 */*) mkdir `echo "foo.y" | sed 's,/.*,,'`;;
2106 echo "output.at:50: bison -dv -o foo.tab.c foo.y "
2107 echo output.at:50 >$at_check_line_file
2116 77) echo 77 > $at_status_file
2119 *) echo "output.at:50: exit code was $at_status, expected 0"
2124 echo 1 > $at_status_file
2131 echo "output.at:50: ls foo.output foo.tab.c foo.tab.h"
2132 echo output.at:50 >$at_check_line_file
2139 echo stdout:; cat $at_stdout
2141 77) echo 77 > $at_status_file
2144 *) echo "output.at:50: exit code was $at_status, expected 0"
2149 echo 1 > $at_status_file
2168 echo "15. output.at:52: testing ..."
2172 */*) mkdir `echo "foo.y" | sed 's,/.*,,'`;;
2182 echo "output.at:52: bison -dv -y foo.y "
2183 echo output.at:52 >$at_check_line_file
2192 77) echo 77 > $at_status_file
2195 *) echo "output.at:52: exit code was $at_status, expected 0"
2200 echo 1 > $at_status_file
2207 echo "output.at:52: ls y.output y.tab.c y.tab.h"
2208 echo output.at:52 >$at_check_line_file
2215 echo stdout:; cat $at_stdout
2217 77) echo 77 > $at_status_file
2220 *) echo "output.at:52: exit code was $at_status, expected 0"
2225 echo 1 > $at_status_file
2244 echo "16. output.at:54: testing ..."
2248 */*) mkdir `echo "foo.y" | sed 's,/.*,,'`;;
2258 echo "output.at:54: bison -dv -b bar foo.y "
2259 echo output.at:54 >$at_check_line_file
2268 77) echo 77 > $at_status_file
2271 *) echo "output.at:54: exit code was $at_status, expected 0"
2276 echo 1 > $at_status_file
2283 echo "output.at:54: ls bar.output bar.tab.c bar.tab.h"
2284 echo output.at:54 >$at_check_line_file
2291 echo stdout:; cat $at_stdout
2293 77) echo 77 > $at_status_file
2296 *) echo "output.at:54: exit code was $at_status, expected 0"
2301 echo 1 > $at_status_file
2320 echo "17. output.at:56: testing ..."
2324 */*) mkdir `echo "foo.y" | sed 's,/.*,,'`;;
2334 echo "output.at:56: bison -dv -g -o foo.c foo.y "
2335 echo output.at:56 >$at_check_line_file
2344 77) echo 77 > $at_status_file
2347 *) echo "output.at:56: exit code was $at_status, expected 0"
2352 echo 1 > $at_status_file
2359 echo "output.at:56: ls foo.c foo.h foo.output foo.vcg"
2360 echo output.at:56 >$at_check_line_file
2367 echo stdout:; cat $at_stdout
2369 77) echo 77 > $at_status_file
2372 *) echo "output.at:56: exit code was $at_status, expected 0"
2377 echo 1 > $at_status_file
2396 echo "18. output.at:60: testing ..."
2400 */*) mkdir `echo "foo.y" | sed 's,/.*,,'`;;
2410 echo "output.at:60: bison foo.y "
2411 echo output.at:60 >$at_check_line_file
2420 77) echo 77 > $at_status_file
2423 *) echo "output.at:60: exit code was $at_status, expected 0"
2428 echo 1 > $at_status_file
2435 echo "output.at:60: ls foo.output foo.tab.c foo.tab.h"
2436 echo output.at:60 >$at_check_line_file
2443 echo stdout:; cat $at_stdout
2445 77) echo 77 > $at_status_file
2448 *) echo "output.at:60: exit code was $at_status, expected 0"
2453 echo 1 > $at_status_file
2472 echo "19. output.at:62: testing ..."
2476 */*) mkdir `echo "foo.y" | sed 's,/.*,,'`;;
2486 echo "output.at:62: bison foo.y "
2487 echo output.at:62 >$at_check_line_file
2496 77) echo 77 > $at_status_file
2499 *) echo "output.at:62: exit code was $at_status, expected 0"
2504 echo 1 > $at_status_file
2511 echo "output.at:62: ls y.output y.tab.c y.tab.h"
2512 echo output.at:62 >$at_check_line_file
2519 echo stdout:; cat $at_stdout
2521 77) echo 77 > $at_status_file
2524 *) echo "output.at:62: exit code was $at_status, expected 0"
2529 echo 1 > $at_status_file
2548 echo "20. output.at:65: testing ..."
2552 */*) mkdir `echo "foo.yy" | sed 's,/.*,,'`;;
2562 echo "output.at:65: bison foo.yy "
2563 echo output.at:65 >$at_check_line_file
2572 77) echo 77 > $at_status_file
2575 *) echo "output.at:65: exit code was $at_status, expected 0"
2580 echo 1 > $at_status_file
2587 echo "output.at:65: ls y.output y.tab.c y.tab.h"
2588 echo output.at:65 >$at_check_line_file
2595 echo stdout:; cat $at_stdout
2597 77) echo 77 > $at_status_file
2600 *) echo "output.at:65: exit code was $at_status, expected 0"
2605 echo 1 > $at_status_file
2624 echo "21. output.at:69: testing ..."
2628 */*) mkdir `echo "foo.y" | sed 's,/.*,,'`;;
2638 echo "output.at:69: bison foo.y "
2639 echo output.at:69 >$at_check_line_file
2648 77) echo 77 > $at_status_file
2651 *) echo "output.at:69: exit code was $at_status, expected 0"
2656 echo 1 > $at_status_file
2663 echo "output.at:69: ls bar.output bar.tab.c bar.tab.h"
2664 echo output.at:69 >$at_check_line_file
2671 echo stdout:; cat $at_stdout
2673 77) echo 77 > $at_status_file
2676 *) echo "output.at:69: exit code was $at_status, expected 0"
2681 echo 1 > $at_status_file
2700 echo "22. output.at:71: testing ..."
2704 */*) mkdir `echo "foo.y" | sed 's,/.*,,'`;;
2714 echo "output.at:71: bison foo.y "
2715 echo output.at:71 >$at_check_line_file
2724 77) echo 77 > $at_status_file
2727 *) echo "output.at:71: exit code was $at_status, expected 0"
2732 echo 1 > $at_status_file
2739 echo "output.at:71: ls bar.output bar.c bar.h"
2740 echo output.at:71 >$at_check_line_file
2747 echo stdout:; cat $at_stdout
2749 77) echo 77 > $at_status_file
2752 *) echo "output.at:71: exit code was $at_status, expected 0"
2757 echo 1 > $at_status_file
2776 echo "23. output.at:75: testing ..."
2780 */*) mkdir `echo "foo.y" | sed 's,/.*,,'`;;
2790 echo "output.at:75: bison foo.y "
2791 echo output.at:75 >$at_check_line_file
2800 77) echo 77 > $at_status_file
2803 *) echo "output.at:75: exit code was $at_status, expected 0"
2808 echo 1 > $at_status_file
2815 echo "output.at:75: ls bar.output bar.c bar.h"
2816 echo output.at:75 >$at_check_line_file
2823 echo stdout:; cat $at_stdout
2825 77) echo 77 > $at_status_file
2828 *) echo "output.at:75: exit code was $at_status, expected 0"
2833 echo 1 > $at_status_file
2852 echo "24. output.at:80: testing ..."
2856 */*) mkdir `echo "foo.yy" | sed 's,/.*,,'`;;
2866 echo "output.at:80: bison foo.yy "
2867 echo output.at:80 >$at_check_line_file
2876 77) echo 77 > $at_status_file
2879 *) echo "output.at:80: exit code was $at_status, expected 0"
2884 echo 1 > $at_status_file
2891 echo "output.at:80: ls foo.output foo.tab.cc foo.tab.hh"
2892 echo output.at:80 >$at_check_line_file
2899 echo stdout:; cat $at_stdout
2901 77) echo 77 > $at_status_file
2904 *) echo "output.at:80: exit code was $at_status, expected 0"
2909 echo 1 > $at_status_file
2928 echo "25. output.at:83: testing ..."
2932 */*) mkdir `echo "foo.yy" | sed 's,/.*,,'`;;
2942 echo "output.at:83: bison -o foo.c foo.yy "
2943 echo output.at:83 >$at_check_line_file
2952 77) echo 77 > $at_status_file
2955 *) echo "output.at:83: exit code was $at_status, expected 0"
2960 echo 1 > $at_status_file
2967 echo "output.at:83: ls foo.c foo.h foo.output"
2968 echo output.at:83 >$at_check_line_file
2975 echo stdout:; cat $at_stdout
2977 77) echo 77 > $at_status_file
2980 *) echo "output.at:83: exit code was $at_status, expected 0"
2985 echo 1 > $at_status_file
3004 echo "26. output.at:87: testing ..."
3008 */*) mkdir `echo "foo.yy" | sed 's,/.*,,'`;;
3018 echo "output.at:87: bison --defines=foo.hpp -o foo.c++ foo.yy "
3019 echo output.at:87 >$at_check_line_file
3028 77) echo 77 > $at_status_file
3031 *) echo "output.at:87: exit code was $at_status, expected 0"
3036 echo 1 > $at_status_file
3043 echo "output.at:87: ls foo.c++ foo.hpp"
3044 echo output.at:87 >$at_check_line_file
3051 echo stdout:; cat $at_stdout
3053 77) echo 77 > $at_status_file
3056 *) echo "output.at:87: exit code was $at_status, expected 0"
3061 echo 1 > $at_status_file
3080 echo "27. output.at:91: testing ..."
3084 */*) mkdir `echo "foo.yy" | sed 's,/.*,,'`;;
3094 echo "output.at:91: bison -o foo.c++ --graph=foo.gph foo.yy "
3095 echo output.at:91 >$at_check_line_file
3104 77) echo 77 > $at_status_file
3107 *) echo "output.at:91: exit code was $at_status, expected 0"
3112 echo 1 > $at_status_file
3119 echo "output.at:91: ls foo.c++ foo.gph"
3120 echo output.at:91 >$at_check_line_file
3127 echo stdout:; cat $at_stdout
3129 77) echo 77 > $at_status_file
3132 *) echo "output.at:91: exit code was $at_status, expected 0"
3137 echo 1 > $at_status_file
3156 echo "28. output.at:105: testing ..."
3160 */*) mkdir `echo "foo.yy" | sed 's,/.*,,'`;;
3170 echo "output.at:105: bison foo.yy "
3171 echo output.at:105 >$at_check_line_file
3180 77) echo 77 > $at_status_file
3183 *) echo "output.at:105: exit code was $at_status, expected 0"
3188 echo 1 > $at_status_file
3195 echo "output.at:105: ls foo.tab.cc foo.tab.hh foo.output location.hh stack.hh position.hh"
3196 echo output.at:105 >$at_check_line_file
3203 echo stdout:; cat $at_stdout
3205 77) echo 77 > $at_status_file
3208 *) echo "output.at:105: exit code was $at_status, expected 0"
3213 echo 1 > $at_status_file
3232 echo "29. output.at:109: testing ..."
3236 */*) mkdir `echo "subdir/foo.yy" | sed 's,/.*,,'`;;
3246 echo "output.at:109: bison subdir/foo.yy "
3247 echo output.at:109 >$at_check_line_file
3256 77) echo 77 > $at_status_file
3259 *) echo "output.at:109: exit code was $at_status, expected 0"
3264 echo 1 > $at_status_file
3271 echo "output.at:109: ls foo.tab.cc foo.tab.hh foo.output location.hh stack.hh position.hh"
3272 echo output.at:109 >$at_check_line_file
3279 echo stdout:; cat $at_stdout
3281 77) echo 77 > $at_status_file
3284 *) echo "output.at:109: exit code was $at_status, expected 0"
3289 echo 1 > $at_status_file
3297 echo "output.at:109: grep 'include .subdir/' foo.tab.cc"
3298 echo output.at:109 >$at_check_line_file
3307 77) echo 77 > $at_status_file
3310 *) echo "output.at:109: exit code was $at_status, expected 1"
3315 echo 1 > $at_status_file
3322 echo "output.at:109: grep 'include .subdir/' foo.tab.hh"
3323 echo output.at:109 >$at_check_line_file
3332 77) echo 77 > $at_status_file
3335 *) echo "output.at:109: exit code was $at_status, expected 1"
3340 echo 1 > $at_status_file
3359 echo "30. output.at:114: testing ..."
3363 */*) mkdir `echo "subdir/foo.yy" | sed 's,/.*,,'`;;
3373 echo "output.at:114: bison -o subdir/foo.cc subdir/foo.yy "
3374 echo output.at:114 >$at_check_line_file
3383 77) echo 77 > $at_status_file
3386 *) echo "output.at:114: exit code was $at_status, expected 0"
3391 echo 1 > $at_status_file
3398 echo "output.at:114: ls subdir/foo.cc subdir/foo.hh subdir/foo.output subdir/location.hh subdir/stack.hh subdir/position.hh"
3399 echo output.at:114 >$at_check_line_file
3406 echo stdout:; cat $at_stdout
3408 77) echo 77 > $at_status_file
3411 *) echo "output.at:114: exit code was $at_status, expected 0"
3416 echo 1 > $at_status_file
3424 echo "output.at:114: grep 'include .subdir/' subdir/foo.cc"
3425 echo output.at:114 >$at_check_line_file
3434 77) echo 77 > $at_status_file
3437 *) echo "output.at:114: exit code was $at_status, expected 1"
3442 echo 1 > $at_status_file
3449 echo "output.at:114: grep 'include .subdir/' subdir/foo.hh"
3450 echo output.at:114 >$at_check_line_file
3459 77) echo 77 > $at_status_file
3462 *) echo "output.at:114: exit code was $at_status, expected 1"
3467 echo 1 > $at_status_file
3495 echo "31. sets.at:66: testing ..."
3514 echo "sets.at:81: bison --trace=sets input.y"
3515 echo sets.at:81 >$at_check_line_file
3521 echo stderr:; tee stderr <$at_stderr
3524 77) echo 77 > $at_status_file
3527 *) echo "sets.at:81: exit code was $at_status, expected 0"
3532 echo 1 > $at_status_file
3567 echo "sets.at:82: sed -f extract.sed stderr"
3568 echo sets.at:82 >$at_check_line_file
3575 echo stdout:; tee stdout <$at_stdout
3577 77) echo 77 > $at_status_file
3580 *) echo "sets.at:82: exit code was $at_status, expected 0"
3585 echo 1 > $at_status_file
3592 echo "sets.at:82: mv stdout sets"
3593 echo sets.at:82 >$at_check_line_file
3602 77) echo 77 > $at_status_file
3605 *) echo "sets.at:82: exit code was $at_status, expected 0"
3610 echo 1 > $at_status_file
3618 echo "sets.at:107: cat sets"
3619 echo sets.at:107 >$at_check_line_file
3626 echo >>$at_stdout; echo "DERIVES
3651 77) echo 77 > $at_status_file
3654 *) echo "sets.at:107: exit code was $at_status, expected 0"
3659 echo 1 > $at_status_file
3678 echo "32. sets.at:151: testing ..."
3696 echo "sets.at:165: bison --trace=sets input.y"
3697 echo sets.at:165 >$at_check_line_file
3703 echo stderr:; tee stderr <$at_stderr
3706 77) echo 77 > $at_status_file
3709 *) echo "sets.at:165: exit code was $at_status, expected 0"
3714 echo 1 > $at_status_file
3722 echo "sets.at:183: sed -n 's/[ ]*\$//;/^RTC: Firsts Output BEGIN/,/^RTC: Firsts Output END/p' stderr"
3723 echo sets.at:183 >$at_check_line_file
3730 echo >>$at_stdout; echo "RTC: Firsts Output BEGIN
3747 77) echo 77 > $at_status_file
3750 *) echo "sets.at:183: exit code was $at_status, expected 0"
3755 echo 1 > $at_status_file
3774 echo "33. sets.at:193: testing ..."
3796 echo "sets.at:211: bison --trace=sets input.y"
3797 echo sets.at:211 >$at_check_line_file
3803 echo stderr:; tee stderr <$at_stderr
3806 77) echo 77 > $at_status_file
3809 *) echo "sets.at:211: exit code was $at_status, expected 0"
3814 echo 1 > $at_status_file
3849 echo "sets.at:212: sed -f extract.sed stderr"
3850 echo sets.at:212 >$at_check_line_file
3857 echo stdout:; tee stdout <$at_stdout
3859 77) echo 77 > $at_status_file
3862 *) echo "sets.at:212: exit code was $at_status, expected 0"
3867 echo 1 > $at_status_file
3874 echo "sets.at:212: mv stdout sets"
3875 echo sets.at:212 >$at_check_line_file
3884 77) echo 77 > $at_status_file
3887 *) echo "sets.at:212: exit code was $at_status, expected 0"
3892 echo 1 > $at_status_file
3900 echo "sets.at:252: cat sets"
3901 echo sets.at:252 >$at_check_line_file
3908 echo >>$at_stdout; echo "DERIVES
3948 77) echo 77 > $at_status_file
3951 *) echo "sets.at:252: exit code was $at_status, expected 0"
3956 echo 1 > $at_status_file
3975 echo "34. sets.at:269: testing ..."
3991 echo "sets.at:281: bison -v -o input.c input.y"
3992 echo sets.at:281 >$at_check_line_file
4001 77) echo 77 > $at_status_file
4004 *) echo "sets.at:281: exit code was $at_status, expected 0"
4009 echo 1 > $at_status_file
4018 echo "sets.at:285: sed -n 's/.*define YYFINAL *\\([0-9][0-9]*\\)/final state \\1/p' input.c"
4019 echo sets.at:285 >$at_check_line_file
4026 echo stdout:; tee stdout <$at_stdout
4028 77) echo 77 > $at_status_file
4031 *) echo "sets.at:285: exit code was $at_status, expected 0"
4036 echo 1 > $at_status_file
4046 echo "sets.at:300: sed -n '
4057 echo sets.at:300 >$at_check_line_file
4076 77) echo 77 > $at_status_file
4079 *) echo "sets.at:300: exit code was $at_status, expected 0"
4084 echo 1 > $at_status_file
4112 echo "35. reduce.at:26: testing ..."
4137 echo "reduce.at:47: bison input.y"
4138 echo reduce.at:47 >$at_check_line_file
4147 77) echo 77 > $at_status_file
4150 *) echo "reduce.at:47: exit code was $at_status, expected 0"
4155 echo 1 > $at_status_file
4163 echo "reduce.at:60: sed -n '/^Grammar/q;/^\$/!p' input.output"
4164 echo reduce.at:60 >$at_check_line_file
4171 echo >>$at_stdout; echo "Terminals which are not used
4183 77) echo 77 > $at_status_file
4186 *) echo "reduce.at:60: exit code was $at_status, expected 0"
4191 echo 1 > $at_status_file
4210 echo "36. reduce.at:70: testing ..."
4235 echo "reduce.at:102: bison input.y"
4236 echo reduce.at:102 >$at_check_line_file
4242 echo >>$at_stderr; echo "input.y: warning: 9 useless nonterminals
4255 77) echo 77 > $at_status_file
4258 *) echo "reduce.at:102: exit code was $at_status, expected 0"
4263 echo 1 > $at_status_file
4271 echo "reduce.at:115: sed -n '/^Grammar/q;/^\$/!p' input.output"
4272 echo reduce.at:115 >$at_check_line_file
4279 echo >>$at_stdout; echo "Useless nonterminals
4291 77) echo 77 > $at_status_file
4294 *) echo "reduce.at:115: exit code was $at_status, expected 0"
4299 echo 1 > $at_status_file
4318 echo "37. reduce.at:125: testing ..."
4343 echo "reduce.at:166: bison input.y"
4344 echo reduce.at:166 >$at_check_line_file
4350 echo >>$at_stderr; echo "input.y: warning: 9 useless nonterminals and 9 useless rules
4372 77) echo 77 > $at_status_file
4375 *) echo "reduce.at:166: exit code was $at_status, expected 0"
4380 echo 1 > $at_status_file
4388 echo "reduce.at:199: sed -n '/^Grammar/q;/^\$/!p' input.output"
4389 echo reduce.at:199 >$at_check_line_file
4396 echo >>$at_stdout; echo "Useless nonterminals
4428 77) echo 77 > $at_status_file
4431 *) echo "reduce.at:199: exit code was $at_status, expected 0"
4436 echo 1 > $at_status_file
4455 echo "38. reduce.at:212: testing ..."
4488 echo "reduce.at:248: bison not-reduced.y"
4489 echo reduce.at:248 >$at_check_line_file
4495 echo >>$at_stderr; echo "not-reduced.y: warning: 2 useless nonterminals and 3 useless rules
4504 77) echo 77 > $at_status_file
4507 *) echo "reduce.at:248: exit code was $at_status, expected 0"
4512 echo 1 > $at_status_file
4520 echo "reduce.at:260: sed -n '/^Grammar/q;/^\$/!p' not-reduced.output"
4521 echo reduce.at:260 >$at_check_line_file
4528 echo >>$at_stdout; echo "Useless nonterminals
4539 77) echo 77 > $at_status_file
4542 *) echo "reduce.at:260: exit code was $at_status, expected 0"
4547 echo 1 > $at_status_file
4581 echo "reduce.at:287: bison reduced.y"
4582 echo reduce.at:287 >$at_check_line_file
4591 77) echo 77 > $at_status_file
4594 *) echo "reduce.at:287: exit code was $at_status, expected 0"
4599 echo 1 > $at_status_file
4609 echo "reduce.at:291: sed 's/not-reduced/reduced/g' not-reduced.c"
4610 echo reduce.at:291 >$at_check_line_file
4619 77) echo 77 > $at_status_file
4622 *) echo "reduce.at:291: exit code was $at_status, expected 0"
4627 echo 1 > $at_status_file
4646 echo "39. reduce.at:301: testing ..."
4664 echo "reduce.at:322: bison input.y"
4665 echo reduce.at:322 >$at_check_line_file
4671 echo >>$at_stderr; echo "input.y: warning: 2 useless nonterminals and 3 useless rules
4680 77) echo 77 > $at_status_file
4683 *) echo "reduce.at:322: exit code was $at_status, expected 0"
4688 echo 1 > $at_status_file
4696 echo "reduce.at:332: sed -n '/^Grammar/q;/^\$/!p' input.output"
4697 echo reduce.at:332 >$at_check_line_file
4704 echo >>$at_stdout; echo "Useless nonterminals
4713 77) echo 77 > $at_status_file
4716 *) echo "reduce.at:332: exit code was $at_status, expected 0"
4721 echo 1 > $at_status_file
4740 echo "40. reduce.at:342: testing ..."
4752 echo "reduce.at:353: bison input.y"
4753 echo reduce.at:353 >$at_check_line_file
4759 echo >>$at_stderr; echo "input.y: warning: 2 useless nonterminals and 2 useless rules
4764 77) echo 77 > $at_status_file
4767 *) echo "reduce.at:353: exit code was $at_status, expected 1"
4772 echo 1 > $at_status_file
4800 echo "41. synclines.at:95: testing ..."
4827 echo "synclines.at:95: \$CC \$CFLAGS \$CPPFLAGS -c syncline.c"
4828 echo synclines.at:95 >$at_check_line_file
4834 echo stderr:; tee stderr <$at_stderr
4837 77) echo 77 > $at_status_file
4843 echo 1 > $at_status_file
4858 echo "synclines.at:95: sed -e 's/^\\([^:]*:[^:.]*\\)[.:][^:]*:\\(.*\\)\$/\\1:\\2/' -e 's/^\\([^:]*:[^:]*:\\)[^#]*\\( #error\\)/\\1\\2/' stderr"
4859 echo synclines.at:95 >$at_check_line_file
4866 echo stdout:; tee stdout <$at_stdout
4868 77) echo 77 > $at_status_file
4871 *) echo "synclines.at:95: exit code was $at_status, expected 0"
4876 echo 1 > $at_status_file
4884 echo "synclines.at:95: test \"\`cat stdout\`\" = 'syncline.c:1: #error \"1\"' || exit 77"
4885 echo synclines.at:95 >$at_check_line_file
4894 77) echo 77 > $at_status_file
4897 *) echo "synclines.at:95: exit code was $at_status, expected 0"
4902 echo 1 > $at_status_file
4920 echo "synclines.at:95: bison -o input.c input.y"
4921 echo synclines.at:95 >$at_check_line_file
4930 77) echo 77 > $at_status_file
4933 *) echo "synclines.at:95: exit code was $at_status, expected 0"
4938 echo 1 > $at_status_file
4945 echo "synclines.at:95: \$CC \$CFLAGS \$CPPFLAGS -c input.c"
4946 echo synclines.at:95 >$at_check_line_file
4952 echo stderr:; tee stderr <$at_stderr
4955 77) echo 77 > $at_status_file
4961 echo 1 > $at_status_file
4976 echo "synclines.at:95: sed -e 's/^\\([^:]*:[^:.]*\\)[.:][^:]*:\\(.*\\)\$/\\1:\\2/' -e 's/^\\([^:]*:[^:]*:\\)[^#]*\\( #error\\)/\\1\\2/' stderr"
4977 echo synclines.at:95 >$at_check_line_file
4984 echo stdout:; tee stdout <$at_stdout
4986 77) echo 77 > $at_status_file
4989 *) echo "synclines.at:95: exit code was $at_status, expected 0"
4994 echo 1 > $at_status_file
5002 echo "synclines.at:95: cat stdout"
5003 echo synclines.at:95 >$at_check_line_file
5010 echo >>$at_stdout; echo "input.y:2: #error \"2\"
5013 77) echo 77 > $at_status_file
5016 *) echo "synclines.at:95: exit code was $at_status, expected 0"
5021 echo 1 > $at_status_file
5039 echo "42. synclines.at:115: testing ..."
5066 echo "synclines.at:115: \$CC \$CFLAGS \$CPPFLAGS -c syncline.c"
5067 echo synclines.at:115 >$at_check_line_file
5073 echo stderr:; tee stderr <$at_stderr
5076 77) echo 77 > $at_status_file
5082 echo 1 > $at_status_file
5097 echo "synclines.at:115: sed -e 's/^\\([^:]*:[^:.]*\\)[.:][^:]*:\\(.*\\)\$/\\1:\\2/' -e 's/^\\([^:]*:[^:]*:\\)[^#]*\\( #error\\)/\\1\\2/' stderr"
5098 echo synclines.at:115 >$at_check_line_file
5105 echo stdout:; tee stdout <$at_stdout
5107 77) echo 77 > $at_status_file
5110 *) echo "synclines.at:115: exit code was $at_status, expected 0"
5115 echo 1 > $at_status_file
5123 echo "synclines.at:115: test \"\`cat stdout\`\" = 'syncline.c:1: #error \"1\"' || exit 77"
5124 echo synclines.at:115 >$at_check_line_file
5133 77) echo 77 > $at_status_file
5136 *) echo "synclines.at:115: exit code was $at_status, expected 0"
5141 echo 1 > $at_status_file
5162 echo "synclines.at:115: bison -o input.c input.y"
5163 echo synclines.at:115 >$at_check_line_file
5172 77) echo 77 > $at_status_file
5175 *) echo "synclines.at:115: exit code was $at_status, expected 0"
5180 echo 1 > $at_status_file
5187 echo "synclines.at:115: \$CC \$CFLAGS \$CPPFLAGS -c input.c"
5188 echo synclines.at:115 >$at_check_line_file
5194 echo stderr:; tee stderr <$at_stderr
5197 77) echo 77 > $at_status_file
5203 echo 1 > $at_status_file
5218 echo "synclines.at:115: sed -e 's/^\\([^:]*:[^:.]*\\)[.:][^:]*:\\(.*\\)\$/\\1:\\2/' -e 's/^\\([^:]*:[^:]*:\\)[^#]*\\( #error\\)/\\1\\2/' stderr"
5219 echo synclines.at:115 >$at_check_line_file
5226 echo stdout:; tee stdout <$at_stdout
5228 77) echo 77 > $at_status_file
5231 *) echo "synclines.at:115: exit code was $at_status, expected 0"
5236 echo 1 > $at_status_file
5244 echo "synclines.at:115: cat stdout"
5245 echo synclines.at:115 >$at_check_line_file
5252 echo >>$at_stdout; echo "input.y:2: #error \"2\"
5255 77) echo 77 > $at_status_file
5258 *) echo "synclines.at:115: exit code was $at_status, expected 0"
5263 echo 1 > $at_status_file
5281 echo "43. synclines.at:138: testing ..."
5308 echo "synclines.at:138: \$CC \$CFLAGS \$CPPFLAGS -c syncline.c"
5309 echo synclines.at:138 >$at_check_line_file
5315 echo stderr:; tee stderr <$at_stderr
5318 77) echo 77 > $at_status_file
5324 echo 1 > $at_status_file
5339 echo "synclines.at:138: sed -e 's/^\\([^:]*:[^:.]*\\)[.:][^:]*:\\(.*\\)\$/\\1:\\2/' -e 's/^\\([^:]*:[^:]*:\\)[^#]*\\( #error\\)/\\1\\2/' stderr"
5340 echo synclines.at:138 >$at_check_line_file
5347 echo stdout:; tee stdout <$at_stdout
5349 77) echo 77 > $at_status_file
5352 *) echo "synclines.at:138: exit code was $at_status, expected 0"
5357 echo 1 > $at_status_file
5365 echo "synclines.at:138: test \"\`cat stdout\`\" = 'syncline.c:1: #error \"1\"' || exit 77"
5366 echo synclines.at:138 >$at_check_line_file
5375 77) echo 77 > $at_status_file
5378 *) echo "synclines.at:138: exit code was $at_status, expected 0"
5383 echo 1 > $at_status_file
5407 echo "synclines.at:138: bison -o input.c input.y"
5408 echo synclines.at:138 >$at_check_line_file
5417 77) echo 77 > $at_status_file
5420 *) echo "synclines.at:138: exit code was $at_status, expected 0"
5425 echo 1 > $at_status_file
5432 echo "synclines.at:138: \$CC \$CFLAGS \$CPPFLAGS -c input.c"
5433 echo synclines.at:138 >$at_check_line_file
5439 echo stderr:; tee stderr <$at_stderr
5442 77) echo 77 > $at_status_file
5448 echo 1 > $at_status_file
5463 echo "synclines.at:138: sed -e 's/^\\([^:]*:[^:.]*\\)[.:][^:]*:\\(.*\\)\$/\\1:\\2/' -e 's/^\\([^:]*:[^:]*:\\)[^#]*\\( #error\\)/\\1\\2/' stderr"
5464 echo synclines.at:138 >$at_check_line_file
5471 echo stdout:; tee stdout <$at_stdout
5473 77) echo 77 > $at_status_file
5476 *) echo "synclines.at:138: exit code was $at_status, expected 0"
5481 echo 1 > $at_status_file
5489 echo "synclines.at:138: cat stdout"
5490 echo synclines.at:138 >$at_check_line_file
5497 echo >>$at_stdout; echo "input.y:10: #error \"10\"
5500 77) echo 77 > $at_status_file
5503 *) echo "synclines.at:138: exit code was $at_status, expected 0"
5508 echo 1 > $at_status_file
5526 echo "44. synclines.at:157: testing ..."
5553 echo "synclines.at:157: \$CC \$CFLAGS \$CPPFLAGS -c syncline.c"
5554 echo synclines.at:157 >$at_check_line_file
5560 echo stderr:; tee stderr <$at_stderr
5563 77) echo 77 > $at_status_file
5569 echo 1 > $at_status_file
5584 echo "synclines.at:157: sed -e 's/^\\([^:]*:[^:.]*\\)[.:][^:]*:\\(.*\\)\$/\\1:\\2/' -e 's/^\\([^:]*:[^:]*:\\)[^#]*\\( #error\\)/\\1\\2/' stderr"
5585 echo synclines.at:157 >$at_check_line_file
5592 echo stdout:; tee stdout <$at_stdout
5594 77) echo 77 > $at_status_file
5597 *) echo "synclines.at:157: exit code was $at_status, expected 0"
5602 echo 1 > $at_status_file
5610 echo "synclines.at:157: test \"\`cat stdout\`\" = 'syncline.c:1: #error \"1\"' || exit 77"
5611 echo synclines.at:157 >$at_check_line_file
5620 77) echo 77 > $at_status_file
5623 *) echo "synclines.at:157: exit code was $at_status, expected 0"
5628 echo 1 > $at_status_file
5648 echo "synclines.at:157: bison -o input.c input.y"
5649 echo synclines.at:157 >$at_check_line_file
5658 77) echo 77 > $at_status_file
5661 *) echo "synclines.at:157: exit code was $at_status, expected 0"
5666 echo 1 > $at_status_file
5673 echo "synclines.at:157: \$CC \$CFLAGS \$CPPFLAGS -c input.c"
5674 echo synclines.at:157 >$at_check_line_file
5680 echo stderr:; tee stderr <$at_stderr
5683 77) echo 77 > $at_status_file
5689 echo 1 > $at_status_file
5704 echo "synclines.at:157: sed -e 's/^\\([^:]*:[^:.]*\\)[.:][^:]*:\\(.*\\)\$/\\1:\\2/' -e 's/^\\([^:]*:[^:]*:\\)[^#]*\\( #error\\)/\\1\\2/' stderr"
5705 echo synclines.at:157 >$at_check_line_file
5712 echo stdout:; tee stdout <$at_stdout
5714 77) echo 77 > $at_status_file
5717 *) echo "synclines.at:157: exit code was $at_status, expected 0"
5722 echo 1 > $at_status_file
5730 echo "synclines.at:157: cat stdout"
5731 echo synclines.at:157 >$at_check_line_file
5738 echo >>$at_stdout; echo "input.y:8: #error \"8\"
5741 77) echo 77 > $at_status_file
5744 *) echo "synclines.at:157: exit code was $at_status, expected 0"
5749 echo 1 > $at_status_file
5767 echo "45. synclines.at:175: testing ..."
5794 echo "synclines.at:175: \$CC \$CFLAGS \$CPPFLAGS -c syncline.c"
5795 echo synclines.at:175 >$at_check_line_file
5801 echo stderr:; tee stderr <$at_stderr
5804 77) echo 77 > $at_status_file
5810 echo 1 > $at_status_file
5825 echo "synclines.at:175: sed -e 's/^\\([^:]*:[^:.]*\\)[.:][^:]*:\\(.*\\)\$/\\1:\\2/' -e 's/^\\([^:]*:[^:]*:\\)[^#]*\\( #error\\)/\\1\\2/' stderr"
5826 echo synclines.at:175 >$at_check_line_file
5833 echo stdout:; tee stdout <$at_stdout
5835 77) echo 77 > $at_status_file
5838 *) echo "synclines.at:175: exit code was $at_status, expected 0"
5843 echo 1 > $at_status_file
5851 echo "synclines.at:175: test \"\`cat stdout\`\" = 'syncline.c:1: #error \"1\"' || exit 77"
5852 echo synclines.at:175 >$at_check_line_file
5861 77) echo 77 > $at_status_file
5864 *) echo "synclines.at:175: exit code was $at_status, expected 0"
5869 echo 1 > $at_status_file
5888 echo "synclines.at:175: bison -o input.c input.y"
5889 echo synclines.at:175 >$at_check_line_file
5898 77) echo 77 > $at_status_file
5901 *) echo "synclines.at:175: exit code was $at_status, expected 0"
5906 echo 1 > $at_status_file
5913 echo "synclines.at:175: \$CC \$CFLAGS \$CPPFLAGS -c input.c"
5914 echo synclines.at:175 >$at_check_line_file
5920 echo stderr:; tee stderr <$at_stderr
5923 77) echo 77 > $at_status_file
5929 echo 1 > $at_status_file
5944 echo "synclines.at:175: sed -e 's/^\\([^:]*:[^:.]*\\)[.:][^:]*:\\(.*\\)\$/\\1:\\2/' -e 's/^\\([^:]*:[^:]*:\\)[^#]*\\( #error\\)/\\1\\2/' stderr"
5945 echo synclines.at:175 >$at_check_line_file
5952 echo stdout:; tee stdout <$at_stdout
5954 77) echo 77 > $at_status_file
5957 *) echo "synclines.at:175: exit code was $at_status, expected 0"
5962 echo 1 > $at_status_file
5970 echo "synclines.at:175: cat stdout"
5971 echo synclines.at:175 >$at_check_line_file
5978 echo >>$at_stdout; echo "input.y:8: #error \"8\"
5981 77) echo 77 > $at_status_file
5984 *) echo "synclines.at:175: exit code was $at_status, expected 0"
5989 echo 1 > $at_status_file
6016 echo "46. headers.at:27: testing ..."
6032 echo "headers.at:39: bison --defines input.y"
6033 echo headers.at:39 >$at_check_line_file
6042 77) echo 77 > $at_status_file
6045 *) echo "headers.at:39: exit code was $at_status, expected 0"
6050 echo 1 > $at_status_file
6069 echo "47. headers.at:77: testing ..."
6080 echo Xinput/input |
6099 echo X"$as_dir" |
6107 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirname" >&5
6108 echo "$as_me: error: cannot create directory $dirname" >&2;}
6137 echo "headers.at:77: bison --defines=input/input.h --output=y.tab.c input/input.y"
6138 echo headers.at:77 >$at_check_line_file
6147 77) echo 77 > $at_status_file
6150 *) echo "headers.at:77: exit code was $at_status, expected 0"
6155 echo 1 > $at_status_file
6163 echo "headers.at:77: \$CC \$CFLAGS \$CPPFLAGS -o y.tab.o -I. -c y.tab.c"
6164 echo headers.at:77 >$at_check_line_file
6170 echo stderr:; cat $at_stderr
6171 echo stdout:; cat $at_stdout
6173 77) echo 77 > $at_status_file
6176 *) echo "headers.at:77: exit code was $at_status, expected 0"
6181 echo 1 > $at_status_file
6200 echo "48. headers.at:78: testing ..."
6211 echo X9foo |
6230 echo X"$as_dir" |
6238 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirname" >&5
6239 echo "$as_me: error: cannot create directory $dirname" >&2;}
6268 echo "headers.at:78: bison --defines=9foo.h --output=y.tab.c 9foo.y"
6269 echo headers.at:78 >$at_check_line_file
6278 77) echo 77 > $at_status_file
6281 *) echo "headers.at:78: exit code was $at_status, expected 0"
6286 echo 1 > $at_status_file
6294 echo "headers.at:78: \$CC \$CFLAGS \$CPPFLAGS -o y.tab.o -I. -c y.tab.c"
6295 echo headers.at:78 >$at_check_line_file
6301 echo stderr:; cat $at_stderr
6302 echo stdout:; cat $at_stdout
6304 77) echo 77 > $at_status_file
6307 *) echo "headers.at:78: exit code was $at_status, expected 0"
6312 echo 1 > $at_status_file
6331 echo "49. headers.at:87: testing ..."
6373 echo "headers.at:114: bison --defines -o input.c input.y"
6374 echo headers.at:114 >$at_check_line_file
6383 77) echo 77 > $at_status_file
6386 *) echo "headers.at:114: exit code was $at_status, expected 0"
6391 echo 1 > $at_status_file
6416 echo "headers.at:132: \$CC \$CFLAGS \$CPPFLAGS -o caller.o -c caller.c"
6417 echo headers.at:132 >$at_check_line_file
6423 echo stderr:; cat $at_stderr
6424 echo stdout:; cat $at_stdout
6426 77) echo 77 > $at_status_file
6429 *) echo "headers.at:132: exit code was $at_status, expected 0"
6434 echo 1 > $at_status_file
6441 echo "headers.at:133: \$CC \$CFLAGS \$CPPFLAGS -o input.o -c input.c"
6442 echo headers.at:133 >$at_check_line_file
6448 echo stderr:; cat $at_stderr
6449 echo stdout:; cat $at_stdout
6451 77) echo 77 > $at_status_file
6454 *) echo "headers.at:133: exit code was $at_status, expected 0"
6459 echo 1 > $at_status_file
6466 echo "headers.at:134: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o caller caller.o input.o \$LIBS"
6467 echo headers.at:134 >$at_check_line_file
6473 echo stderr:; cat $at_stderr
6474 echo stdout:; cat $at_stdout
6476 77) echo 77 > $at_status_file
6479 *) echo "headers.at:134: exit code was $at_status, expected 0"
6484 echo 1 > $at_status_file
6491 echo "headers.at:135: \$PREPARSER ./caller"
6492 echo headers.at:135 >$at_check_line_file
6501 77) echo 77 > $at_status_file
6504 *) echo "headers.at:135: exit code was $at_status, expected 0"
6509 echo 1 > $at_status_file
6537 echo "50. actions.at:25: testing ..."
6602 echo "actions.at:75: bison -d -v -o input.c input.y"
6603 echo actions.at:75 >$at_check_line_file
6612 77) echo 77 > $at_status_file
6615 *) echo "actions.at:75: exit code was $at_status, expected 0"
6620 echo 1 > $at_status_file
6627 echo "actions.at:76: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
6628 echo actions.at:76 >$at_check_line_file
6634 echo stderr:; cat $at_stderr
6635 echo stdout:; cat $at_stdout
6637 77) echo
6640 *) echo "actions.at:76: exit code was $at_status, expected 0"
6645 echo 1 > $at_status_file
6652 echo "actions.at:79: \$PREPARSER ./input"
6653 echo actions.at:79 >$at_check_line_file
6660 echo >>$at_stdout; echo "0123456789
6663 77) echo 77 > $at_status_file
6666 *) echo "actions.at:79: exit code was $at_status, expected 0"
6671 echo 1 > $at_status_file
6690 echo "51. actions.at:91: testing ..."
6764 echo "actions.at:150: bison -d -v -o input.c input.y"
6765 echo actions.at:150 >$at_check_line_file
6774 77) echo 77 > $at_status_file
6777 *) echo "actions.at:150: exit code was $at_status, expected 0"
6782 echo 1 > $at_status_file
6789 echo "actions.at:151: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
6790 echo actions.at:151 >$at_check_line_file
6796 echo stderr:; cat $at_stderr
6797 echo stdout:; cat $at_stdout
6799 77) echo 77 > $at_status_file
6802 *) echo "actions.at:151: exit code was $at_status, expected 0"
6807 echo 1 > $at_status_file
6814 echo "actions.at:154: \$PREPARSER ./input"
6815 echo actions.at:154 >$at_check_line_file
6822 echo >>$at_stdout; echo "15
6825 77) echo 77 > $at_status_file
6828 *) echo "actions.at:154: exit code was $at_status, expected 0"
6833 echo 1 > $at_status_file
6852 echo "52. actions.at:527: testing ..."
7065 echo "actions.at:527: bison -o input.c input.y"
7066 echo actions.at:527 >$at_check_line_file
7075 77) echo 77 > $at_status_file
7078 *) echo "actions.at:527: exit code was $at_status, expected 0"
7083 echo 1 > $at_status_file
7090 echo "actions.at:527: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
7091 echo actions.at:527 >$at_check_line_file
7097 echo stderr:; cat $at_stderr
7098 echo stdout:; cat $at_stdout
7100 77) echo 77 > $at_status_file
7103 *) echo "actions.at:527: exit code was $at_status, expected 0"
7108 echo 1 > $at_status_file
7122 echo "actions.at:527: \$PREPARSER ./input '(x)'"
7123 echo actions.at:527 >$at_check_line_file
7130 echo >>$at_stdout; echo "sending: '(' (0@0-9)
7142 77) echo 77 > $at_status_file
7145 *) echo "actions.at:527: exit code was $at_status, expected 0"
7150 echo 1 > $at_status_file
7163 echo "actions.at:527: \$PREPARSER ./input '(y)'"
7164 echo actions.at:527 >$at_check_line_file
7171 echo >>$at_stdout; echo "sending: '(' (0@0-9)
7184 77) echo 77 > $at_status_file
7187 *) echo "actions.at:527: exit code was $at_status, expected 0"
7192 echo 1 > $at_status_file
7215 echo "actions.at:527: \$PREPARSER ./input '(xxxxx)(x)(x)y'"
7216 echo actions.at:527 >$at_check_line_file
7223 echo >>$at_stdout; echo "sending: '(' (0@0-9)
7260 77) echo 77 > $at_status_file
7263 *) echo "actions.at:527: exit code was $at_status, expected 1"
7268 echo 1 > $at_status_file
7281 echo "actions.at:527: \$PREPARSER ./input '(x)(x)(x)(x)(x)(x)(x)'"
7282 echo actions.at:527 >$at_check_line_file
7289 echo >>$at_stdout; echo "sending: '(' (0@0-9)
7334 77) echo 77 > $at_status_file
7337 *) echo "actions.at:527: exit code was $at_status, expected 2"
7342 echo 1 > $at_status_file
7364 echo "53. actions.at:528: testing ..."
7580 echo "actions.at:528: bison -o input.c input.y"
7581 echo actions.at:528 >$at_check_line_file
7590 77) echo 77 > $at_status_file
7593 *) echo "actions.at:528: exit code was $at_status, expected 0"
7598 echo 1 > $at_status_file
7605 echo "actions.at:528: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
7606 echo actions.at:528 >$at_check_line_file
7612 echo stderr:; cat $at_stderr
7613 echo stdout:; cat $at_stdout
7615 77) echo 77 > $at_status_file
7618 *) echo "actions.at:528: exit code was $at_status, expected 0"
7623 echo 1 > $at_status_file
7637 echo "actions.at:528: \$PREPARSER ./input '(x)'"
7638 echo actions.at:528 >$at_check_line_file
7645 echo >>$at_stdout; echo "sending: '(' (0@0-9)
7657 77) echo 77 > $at_status_file
7660 *) echo "actions.at:528: exit code was $at_status, expected 0"
7665 echo 1 > $at_status_file
7678 echo "actions.at:528: \$PREPARSER ./input '(y)'"
7679 echo actions.at:528 >$at_check_line_file
7686 echo >>$at_stdout; echo "sending: '(' (0@0-9)
7699 77) echo 77 > $at_status_file
7702 *) echo "actions.at:528: exit code was $at_status, expected 0"
7707 echo 1 > $at_status_file
7730 echo "actions.at:528: \$PREPARSER ./input '(xxxxx)(x)(x)y'"
7731 echo actions.at:528 >$at_check_line_file
7738 echo >>$at_stdout; echo "sending: '(' (0@0-9)
7775 77) echo 77 > $at_status_file
7778 *) echo "actions.at:528: exit code was $at_status, expected 1"
7783 echo 1 > $at_status_file
7796 echo "actions.at:528: \$PREPARSER ./input '(x)(x)(x)(x)(x)(x)(x)'"
7797 echo actions.at:528 >$at_check_line_file
7804 echo >>$at_stdout; echo "sending: '(' (0@0-9)
7849 77) echo 77 > $at_status_file
7852 *) echo "actions.at:528: exit code was $at_status, expected 2"
7857 echo 1 > $at_status_file
7879 echo "54. actions.at:533: testing ..."
8104 echo "actions.at:533: bison -o input.cc input.y"
8105 echo actions.at:533 >$at_check_line_file
8114 77) echo 77 > $at_status_file
8117 *) echo "actions.at:533: exit code was $at_status, expected 0"
8122 echo 1 > $at_status_file
8130 echo "actions.at:533: \$BISON_CXX_WORKS"
8131 echo actions.at:533 >$at_check_line_file
8137 echo stderr:; cat $at_stderr
8138 echo stdout:; cat $at_stdout
8140 77) echo 77 > $at_status_file
8143 *) echo "actions.at:533: exit code was $at_status, expected 0"
8148 echo 1 > $at_status_file
8155 echo "actions.at:533: \$CXX \$CXXFLAGS \$CPPFLAGS \$LDFLAGS -o input input.cc \$LIBS"
8156 echo actions.at:533 >$at_check_line_file
8162 echo stderr:; cat $at_stderr
8163 echo stdout:; cat $at_stdout
8165 77) echo 77 > $at_status_file
8168 *) echo "actions.at:533: exit code was $at_status, expected 0"
8173 echo 1 > $at_status_file
8187 echo "actions.at:533: \$PREPARSER ./input '(x)'"
8188 echo actions.at:533 >$at_check_line_file
8195 echo >>$at_stdout; echo "sending: '(' (0@0-9)
8207 77) echo 77 > $at_status_file
8210 *) echo "actions.at:533: exit code was $at_status, expected 0"
8215 echo 1 > $at_status_file
8228 echo "actions.at:533: \$PREPARSER ./input '(y)'"
8229 echo actions.at:533 >$at_check_line_file
8236 echo >>$at_stdout; echo "sending: '(' (0@0-9)
8249 77) echo 77 > $at_status_file
8252 *) echo "actions.at:533: exit code was $at_status, expected 0"
8257 echo 1 > $at_status_file
8280 echo "actions.at:533: \$PREPARSER ./input '(xxxxx)(x)(x)y'"
8281 echo actions.at:533 >$at_check_line_file
8288 echo >>$at_stdout; echo "sending: '(' (0@0-9)
8325 77) echo 77 > $at_status_file
8328 *) echo "actions.at:533: exit code was $at_status, expected 1"
8333 echo 1 > $at_status_file
8360 echo "55. actions.at:534: testing ..."
8588 echo "actions.at:534: bison -o input.cc input.y"
8589 echo actions.at:534 >$at_check_line_file
8598 77) echo 77 > $at_status_file
8601 *) echo "actions.at:534: exit code was $at_status, expected 0"
8606 echo 1 > $at_status_file
8614 echo "actions.at:534: \$BISON_CXX_WORKS"
8615 echo actions.at:534 >$at_check_line_file
8621 echo stderr:; cat $at_stderr
8622 echo stdout:; cat $at_stdout
8624 77) echo 77 > $at_status_file
8627 *) echo "actions.at:534: exit code was $at_status, expected 0"
8632 echo 1 > $at_status_file
8639 echo "actions.at:534: \$CXX \$CXXFLAGS \$CPPFLAGS \$LDFLAGS -o input input.cc \$LIBS"
8640 echo actions.at:534 >$at_check_line_file
8646 echo stderr:; cat $at_stderr
8647 echo stdout:; cat $at_stdout
8649 77) echo 77 > $at_status_file
8652 *) echo "actions.at:534: exit code was $at_status, expected 0"
8657 echo 1 > $at_status_file
8671 echo "actions.at:534: \$PREPARSER ./input '(x)'"
8672 echo actions.at:534 >$at_check_line_file
8679 echo >>$at_stdout; echo "sending: '(' (0@0-9)
8691 77) echo 77 > $at_status_file
8694 *) echo "actions.at:534: exit code was $at_status, expected 0"
8699 echo 1 > $at_status_file
8712 echo "actions.at:534: \$PREPARSER ./input '(y)'"
8713 echo actions.at:534 >$at_check_line_file
8720 echo >>$at_stdout; echo "sending: '(' (0@0-9)
8733 77) echo 77 > $at_status_file
8736 *) echo "actions.at:534: exit code was $at_status, expected 0"
8741 echo 1 > $at_status_file
8764 echo "actions.at:534: \$PREPARSER ./input '(xxxxx)(x)(x)y'"
8765 echo actions.at:534 >$at_check_line_file
8772 echo >>$at_stdout; echo "sending: '(' (0@0-9)
8809 77) echo 77 > $at_status_file
8812 *) echo "actions.at:534: exit code was $at_status, expected 1"
8817 echo 1 > $at_status_file
8844 echo "56. actions.at:536: testing ..."
9057 echo "actions.at:536: bison -o input.c input.y"
9058 echo actions.at:536 >$at_check_line_file
9067 77) echo 77 > $at_status_file
9070 *) echo "actions.at:536: exit code was $at_status, expected 0"
9075 echo 1 > $at_status_file
9082 echo "actions.at:536: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
9083 echo actions.at:536 >$at_check_line_file
9089 echo stderr:; cat $at_stderr
9090 echo stdout:; cat $at_stdout
9092 77) echo 77 > $at_status_file
9095 *) echo "actions.at:536: exit code was $at_status, expected 0"
9100 echo 1 > $at_status_file
9114 echo "actions.at:536: \$PREPARSER ./input '(x)'"
9115 echo actions.at:536 >$at_check_line_file
9122 echo >>$at_stdout; echo "sending: '(' (0@0-9)
9134 77) echo 77 > $at_status_file
9137 *) echo "actions.at:536: exit code was $at_status, expected 0"
9142 echo 1 > $at_status_file
9155 echo "actions.at:536: \$PREPARSER ./input '(y)'"
9156 echo actions.at:536 >$at_check_line_file
9163 echo >>$at_stdout; echo "sending: '(' (0@0-9)
9176 77) echo 77 > $at_status_file
9179 *) echo "actions.at:536: exit code was $at_status, expected 0"
9184 echo 1 > $at_status_file
9207 echo "actions.at:536: \$PREPARSER ./input '(xxxxx)(x)(x)y'"
9208 echo actions.at:536 >$at_check_line_file
9215 echo >>$at_stdout; echo "sending: '(' (0@0-9)
9252 77) echo 77 > $at_status_file
9255 *) echo "actions.at:536: exit code was $at_status, expected 1"
9260 echo 1 > $at_status_file
9287 echo "57. actions.at:537: testing ..."
9503 echo "actions.at:537: bison -o input.c input.y"
9504 echo actions.at:537 >$at_check_line_file
9513 77) echo 77 > $at_status_file
9516 *) echo "actions.at:537: exit code was $at_status, expected 0"
9521 echo 1 > $at_status_file
9528 echo "actions.at:537: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
9529 echo actions.at:537 >$at_check_line_file
9535 echo stderr:; cat $at_stderr
9536 echo stdout:; cat $at_stdout
9538 77) echo 77 > $at_status_file
9541 *) echo "actions.at:537: exit code was $at_status, expected 0"
9546 echo 1 > $at_status_file
9560 echo "actions.at:537: \$PREPARSER ./input '(x)'"
9561 echo actions.at:537 >$at_check_line_file
9568 echo >>$at_stdout; echo "sending: '(' (0@0-9)
9580 77) echo 77 > $at_status_file
9583 *) echo "actions.at:537: exit code was $at_status, expected 0"
9588 echo 1 > $at_status_file
9601 echo "actions.at:537: \$PREPARSER ./input '(y)'"
9602 echo actions.at:537 >$at_check_line_file
9609 echo >>$at_stdout; echo "sending: '(' (0@0-9)
9622 77) echo 77 > $at_status_file
9625 *) echo "actions.at:537: exit code was $at_status, expected 0"
9630 echo 1 > $at_status_file
9653 echo "actions.at:537: \$PREPARSER ./input '(xxxxx)(x)(x)y'"
9654 echo actions.at:537 >$at_check_line_file
9661 echo >>$at_stdout; echo "sending: '(' (0@0-9)
9698 77) echo 77 > $at_status_file
9701 *) echo "actions.at:537: exit code was $at_status, expected 1"
9706 echo 1 > $at_status_file
9742 echo "58. conflicts.at:32: testing ..."
9755 echo "conflicts.at:43: bison -o input.c input.y"
9756 echo conflicts.at:43 >$at_check_line_file
9762 echo >>$at_stderr; echo "input.y:4.9: warning: rule never reduced because of conflicts: e: /* empty */
9766 77) echo 77 > $at_status_file
9769 *) echo "conflicts.at:43: exit code was $at_status, expected 0"
9774 echo 1 > $at_status_file
9793 echo "59. conflicts.at:52: testing ..."
9856 echo "conflicts.at:100: bison -o input.c input.y"
9857 echo conflicts.at:100 >$at_check_line_file
9866 77) echo 77 > $at_status_file
9869 *) echo "conflicts.at:100: exit code was $at_status, expected 0"
9874 echo 1 > $at_status_file
9881 echo "conflicts.at:101: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
9882 echo conflicts.at:101 >$at_check_line_file
9888 echo stderr:; cat $at_stderr
9889 echo stdout:; cat $at_stdout
9891 77) echo 77 > $at_status_file
9894 *) echo "conflicts.at:101: exit code was $at_status, expected 0"
9899 echo 1 > $at_status_file
9907 echo "conflicts.at:103: \$PREPARSER ./input '0<0'"
9908 echo conflicts.at:103 >$at_check_line_file
9917 77) echo 77 > $at_status_file
9920 *) echo "conflicts.at:103: exit code was $at_status, expected 0"
9925 echo 1 > $at_status_file
9935 echo "conflicts.at:109: \$PREPARSER ./input '0<0<0'"
9936 echo conflicts.at:109 >$at_check_line_file
9942 echo >>$at_stderr; echo "syntax error, unexpected '<', expecting '<' or '>'
9946 77) echo 77 > $at_status_file
9949 *) echo "conflicts.at:109: exit code was $at_status, expected 1"
9954 echo 1 > $at_status_file
9962 echo "conflicts.at:111: \$PREPARSER ./input '0>0'"
9963 echo conflicts.at:111 >$at_check_line_file
9972 77) echo 77 > $at_status_file
9975 *) echo "conflicts.at:111: exit code was $at_status, expected 0"
9980 echo 1 > $at_status_file
9987 echo "conflicts.at:114: \$PREPARSER ./input '0>0>0'"
9988 echo conflicts.at:114 >$at_check_line_file
9994 echo >>$at_stderr; echo "syntax error, unexpected '>', expecting '<' or '>'
9998 77) echo 77 > $at_status_file
10001 *) echo "conflicts.at:114: exit code was $at_status, expected 1"
10006 echo 1 > $at_status_file
10014 echo "conflicts.at:118: \$PREPARSER ./input '0<0>0'"
10015 echo conflicts.at:118 >$at_check_line_file
10021 echo >>$at_stderr; echo "syntax error, unexpected '>', expecting '<' or '>'
10025 77) echo 77 > $at_status_file
10028 *) echo "conflicts.at:118: exit code was $at_status, expected 1"
10033 echo 1 > $at_status_file
10052 echo "60. conflicts.at:128: testing ..."
10066 echo "conflicts.at:140: bison -o input.c --report=all input.y"
10067 echo conflicts.at:140 >$at_check_line_file
10073 echo >>$at_stderr; echo "input.y: conflicts: 1 shift/reduce
10077 77) echo 77 > $at_status_file
10080 echo "conflicts.at:140: exit code was $at_status, expected 0"
10085 echo 1 > $at_status_file
10094 echo "conflicts.at:225: cat input.output"
10095 echo conflicts.at:225 >$at_check_line_file
10102 echo >>$at_stdout; echo "State 5 conflicts: 1 shift/reduce
10185 77) echo 77 > $at_status_file
10188 *) echo "conflicts.at:225: exit code was $at_status, expected 0"
10193 echo 1 > $at_status_file
10212 echo "61. conflicts.at:235: testing ..."
10227 echo "conflicts.at:246: bison -o input.c --report=all input.y"
10228 echo conflicts.at:246 >$at_check_line_file
10237 77) echo 77 > $at_status_file
10240 *) echo "conflicts.at:246: exit code was $at_status, expected 0"
10245 echo 1 > $at_status_file
10254 echo "conflicts.at:327: cat input.output"
10255 echo conflicts.at:327 >$at_check_line_file
10262 echo >>$at_stdout; echo "Grammar
10341 77) echo 77 > $at_status_file
10344 *) echo "conflicts.at:327: exit code was $at_status, expected 0"
10349 echo 1 > $at_status_file
10368 echo "62. conflicts.at:357: testing ..."
10383 echo "conflicts.at:371: bison -o input.c --report=all input.y"
10384 echo conflicts.at:371 >$at_check_line_file
10390 echo >>$at_stderr; echo "input.y: conflicts: 1 reduce/reduce
10395 77) echo 77 > $at_status_file
10398 *) echo "conflicts.at:371: exit code was $at_status, expected 0"
10403 echo 1 > $at_status_file
10412 echo "conflicts.at:465: cat input.output"
10413 echo conflicts.at:465 >$at_check_line_file
10420 echo >>$at_stdout; echo "Rules never reduced
10512 77) echo 77 > $at_status_file
10515 *) echo "conflicts.at:465: exit code was $at_status, expected 0"
10520 echo 1 > $at_status_file
10539 echo "63. conflicts.at:476: testing ..."
10552 echo "conflicts.at:488: bison -o input.c input.y"
10553 echo conflicts.at:488 >$at_check_line_file
10559 echo >>$at_stderr; echo "input.y: conflicts: 1 shift/reduce
10564 77) echo 77 > $at_status_file
10567 *) echo "conflicts.at:488: exit code was $at_status, expected 1"
10572 echo 1 > $at_status_file
10590 echo "64. conflicts.at:496: testing ..."
10603 echo "conflicts.at:505: bison -o input.c input.y"
10604 echo conflicts.at:505 >$at_check_line_file
10613 77) echo 77 > $at_status_file
10616 *) echo "conflicts.at:505: exit code was $at_status, expected 0"
10621 echo 1 > $at_status_file
10639 echo "65. conflicts.at:513: testing ..."
10652 echo "conflicts.at:525: bison -o input.c input.y"
10653 echo conflicts.at:525 >$at_check_line_file
10659 echo >>$at_stderr; echo "input.y: conflicts: 1 shift/reduce
10664 77) echo 77 > $at_status_file
10667 *) echo "conflicts.at:525: exit code was $at_status, expected 1"
10672 echo 1 > $at_status_file
10690 echo "66. conflicts.at:533: testing ..."
10703 echo "conflicts.at:545: bison -o input.c input.y"
10704 echo conflicts.at:545 >$at_check_line_file
10710 echo >>$at_stderr; echo "input.y: conflicts: 1 reduce/reduce
10715 77) echo 77 > $at_status_file
10718 *) echo "conflicts.at:545: exit code was $at_status, expected 1"
10723 echo 1 > $at_status_file
10741 echo "67. conflicts.at:553: testing ..."
10761 echo "conflicts.at:571: bison -o input.c input.y"
10762 echo conflicts.at:571 >$at_check_line_file
10768 echo >>$at_stderr; echo "input.y: conflicts: 4 shift/reduce
10772 77) echo 77 > $at_status_file
10775 *) echo "conflicts.at:571: exit code was $at_status, expected 0"
10780 echo 1 > $at_status_file
10798 echo "68. conflicts.at:579: testing ..."
10818 echo "conflicts.at:595: bison -o input.c input.y"
10819 echo conflicts.at:595 >$at_check_line_file
10828 77) echo 77 > $at_status_file
10831 *) echo "conflicts.at:595: exit code was $at_status, expected 0"
10836 echo 1 > $at_status_file
10854 echo "69. conflicts.at:603: testing ..."
10874 echo "conflicts.at:619: bison -o input.c input.y"
10875 echo conflicts.at:619 >$at_check_line_file
10884 77) echo 77 > $at_status_file
10887 *) echo "conflicts.at:619: exit code was $at_status, expected 0"
10892 echo 1 > $at_status_file
10919 echo "70. calc.at:550: testing ..."
11209 echo "calc.at:550: bison -o calc.c calc.y"
11210 echo calc.at:550 >$at_check_line_file
11219 77) echo 77 > $at_status_file
11222 *) echo "calc.at:550: exit code was $at_status, expected 0"
11227 echo 1 > $at_status_file
11234 echo "calc.at:550: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
11235 echo calc.at:550 >$at_check_line_file
11241 echo stderr:; cat $at_stderr
11242 echo stdout:; cat $at_stdout
11244 77) echo 77 > $at_status_file
11247 *) echo "calc.at:550: exit code was $at_status, expected 0"
11252 echo 1 > $at_status_file
11277 echo "calc.at:550: \$PREPARSER ./calc input"
11278 echo calc.at:550 >$at_check_line_file
11284 echo stderr:; tee stderr <$at_stderr
11287 77) echo 77 > $at_status_file
11290 *) echo "calc.at:550: exit code was $at_status, expected 0"
11295 echo 1 > $at_status_file
11309 echo "calc.at:550: \$PREPARSER ./calc input"
11310 echo calc.at:550 >$at_check_line_file
11316 echo stderr:; tee stderr <$at_stderr
11319 77) echo 77 > $at_status_file
11322 *) echo "calc.at:550: exit code was $at_status, expected 1"
11327 echo 1 > $at_status_file
11364 echo "calc.at:550: cat stderr"
11365 echo calc.at:550 >$at_check_line_file
11374 77) echo 77 > $at_status_file
11377 *) echo "calc.at:550: exit code was $at_status, expected 0"
11382 echo 1 > $at_status_file
11394 echo "calc.at:550: \$PREPARSER ./calc input"
11395 echo calc.at:550 >$at_check_line_file
11401 echo stderr:; tee stderr <$at_stderr
11404 77) echo 77 > $at_status_file
11407 *) echo "calc.at:550: exit code was $at_status, expected 1"
11412 echo 1 > $at_status_file
11449 echo "calc.at:550: cat stderr"
11450 echo calc.at:550 >$at_check_line_file
11459 77) echo 77 > $at_status_file
11462 *) echo "calc.at:550: exit code was $at_status, expected 0"
11467 echo 1 > $at_status_file
11479 echo "calc.at:550: \$PREPARSER ./calc input"
11480 echo calc.at:550 >$at_check_line_file
11486 echo stderr:; tee stderr <$at_stderr
11489 77) echo 77 > $at_status_file
11492 *) echo "calc.at:550: exit code was $at_status, expected 1"
11497 echo 1 > $at_status_file
11534 echo "calc.at:550: cat stderr"
11535 echo calc.at:550 >$at_check_line_file
11544 77) echo 77 > $at_status_file
11547 *) echo "calc.at:550: exit code was $at_status, expected 0"
11552 echo 1 > $at_status_file
11564 echo "calc.at:550: \$PREPARSER ./calc input"
11565 echo calc.at:550 >$at_check_line_file
11571 echo stderr:; tee stderr <$at_stderr
11574 77) echo 77 > $at_status_file
11577 *) echo "calc.at:550: exit code was $at_status, expected 1"
11582 echo 1 > $at_status_file
11619 echo "calc.at:550: cat stderr"
11620 echo calc.at:550 >$at_check_line_file
11629 77) echo 77 > $at_status_file
11632 *) echo "calc.at:550: exit code was $at_status, expected 0"
11637 echo 1 > $at_status_file
11650 echo "calc.at:550: \$PREPARSER ./calc input"
11651 echo calc.at:550 >$at_check_line_file
11657 echo stderr:; tee stderr <$at_stderr
11660 77) echo 77 > $at_status_file
11663 *) echo "calc.at:550: exit code was $at_status, expected 1"
11668 echo 1 > $at_status_file
11705 echo "calc.at:550: cat stderr"
11706 echo calc.at:550 >$at_check_line_file
11715 77) echo 77 > $at_status_file
11718 *) echo "calc.at:550: exit code was $at_status, expected 0"
11723 echo 1 > $at_status_file
11732 echo "calc.at:550: \$PREPARSER ./calc /dev/null"
11733 echo calc.at:550 >$at_check_line_file
11739 echo stderr:; tee stderr <$at_stderr
11742 77) echo 77 > $at_status_file
11745 *) echo "calc.at:550: exit code was $at_status, expected 1"
11750 echo 1 > $at_status_file
11787 echo "calc.at:550: cat stderr"
11788 echo calc.at:550 >$at_check_line_file
11797 77) echo 77 > $at_status_file
11800 *) echo "calc.at:550: exit code was $at_status, expected 0"
11805 echo 1 > $at_status_file
11834 echo "calc.at:550: \$PREPARSER ./calc input"
11835 echo calc.at:550 >$at_check_line_file
11841 echo stderr:; tee stderr <$at_stderr
11844 77) echo 77 > $at_status_file
11847 *) echo "calc.at:550: exit code was $at_status, expected 0"
11852 echo 1 > $at_status_file
11893 echo "calc.at:550: cat stderr"
11894 echo calc.at:550 >$at_check_line_file
11903 77) echo 77 > $at_status_file
11906 *) echo "calc.at:550: exit code was $at_status, expected 0"
11911 echo 1 > $at_status_file
11926 echo "calc.at:550: \$PREPARSER ./calc input"
11927 echo calc.at:550 >$at_check_line_file
11933 echo stderr:; tee stderr <$at_stderr
11936 77) echo 77 > $at_status_file
11939 *) echo "calc.at:550: exit code was $at_status, expected 0"
11944 echo 1 > $at_status_file
11982 echo "calc.at:550: cat stderr"
11983 echo calc.at:550 >$at_check_line_file
11992 77) echo 77 > $at_status_file
11995 *) echo "calc.at:550: exit code was $at_status, expected 0"
12000 echo 1 > $at_status_file
12012 echo "calc.at:550: \$PREPARSER ./calc input"
12013 echo calc.at:550 >$at_check_line_file
12019 echo stderr:; tee stderr <$at_stderr
12022 77) echo 77 > $at_status_file
12025 *) echo "calc.at:550: exit code was $at_status, expected 0"
12030 echo 1 > $at_status_file
12069 echo "calc.at:550: cat stderr"
12070 echo calc.at:550 >$at_check_line_file
12079 77) echo 77 > $at_status_file
12082 *) echo "calc.at:550: exit code was $at_status, expected 0"
12087 echo 1 > $at_status_file
12128 echo "71. calc.at:552: testing ..."
12418 echo "calc.at:552: bison -o calc.c calc.y"
12419 echo calc.at:552 >$at_check_line_file
12428 77) echo 77 > $at_status_file
12431 *) echo "calc.at:552: exit code was $at_status, expected 0"
12436 echo 1 > $at_status_file
12443 echo "calc.at:552: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
12444 echo calc.at:552 >$at_check_line_file
12450 echo stderr:; cat $at_stderr
12451 echo stdout:; cat $at_stdout
12453 77) echo 77 > $at_status_file
12456 *) echo "calc.at:552: exit code was $at_status, expected 0"
12461 echo 1 > $at_status_file
12486 echo "calc.at:552: \$PREPARSER ./calc input"
12487 echo calc.at:552 >$at_check_line_file
12493 echo stderr:; tee stderr <$at_stderr
12496 77) echo 77 > $at_status_file
12499 *) echo "calc.at:552: exit code was $at_status, expected 0"
12504 echo 1 > $at_status_file
12518 echo "calc.at:552: \$PREPARSER ./calc input"
12519 echo calc.at:552 >$at_check_line_file
12525 echo stderr:; tee stderr <$at_stderr
12528 77) echo 77 > $at_status_file
12531 *) echo "calc.at:552: exit code was $at_status, expected 1"
12536 echo 1 > $at_status_file
12573 echo "calc.at:552: cat stderr"
12574 echo calc.at:552 >$at_check_line_file
12583 77) echo 77 > $at_status_file
12586 *) echo "calc.at:552: exit code was $at_status, expected 0"
12591 echo 1 > $at_status_file
12603 echo "calc.at:552: \$PREPARSER ./calc input"
12604 echo calc.at:552 >$at_check_line_file
12610 echo stderr:; tee stderr <$at_stderr
12613 77) echo 77 > $at_status_file
12616 *) echo "calc.at:552: exit code was $at_status, expected 1"
12621 echo 1 > $at_status_file
12658 echo "calc.at:552: cat stderr"
12659 echo calc.at:552 >$at_check_line_file
12668 77) echo 77 > $at_status_file
12671 *) echo "calc.at:552: exit code was $at_status, expected 0"
12676 echo 1 > $at_status_file
12688 echo "calc.at:552: \$PREPARSER ./calc input"
12689 echo calc.at:552 >$at_check_line_file
12695 echo stderr:; tee stderr <$at_stderr
12698 77) echo 77 > $at_status_file
12701 *) echo "calc.at:552: exit code was $at_status, expected 1"
12706 echo 1 > $at_status_file
12743 echo "calc.at:552: cat stderr"
12744 echo calc.at:552 >$at_check_line_file
12753 77) echo 77 > $at_status_file
12756 *) echo "calc.at:552: exit code was $at_status, expected 0"
12761 echo 1 > $at_status_file
12773 echo "calc.at:552: \$PREPARSER ./calc input"
12774 echo calc.at:552 >$at_check_line_file
12780 echo stderr:; tee stderr <$at_stderr
12783 77) echo 77 > $at_status_file
12786 *) echo "calc.at:552: exit code was $at_status, expected 1"
12791 echo 1 > $at_status_file
12828 echo "calc.at:552: cat stderr"
12829 echo calc.at:552 >$at_check_line_file
12838 77) echo 77 > $at_status_file
12841 *) echo "calc.at:552: exit code was $at_status, expected 0"
12846 echo 1 > $at_status_file
12859 echo "calc.at:552: \$PREPARSER ./calc input"
12860 echo calc.at:552 >$at_check_line_file
12866 echo stderr:; tee stderr <$at_stderr
12869 77) echo 77 > $at_status_file
12872 *) echo "calc.at:552: exit code was $at_status, expected 1"
12877 echo 1 > $at_status_file
12914 echo "calc.at:552: cat stderr"
12915 echo calc.at:552 >$at_check_line_file
12924 77) echo 77 > $at_status_file
12927 *) echo "calc.at:552: exit code was $at_status, expected 0"
12932 echo 1 > $at_status_file
12941 echo "calc.at:552: \$PREPARSER ./calc /dev/null"
12942 echo calc.at:552 >$at_check_line_file
12948 echo stderr:; tee stderr <$at_stderr
12951 77) echo 77 > $at_status_file
12954 *) echo "calc.at:552: exit code was $at_status, expected 1"
12959 echo 1 > $at_status_file
12996 echo "calc.at:552: cat stderr"
12997 echo calc.at:552 >$at_check_line_file
13006 77) echo 77 > $at_status_file
13009 *) echo "calc.at:552: exit code was $at_status, expected 0"
13014 echo 1 > $at_status_file
13043 echo "calc.at:552: \$PREPARSER ./calc input"
13044 echo calc.at:552 >$at_check_line_file
13050 echo stderr:; tee stderr <$at_stderr
13053 77) echo 77 > $at_status_file
13056 *) echo "calc.at:552: exit code was $at_status, expected 0"
13061 echo 1 > $at_status_file
13102 echo "calc.at:552: cat stderr"
13103 echo calc.at:552 >$at_check_line_file
13112 77) echo 77 > $at_status_file
13115 *) echo "calc.at:552: exit code was $at_status, expected 0"
13120 echo 1 > $at_status_file
13135 echo "calc.at:552: \$PREPARSER ./calc input"
13136 echo calc.at:552 >$at_check_line_file
13142 echo stderr:; tee stderr <$at_stderr
13145 77) echo 77 > $at_status_file
13148 *) echo "calc.at:552: exit code was $at_status, expected 0"
13153 echo 1 > $at_status_file
13191 echo "calc.at:552: cat stderr"
13192 echo calc.at:552 >$at_check_line_file
13201 77) echo 77 > $at_status_file
13204 *) echo "calc.at:552: exit code was $at_status, expected 0"
13209 echo 1 > $at_status_file
13221 echo "calc.at:552: \$PREPARSER ./calc input"
13222 echo calc.at:552 >$at_check_line_file
13228 echo stderr:; tee stderr <$at_stderr
13231 77) echo 77 > $at_status_file
13234 *) echo "calc.at:552: exit code was $at_status, expected 0"
13239 echo 1 > $at_status_file
13278 echo "calc.at:552: cat stderr"
13279 echo calc.at:552 >$at_check_line_file
13288 77) echo 77 > $at_status_file
13291 *) echo "calc.at:552: exit code was $at_status, expected 0"
13296 echo 1 > $at_status_file
13337 echo "72. calc.at:553: testing ..."
13658 echo "calc.at:553: bison -o calc.c calc.y"
13659 echo calc.at:553 >$at_check_line_file
13668 77) echo 77 > $at_status_file
13671 *) echo "calc.at:553: exit code was $at_status, expected 0"
13676 echo 1 > $at_status_file
13683 echo "calc.at:553: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
13684 echo calc.at:553 >$at_check_line_file
13690 echo stderr:; cat $at_stderr
13691 echo stdout:; cat $at_stdout
13693 77) echo 77 > $at_status_file
13696 *) echo "calc.at:553: exit code was $at_status, expected 0"
13701 echo 1 > $at_status_file
13726 echo "calc.at:553: \$PREPARSER ./calc input"
13727 echo calc.at:553 >$at_check_line_file
13733 echo stderr:; tee stderr <$at_stderr
13736 77) echo 77 > $at_status_file
13739 *) echo "calc.at:553: exit code was $at_status, expected 0"
13744 echo 1 > $at_status_file
13758 echo "calc.at:553: \$PREPARSER ./calc input"
13759 echo calc.at:553 >$at_check_line_file
13765 echo stderr:; tee stderr <$at_stderr
13768 77) echo 77 > $at_status_file
13771 *) echo "calc.at:553: exit code was $at_status, expected 1"
13776 echo 1 > $at_status_file
13812 echo "calc.at:553: cat stderr"
13813 echo calc.at:553 >$at_check_line_file
13822 77) echo 77 > $at_status_file
13825 *) echo "calc.at:553: exit code was $at_status, expected 0"
13830 echo 1 > $at_status_file
13842 echo "calc.at:553: \$PREPARSER ./calc input"
13843 echo calc.at:553 >$at_check_line_file
13849 echo stderr:; tee stderr <$at_stderr
13852 77) echo 77 > $at_status_file
13855 *) echo "calc.at:553: exit code was $at_status, expected 1"
13860 echo 1 > $at_status_file
13896 echo "calc.at:553: cat stderr"
13897 echo calc.at:553 >$at_check_line_file
13906 77) echo 77 > $at_status_file
13909 *) echo "calc.at:553: exit code was $at_status, expected 0"
13914 echo 1 > $at_status_file
13926 echo "calc.at:553: \$PREPARSER ./calc input"
13927 echo calc.at:553 >$at_check_line_file
13933 echo stderr:; tee stderr <$at_stderr
13936 77) echo 77 > $at_status_file
13939 *) echo "calc.at:553: exit code was $at_status, expected 1"
13944 echo 1 > $at_status_file
13980 echo "calc.at:553: cat stderr"
13981 echo calc.at:553 >$at_check_line_file
13990 77) echo 77 > $at_status_file
13993 *) echo "calc.at:553: exit code was $at_status, expected 0"
13998 echo 1 > $at_status_file
14010 echo "calc.at:553: \$PREPARSER ./calc input"
14011 echo calc.at:553 >$at_check_line_file
14017 echo stderr:; tee stderr <$at_stderr
14020 77) echo 77 > $at_status_file
14023 *) echo "calc.at:553: exit code was $at_status, expected 1"
14028 echo 1 > $at_status_file
14064 echo "calc.at:553: cat stderr"
14065 echo calc.at:553 >$at_check_line_file
14074 77) echo 77 > $at_status_file
14077 *) echo "calc.at:553: exit code was $at_status, expected 0"
14082 echo 1 > $at_status_file
14095 echo "calc.at:553: \$PREPARSER ./calc input"
14096 echo calc.at:553 >$at_check_line_file
14102 echo stderr:; tee stderr <$at_stderr
14105 77) echo 77 > $at_status_file
14108 *) echo "calc.at:553: exit code was $at_status, expected 1"
14113 echo 1 > $at_status_file
14149 echo "calc.at:553: cat stderr"
14150 echo calc.at:553 >$at_check_line_file
14159 77) echo 77 > $at_status_file
14162 *) echo "calc.at:553: exit code was $at_status, expected 0"
14167 echo 1 > $at_status_file
14176 echo "calc.at:553: \$PREPARSER ./calc /dev/null"
14177 echo calc.at:553 >$at_check_line_file
14183 echo stderr:; tee stderr <$at_stderr
14186 77) echo 77 > $at_status_file
14189 *) echo "calc.at:553: exit code was $at_status, expected 1"
14194 echo 1 > $at_status_file
14230 echo "calc.at:553: cat stderr"
14231 echo calc.at:553 >$at_check_line_file
14240 77) echo 77 > $at_status_file
14243 *) echo "calc.at:553: exit code was $at_status, expected 0"
14248 echo 1 > $at_status_file
14277 echo "calc.at:553: \$PREPARSER ./calc input"
14278 echo calc.at:553 >$at_check_line_file
14284 echo stderr:; tee stderr <$at_stderr
14287 77) echo 77 > $at_status_file
14290 *) echo "calc.at:553: exit code was $at_status, expected 0"
14295 echo 1 > $at_status_file
14335 echo "calc.at:553: cat stderr"
14336 echo calc.at:553 >$at_check_line_file
14345 77) echo 77 > $at_status_file
14348 *) echo "calc.at:553: exit code was $at_status, expected 0"
14353 echo 1 > $at_status_file
14368 echo "calc.at:553: \$PREPARSER ./calc input"
14369 echo calc.at:553 >$at_check_line_file
14375 echo stderr:; tee stderr <$at_stderr
14378 77) echo 77 > $at_status_file
14381 *) echo "calc.at:553: exit code was $at_status, expected 0"
14386 echo 1 > $at_status_file
14423 echo "calc.at:553: cat stderr"
14424 echo calc.at:553 >$at_check_line_file
14433 77) echo 77 > $at_status_file
14436 *) echo "calc.at:553: exit code was $at_status, expected 0"
14441 echo 1 > $at_status_file
14453 echo "calc.at:553: \$PREPARSER ./calc input"
14454 echo calc.at:553 >$at_check_line_file
14460 echo stderr:; tee stderr <$at_stderr
14463 77) echo 77 > $at_status_file
14466 *) echo "calc.at:553: exit code was $at_status, expected 0"
14471 echo 1 > $at_status_file
14509 echo "calc.at:553: cat stderr"
14510 echo calc.at:553 >$at_check_line_file
14519 77) echo 77 > $at_status_file
14522 *) echo "calc.at:553: exit code was $at_status, expected 0"
14527 echo 1 > $at_status_file
14568 echo "73. calc.at:554: testing ..."
14858 echo "calc.at:554: bison -o calc.c calc.y"
14859 echo calc.at:554 >$at_check_line_file
14868 77) echo 77 > $at_status_file
14871 *) echo "calc.at:554: exit code was $at_status, expected 0"
14876 echo 1 > $at_status_file
14883 echo "calc.at:554: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
14884 echo calc.at:554 >$at_check_line_file
14890 echo stderr:; cat $at_stderr
14891 echo stdout:; cat $at_stdout
14893 77) echo 77 > $at_status_file
14896 *) echo "calc.at:554: exit code was $at_status, expected 0"
14901 echo 1 > $at_status_file
14926 echo "calc.at:554: \$PREPARSER ./calc input"
14927 echo calc.at:554 >$at_check_line_file
14933 echo stderr:; tee stderr <$at_stderr
14936 77) echo 77 > $at_status_file
14939 *) echo "calc.at:554: exit code was $at_status, expected 0"
14944 echo 1 > $at_status_file
14958 echo "calc.at:554: \$PREPARSER ./calc input"
14959 echo calc.at:554 >$at_check_line_file
14965 echo stderr:; tee stderr <$at_stderr
14968 77) echo 77 > $at_status_file
14971 *) echo "calc.at:554: exit code was $at_status, expected 1"
14976 echo 1 > $at_status_file
15013 echo "calc.at:554: cat stderr"
15014 echo calc.at:554 >$at_check_line_file
15023 77) echo 77 > $at_status_file
15026 *) echo "calc.at:554: exit code was $at_status, expected 0"
15031 echo 1 > $at_status_file
15043 echo "calc.at:554: \$PREPARSER ./calc input"
15044 echo calc.at:554 >$at_check_line_file
15050 echo stderr:; tee stderr <$at_stderr
15053 77) echo 77 > $at_status_file
15056 *) echo "calc.at:554: exit code was $at_status, expected 1"
15061 echo 1 > $at_status_file
15098 echo "calc.at:554: cat stderr"
15099 echo calc.at:554 >$at_check_line_file
15108 77) echo 77 > $at_status_file
15111 *) echo "calc.at:554: exit code was $at_status, expected 0"
15116 echo 1 > $at_status_file
15128 echo "calc.at:554: \$PREPARSER ./calc input"
15129 echo calc.at:554 >$at_check_line_file
15135 echo stderr:; tee stderr <$at_stderr
15138 77) echo 77 > $at_status_file
15141 *) echo "calc.at:554: exit code was $at_status, expected 1"
15146 echo 1 > $at_status_file
15183 echo "calc.at:554: cat stderr"
15184 echo calc.at:554 >$at_check_line_file
15193 77) echo 77 > $at_status_file
15196 *) echo "calc.at:554: exit code was $at_status, expected 0"
15201 echo 1 > $at_status_file
15213 echo "calc.at:554: \$PREPARSER ./calc input"
15214 echo calc.at:554 >$at_check_line_file
15220 echo stderr:; tee stderr <$at_stderr
15223 77) echo 77 > $at_status_file
15226 *) echo "calc.at:554: exit code was $at_status, expected 1"
15231 echo 1 > $at_status_file
15268 echo "calc.at:554: cat stderr"
15269 echo calc.at:554 >$at_check_line_file
15278 77) echo 77 > $at_status_file
15281 *) echo "calc.at:554: exit code was $at_status, expected 0"
15286 echo 1 > $at_status_file
15299 echo "calc.at:554: \$PREPARSER ./calc input"
15300 echo calc.at:554 >$at_check_line_file
15306 echo stderr:; tee stderr <$at_stderr
15309 77) echo 77 > $at_status_file
15312 *) echo "calc.at:554: exit code was $at_status, expected 1"
15317 echo 1 > $at_status_file
15354 echo "calc.at:554: cat stderr"
15355 echo calc.at:554 >$at_check_line_file
15364 77) echo 77 > $at_status_file
15367 *) echo "calc.at:554: exit code was $at_status, expected 0"
15372 echo 1 > $at_status_file
15381 echo "calc.at:554: \$PREPARSER ./calc /dev/null"
15382 echo calc.at:554 >$at_check_line_file
15388 echo stderr:; tee stderr <$at_stderr
15391 77) echo 77 > $at_status_file
15394 *) echo "calc.at:554: exit code was $at_status, expected 1"
15399 echo 1 > $at_status_file
15436 echo "calc.at:554: cat stderr"
15437 echo calc.at:554 >$at_check_line_file
15446 77) echo 77 > $at_status_file
15449 *) echo "calc.at:554: exit code was $at_status, expected 0"
15454 echo 1 > $at_status_file
15483 echo "calc.at:554: \$PREPARSER ./calc input"
15484 echo calc.at:554 >$at_check_line_file
15490 echo stderr:; tee stderr <$at_stderr
15493 77) echo 77 > $at_status_file
15496 *) echo "calc.at:554: exit code was $at_status, expected 0"
15501 echo 1 > $at_status_file
15542 echo "calc.at:554: cat stderr"
15543 echo calc.at:554 >$at_check_line_file
15552 77) echo 77 > $at_status_file
15555 *) echo "calc.at:554: exit code was $at_status, expected 0"
15560 echo 1 > $at_status_file
15575 echo "calc.at:554: \$PREPARSER ./calc input"
15576 echo calc.at:554 >$at_check_line_file
15582 echo stderr:; tee stderr <$at_stderr
15585 77) echo 77 > $at_status_file
15588 *) echo "calc.at:554: exit code was $at_status, expected 0"
15593 echo 1 > $at_status_file
15631 echo "calc.at:554: cat stderr"
15632 echo calc.at:554 >$at_check_line_file
15641 77) echo 77 > $at_status_file
15644 *) echo "calc.at:554: exit code was $at_status, expected 0"
15649 echo 1 > $at_status_file
15661 echo "calc.at:554: \$PREPARSER ./calc input"
15662 echo calc.at:554 >$at_check_line_file
15668 echo stderr:; tee stderr <$at_stderr
15671 77) echo 77 > $at_status_file
15674 *) echo "calc.at:554: exit code was $at_status, expected 0"
15679 echo 1 > $at_status_file
15718 echo "calc.at:554: cat stderr"
15719 echo calc.at:554 >$at_check_line_file
15728 77) echo 77 > $at_status_file
15731 *) echo "calc.at:554: exit code was $at_status, expected 0"
15736 echo 1 > $at_status_file
15777 echo "74. calc.at:555: testing ..."
16067 echo "calc.at:555: bison -o calc.c calc.y"
16068 echo calc.at:555 >$at_check_line_file
16077 77) echo 77 > $at_status_file
16080 *) echo "calc.at:555: exit code was $at_status, expected 0"
16085 echo 1 > $at_status_file
16092 echo "calc.at:555: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
16093 echo calc.at:555 >$at_check_line_file
16099 echo stderr:; cat $at_stderr
16100 echo stdout:; cat $at_stdout
16102 77) echo 77 > $at_status_file
16105 *) echo "calc.at:555: exit code was $at_status, expected 0"
16110 echo 1 > $at_status_file
16135 echo "calc.at:555: \$PREPARSER ./calc input"
16136 echo calc.at:555 >$at_check_line_file
16142 echo stderr:; tee stderr <$at_stderr
16145 77) echo 77 > $at_status_file
16148 *) echo "calc.at:555: exit code was $at_status, expected 0"
16153 echo 1 > $at_status_file
16167 echo "calc.at:555: \$PREPARSER ./calc input"
16168 echo calc.at:555 >$at_check_line_file
16174 echo stderr:; tee stderr <$at_stderr
16177 77) echo 77 > $at_status_file
16180 *) echo "calc.at:555: exit code was $at_status, expected 1"
16185 echo 1 > $at_status_file
16222 echo "calc.at:555: cat stderr"
16223 echo calc.at:555 >$at_check_line_file
16232 77) echo 77 > $at_status_file
16235 *) echo "calc.at:555: exit code was $at_status, expected 0"
16240 echo 1 > $at_status_file
16252 echo "calc.at:555: \$PREPARSER ./calc input"
16253 echo calc.at:555 >$at_check_line_file
16259 echo stderr:; tee stderr <$at_stderr
16262 77) echo 77 > $at_status_file
16265 *) echo "calc.at:555: exit code was $at_status, expected 1"
16270 echo 1 > $at_status_file
16307 echo "calc.at:555: cat stderr"
16308 echo calc.at:555 >$at_check_line_file
16317 77) echo 77 > $at_status_file
16320 *) echo "calc.at:555: exit code was $at_status, expected 0"
16325 echo 1 > $at_status_file
16337 echo "calc.at:555: \$PREPARSER ./calc input"
16338 echo calc.at:555 >$at_check_line_file
16344 echo stderr:; tee stderr <$at_stderr
16347 77) echo 77 > $at_status_file
16350 *) echo "calc.at:555: exit code was $at_status, expected 1"
16355 echo 1 > $at_status_file
16392 echo "calc.at:555: cat stderr"
16393 echo calc.at:555 >$at_check_line_file
16402 77) echo 77 > $at_status_file
16405 *) echo "calc.at:555: exit code was $at_status, expected 0"
16410 echo 1 > $at_status_file
16422 echo "calc.at:555: \$PREPARSER ./calc input"
16423 echo calc.at:555 >$at_check_line_file
16429 echo stderr:; tee stderr <$at_stderr
16432 77) echo 77 > $at_status_file
16435 *) echo "calc.at:555: exit code was $at_status, expected 1"
16440 echo 1 > $at_status_file
16477 echo "calc.at:555: cat stderr"
16478 echo calc.at:555 >$at_check_line_file
16487 77) echo 77 > $at_status_file
16490 *) echo "calc.at:555: exit code was $at_status, expected 0"
16495 echo 1 > $at_status_file
16508 echo "calc.at:555: \$PREPARSER ./calc input"
16509 echo calc.at:555 >$at_check_line_file
16515 echo stderr:; tee stderr <$at_stderr
16518 77) echo 77 > $at_status_file
16521 *) echo "calc.at:555: exit code was $at_status, expected 1"
16526 echo 1 > $at_status_file
16563 echo "calc.at:555: cat stderr"
16564 echo calc.at:555 >$at_check_line_file
16573 77) echo 77 > $at_status_file
16576 *) echo "calc.at:555: exit code was $at_status, expected 0"
16581 echo 1 > $at_status_file
16590 echo "calc.at:555: \$PREPARSER ./calc /dev/null"
16591 echo calc.at:555 >$at_check_line_file
16597 echo stderr:; tee stderr <$at_stderr
16600 77) echo 77 > $at_status_file
16603 *) echo "calc.at:555: exit code was $at_status, expected 1"
16608 echo 1 > $at_status_file
16645 echo "calc.at:555: cat stderr"
16646 echo calc.at:555 >$at_check_line_file
16655 77) echo 77 > $at_status_file
16658 *) echo "calc.at:555: exit code was $at_status, expected 0"
16663 echo 1 > $at_status_file
16692 echo "calc.at:555: \$PREPARSER ./calc input"
16693 echo calc.at:555 >$at_check_line_file
16699 echo stderr:; tee stderr <$at_stderr
16702 77) echo 77 > $at_status_file
16705 *) echo "calc.at:555: exit code was $at_status, expected 0"
16710 echo 1 > $at_status_file
16751 echo "calc.at:555: cat stderr"
16752 echo calc.at:555 >$at_check_line_file
16761 77) echo 77 > $at_status_file
16764 *) echo "calc.at:555: exit code was $at_status, expected 0"
16769 echo 1 > $at_status_file
16784 echo "calc.at:555: \$PREPARSER ./calc input"
16785 echo calc.at:555 >$at_check_line_file
16791 echo stderr:; tee stderr <$at_stderr
16794 77) echo 77 > $at_status_file
16797 *) echo "calc.at:555: exit code was $at_status, expected 0"
16802 echo 1 > $at_status_file
16840 echo "calc.at:555: cat stderr"
16841 echo calc.at:555 >$at_check_line_file
16850 77) echo 77 > $at_status_file
16853 *) echo "calc.at:555: exit code was $at_status, expected 0"
16858 echo 1 > $at_status_file
16870 echo "calc.at:555: \$PREPARSER ./calc input"
16871 echo calc.at:555 >$at_check_line_file
16877 echo stderr:; tee stderr <$at_stderr
16880 77) echo 77 > $at_status_file
16883 *) echo "calc.at:555: exit code was $at_status, expected 0"
16888 echo 1 > $at_status_file
16927 echo "calc.at:555: cat stderr"
16928 echo calc.at:555 >$at_check_line_file
16937 77) echo 77 > $at_status_file
16940 *) echo "calc.at:555: exit code was $at_status, expected 0"
16945 echo 1 > $at_status_file
16986 echo "75. calc.at:556: testing ..."
17276 echo "calc.at:556: bison -o calc.c calc.y"
17277 echo calc.at:556 >$at_check_line_file
17286 77) echo 77 > $at_status_file
17289 *) echo "calc.at:556: exit code was $at_status, expected 0"
17294 echo 1 > $at_status_file
17301 echo "calc.at:556: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
17302 echo calc.at:556 >$at_check_line_file
17308 echo stderr:; cat $at_stderr
17309 echo stdout:; cat $at_stdout
17311 77) echo 77 > $at_status_file
17314 *) echo "calc.at:556: exit code was $at_status, expected 0"
17319 echo 1 > $at_status_file
17344 echo "calc.at:556: \$PREPARSER ./calc input"
17345 echo calc.at:556 >$at_check_line_file
17351 echo stderr:; tee stderr <$at_stderr
17354 77) echo 77 > $at_status_file
17357 *) echo "calc.at:556: exit code was $at_status, expected 0"
17362 echo 1 > $at_status_file
17376 echo "calc.at:556: \$PREPARSER ./calc input"
17377 echo calc.at:556 >$at_check_line_file
17383 echo stderr:; tee stderr <$at_stderr
17386 77) echo 77 > $at_status_file
17389 *) echo "calc.at:556: exit code was $at_status, expected 1"
17394 echo 1 > $at_status_file
17431 echo "calc.at:556: cat stderr"
17432 echo calc.at:556 >$at_check_line_file
17441 77) echo 77 > $at_status_file
17444 *) echo "calc.at:556: exit code was $at_status, expected 0"
17449 echo 1 > $at_status_file
17461 echo "calc.at:556: \$PREPARSER ./calc input"
17462 echo calc.at:556 >$at_check_line_file
17468 echo stderr:; tee stderr <$at_stderr
17471 77) echo 77 > $at_status_file
17474 *) echo "calc.at:556: exit code was $at_status, expected 1"
17479 echo 1 > $at_status_file
17516 echo "calc.at:556: cat stderr"
17517 echo calc.at:556 >$at_check_line_file
17526 77) echo 77 > $at_status_file
17529 *) echo "calc.at:556: exit code was $at_status, expected 0"
17534 echo 1 > $at_status_file
17546 echo "calc.at:556: \$PREPARSER ./calc input"
17547 echo calc.at:556 >$at_check_line_file
17553 echo stderr:; tee stderr <$at_stderr
17556 77) echo 77 > $at_status_file
17559 *) echo "calc.at:556: exit code was $at_status, expected 1"
17564 echo 1 > $at_status_file
17601 echo "calc.at:556: cat stderr"
17602 echo calc.at:556 >$at_check_line_file
17611 77) echo 77 > $at_status_file
17614 *) echo "calc.at:556: exit code was $at_status, expected 0"
17619 echo 1 > $at_status_file
17631 echo "calc.at:556: \$PREPARSER ./calc input"
17632 echo calc.at:556 >$at_check_line_file
17638 echo stderr:; tee stderr <$at_stderr
17641 77) echo 77 > $at_status_file
17644 *) echo "calc.at:556: exit code was $at_status, expected 1"
17649 echo 1 > $at_status_file
17686 echo "calc.at:556: cat stderr"
17687 echo calc.at:556 >$at_check_line_file
17696 77) echo 77 > $at_status_file
17699 *) echo "calc.at:556: exit code was $at_status, expected 0"
17704 echo 1 > $at_status_file
17717 echo "calc.at:556: \$PREPARSER ./calc input"
17718 echo calc.at:556 >$at_check_line_file
17724 echo stderr:; tee stderr <$at_stderr
17727 77) echo 77 > $at_status_file
17730 *) echo "calc.at:556: exit code was $at_status, expected 1"
17735 echo 1 > $at_status_file
17772 echo "calc.at:556: cat stderr"
17773 echo calc.at:556 >$at_check_line_file
17782 77) echo 77 > $at_status_file
17785 *) echo "calc.at:556: exit code was $at_status, expected 0"
17790 echo 1 > $at_status_file
17799 echo "calc.at:556: \$PREPARSER ./calc /dev/null"
17800 echo calc.at:556 >$at_check_line_file
17806 echo stderr:; tee stderr <$at_stderr
17809 77) echo 77 > $at_status_file
17812 *) echo "calc.at:556: exit code was $at_status, expected 1"
17817 echo 1 > $at_status_file
17854 echo "calc.at:556: cat stderr"
17855 echo calc.at:556 >$at_check_line_file
17864 77) echo 77 > $at_status_file
17867 *) echo "calc.at:556: exit code was $at_status, expected 0"
17872 echo 1 > $at_status_file
17901 echo "calc.at:556: \$PREPARSER ./calc input"
17902 echo calc.at:556 >$at_check_line_file
17908 echo stderr:; tee stderr <$at_stderr
17911 77) echo 77 > $at_status_file
17914 *) echo "calc.at:556: exit code was $at_status, expected 0"
17919 echo 1 > $at_status_file
17960 echo "calc.at:556: cat stderr"
17961 echo calc.at:556 >$at_check_line_file
17970 77) echo 77 > $at_status_file
17973 *) echo "calc.at:556: exit code was $at_status, expected 0"
17978 echo 1 > $at_status_file
17993 echo "calc.at:556: \$PREPARSER ./calc input"
17994 echo calc.at:556 >$at_check_line_file
18000 echo stderr:; tee stderr <$at_stderr
18003 77) echo 77 > $at_status_file
18006 *) echo "calc.at:556: exit code was $at_status, expected 0"
18011 echo 1 > $at_status_file
18049 echo "calc.at:556: cat stderr"
18050 echo calc.at:556 >$at_check_line_file
18059 77) echo 77 > $at_status_file
18062 *) echo "calc.at:556: exit code was $at_status, expected 0"
18067 echo 1 > $at_status_file
18079 echo "calc.at:556: \$PREPARSER ./calc input"
18080 echo calc.at:556 >$at_check_line_file
18086 echo stderr:; tee stderr <$at_stderr
18089 77) echo 77 > $at_status_file
18092 *) echo "calc.at:556: exit code was $at_status, expected 0"
18097 echo 1 > $at_status_file
18136 echo "calc.at:556: cat stderr"
18137 echo calc.at:556 >$at_check_line_file
18146 77) echo 77 > $at_status_file
18149 *) echo "calc.at:556: exit code was $at_status, expected 0"
18154 echo 1 > $at_status_file
18195 echo "76. calc.at:557: testing ..."
18485 echo "calc.at:557: bison -o calc.c calc.y"
18486 echo calc.at:557 >$at_check_line_file
18495 77) echo 77 > $at_status_file
18498 *) echo "calc.at:557: exit code was $at_status, expected 0"
18503 echo 1 > $at_status_file
18510 echo "calc.at:557: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
18511 echo calc.at:557 >$at_check_line_file
18517 echo stderr:; cat $at_stderr
18518 echo stdout:; cat $at_stdout
18520 77) echo 77 > $at_status_file
18523 *) echo "calc.at:557: exit code was $at_status, expected 0"
18528 echo 1 > $at_status_file
18553 echo "calc.at:557: \$PREPARSER ./calc input"
18554 echo calc.at:557 >$at_check_line_file
18560 echo stderr:; tee stderr <$at_stderr
18563 77) echo 77 > $at_status_file
18566 *) echo "calc.at:557: exit code was $at_status, expected 0"
18571 echo 1 > $at_status_file
18585 echo "calc.at:557: \$PREPARSER ./calc input"
18586 echo calc.at:557 >$at_check_line_file
18592 echo stderr:; tee stderr <$at_stderr
18595 77) echo 77 > $at_status_file
18598 *) echo "calc.at:557: exit code was $at_status, expected 1"
18603 echo 1 > $at_status_file
18639 echo "calc.at:557: cat stderr"
18640 echo calc.at:557 >$at_check_line_file
18649 77) echo 77 > $at_status_file
18652 *) echo "calc.at:557: exit code was $at_status, expected 0"
18657 echo 1 > $at_status_file
18669 echo "calc.at:557: \$PREPARSER ./calc input"
18670 echo calc.at:557 >$at_check_line_file
18676 echo stderr:; tee stderr <$at_stderr
18679 77) echo 77 > $at_status_file
18682 *) echo "calc.at:557: exit code was $at_status, expected 1"
18687 echo 1 > $at_status_file
18723 echo "calc.at:557: cat stderr"
18724 echo calc.at:557 >$at_check_line_file
18733 77) echo 77 > $at_status_file
18736 *) echo "calc.at:557: exit code was $at_status, expected 0"
18741 echo 1 > $at_status_file
18753 echo "calc.at:557: \$PREPARSER ./calc input"
18754 echo calc.at:557 >$at_check_line_file
18760 echo stderr:; tee stderr <$at_stderr
18763 77) echo 77 > $at_status_file
18766 *) echo "calc.at:557: exit code was $at_status, expected 1"
18771 echo 1 > $at_status_file
18807 echo "calc.at:557: cat stderr"
18808 echo calc.at:557 >$at_check_line_file
18817 77) echo 77 > $at_status_file
18820 *) echo "calc.at:557: exit code was $at_status, expected 0"
18825 echo 1 > $at_status_file
18837 echo "calc.at:557: \$PREPARSER ./calc input"
18838 echo calc.at:557 >$at_check_line_file
18844 echo stderr:; tee stderr <$at_stderr
18847 77) echo 77 > $at_status_file
18850 *) echo "calc.at:557: exit code was $at_status, expected 1"
18855 echo 1 > $at_status_file
18891 echo "calc.at:557: cat stderr"
18892 echo calc.at:557 >$at_check_line_file
18901 77) echo 77 > $at_status_file
18904 *) echo "calc.at:557: exit code was $at_status, expected 0"
18909 echo 1 > $at_status_file
18922 echo "calc.at:557: \$PREPARSER ./calc input"
18923 echo calc.at:557 >$at_check_line_file
18929 echo stderr:; tee stderr <$at_stderr
18932 77) echo 77 > $at_status_file
18935 *) echo "calc.at:557: exit code was $at_status, expected 1"
18940 echo 1 > $at_status_file
18976 echo "calc.at:557: cat stderr"
18977 echo calc.at:557 >$at_check_line_file
18986 77) echo 77 > $at_status_file
18989 *) echo "calc.at:557: exit code was $at_status, expected 0"
18994 echo 1 > $at_status_file
19003 echo "calc.at:557: \$PREPARSER ./calc /dev/null"
19004 echo calc.at:557 >$at_check_line_file
19010 echo stderr:; tee stderr <$at_stderr
19013 77) echo 77 > $at_status_file
19016 *) echo "calc.at:557: exit code was $at_status, expected 1"
19021 echo 1 > $at_status_file
19057 echo "calc.at:557: cat stderr"
19058 echo calc.at:557 >$at_check_line_file
19067 77) echo 77 > $at_status_file
19070 *) echo "calc.at:557: exit code was $at_status, expected 0"
19075 echo 1 > $at_status_file
19104 echo "calc.at:557: \$PREPARSER ./calc input"
19105 echo calc.at:557 >$at_check_line_file
19111 echo stderr:; tee stderr <$at_stderr
19114 77) echo 77 > $at_status_file
19117 *) echo "calc.at:557: exit code was $at_status, expected 0"
19122 echo 1 > $at_status_file
19162 echo "calc.at:557: cat stderr"
19163 echo calc.at:557 >$at_check_line_file
19172 77) echo 77 > $at_status_file
19175 *) echo "calc.at:557: exit code was $at_status, expected 0"
19180 echo 1 > $at_status_file
19195 echo "calc.at:557: \$PREPARSER ./calc input"
19196 echo calc.at:557 >$at_check_line_file
19202 echo stderr:; tee stderr <$at_stderr
19205 77) echo 77 > $at_status_file
19208 *) echo "calc.at:557: exit code was $at_status, expected 0"
19213 echo 1 > $at_status_file
19250 echo "calc.at:557: cat stderr"
19251 echo calc.at:557 >$at_check_line_file
19260 77) echo 77 > $at_status_file
19263 *) echo "calc.at:557: exit code was $at_status, expected 0"
19268 echo 1 > $at_status_file
19280 echo "calc.at:557: \$PREPARSER ./calc input"
19281 echo calc.at:557 >$at_check_line_file
19287 echo stderr:; tee stderr <$at_stderr
19290 77) echo 77 > $at_status_file
19293 *) echo "calc.at:557: exit code was $at_status, expected 0"
19298 echo 1 > $at_status_file
19336 echo "calc.at:557: cat stderr"
19337 echo calc.at:557 >$at_check_line_file
19346 77) echo 77 > $at_status_file
19349 *) echo "calc.at:557: exit code was $at_status, expected 0"
19354 echo 1 > $at_status_file
19395 echo "77. calc.at:559: testing ..."
19707 echo "calc.at:559: bison -o calc.c calc.y"
19708 echo calc.at:559 >$at_check_line_file
19717 77) echo 77 > $at_status_file
19720 *) echo "calc.at:559: exit code was $at_status, expected 0"
19725 echo 1 > $at_status_file
19732 echo "calc.at:559: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
19733 echo calc.at:559 >$at_check_line_file
19739 echo stderr:; cat $at_stderr
19740 echo stdout:; cat $at_stdout
19742 77) echo 77 > $at_status_file
19745 *) echo "calc.at:559: exit code was $at_status, expected 0"
19750 echo 1 > $at_status_file
19775 echo "calc.at:559: \$PREPARSER ./calc input"
19776 echo calc.at:559 >$at_check_line_file
19782 echo stderr:; tee stderr <$at_stderr
19785 77) echo 77 > $at_status_file
19788 *) echo "calc.at:559: exit code was $at_status, expected 0"
19793 echo 1 > $at_status_file
19807 echo "calc.at:559: \$PREPARSER ./calc input"
19808 echo calc.at:559 >$at_check_line_file
19814 echo stderr:; tee stderr <$at_stderr
19817 77) echo 77 > $at_status_file
19820 *) echo "calc.at:559: exit code was $at_status, expected 1"
19825 echo 1 > $at_status_file
19862 echo "calc.at:559: cat stderr"
19863 echo calc.at:559 >$at_check_line_file
19872 77) echo 77 > $at_status_file
19875 *) echo "calc.at:559: exit code was $at_status, expected 0"
19880 echo 1 > $at_status_file
19892 echo "calc.at:559: \$PREPARSER ./calc input"
19893 echo calc.at:559 >$at_check_line_file
19899 echo stderr:; tee stderr <$at_stderr
19902 77) echo 77 > $at_status_file
19905 *) echo "calc.at:559: exit code was $at_status, expected 1"
19910 echo 1 > $at_status_file
19947 echo "calc.at:559: cat stderr"
19948 echo calc.at:559 >$at_check_line_file
19957 77) echo 77 > $at_status_file
19960 *) echo "calc.at:559: exit code was $at_status, expected 0"
19965 echo 1 > $at_status_file
19977 echo "calc.at:559: \$PREPARSER ./calc input"
19978 echo calc.at:559 >$at_check_line_file
19984 echo stderr:; tee stderr <$at_stderr
19987 77) echo 77 > $at_status_file
19990 *) echo "calc.at:559: exit code was $at_status, expected 1"
19995 echo 1 > $at_status_file
20032 echo "calc.at:559: cat stderr"
20033 echo calc.at:559 >$at_check_line_file
20042 77) echo 77 > $at_status_file
20045 *) echo "calc.at:559: exit code was $at_status, expected 0"
20050 echo 1 > $at_status_file
20062 echo "calc.at:559: \$PREPARSER ./calc input"
20063 echo calc.at:559 >$at_check_line_file
20069 echo stderr:; tee stderr <$at_stderr
20072 77) echo 77 > $at_status_file
20075 *) echo "calc.at:559: exit code was $at_status, expected 1"
20080 echo 1 > $at_status_file
20117 echo "calc.at:559: cat stderr"
20118 echo calc.at:559 >$at_check_line_file
20127 77) echo 77 > $at_status_file
20130 *) echo "calc.at:559: exit code was $at_status, expected 0"
20135 echo 1 > $at_status_file
20148 echo "calc.at:559: \$PREPARSER ./calc input"
20149 echo calc.at:559 >$at_check_line_file
20155 echo stderr:; tee stderr <$at_stderr
20158 77) echo 77 > $at_status_file
20161 *) echo "calc.at:559: exit code was $at_status, expected 1"
20166 echo 1 > $at_status_file
20203 echo "calc.at:559: cat stderr"
20204 echo calc.at:559 >$at_check_line_file
20213 77) echo 77 > $at_status_file
20216 *) echo "calc.at:559: exit code was $at_status, expected 0"
20221 echo 1 > $at_status_file
20230 echo "calc.at:559: \$PREPARSER ./calc /dev/null"
20231 echo calc.at:559 >$at_check_line_file
20237 echo stderr:; tee stderr <$at_stderr
20240 77) echo 77 > $at_status_file
20243 *) echo "calc.at:559: exit code was $at_status, expected 1"
20248 echo 1 > $at_status_file
20285 echo "calc.at:559: cat stderr"
20286 echo calc.at:559 >$at_check_line_file
20295 77) echo 77 > $at_status_file
20298 *) echo "calc.at:559: exit code was $at_status, expected 0"
20303 echo 1 > $at_status_file
20332 echo "calc.at:559: \$PREPARSER ./calc input"
20333 echo calc.at:559 >$at_check_line_file
20339 echo stderr:; tee stderr <$at_stderr
20342 77) echo 77 > $at_status_file
20345 *) echo "calc.at:559: exit code was $at_status, expected 0"
20350 echo 1 > $at_status_file
20391 echo "calc.at:559: cat stderr"
20392 echo calc.at:559 >$at_check_line_file
20401 77) echo 77 > $at_status_file
20404 *) echo "calc.at:559: exit code was $at_status, expected 0"
20409 echo 1 > $at_status_file
20424 echo "calc.at:559: \$PREPARSER ./calc input"
20425 echo calc.at:559 >$at_check_line_file
20431 echo stderr:; tee stderr <$at_stderr
20434 77) echo 77 > $at_status_file
20437 *) echo "calc.at:559: exit code was $at_status, expected 0"
20442 echo 1 > $at_status_file
20480 echo "calc.at:559: cat stderr"
20481 echo calc.at:559 >$at_check_line_file
20490 77) echo 77 > $at_status_file
20493 *) echo "calc.at:559: exit code was $at_status, expected 0"
20498 echo 1 > $at_status_file
20510 echo "calc.at:559: \$PREPARSER ./calc input"
20511 echo calc.at:559 >$at_check_line_file
20517 echo stderr:; tee stderr <$at_stderr
20520 77) echo 77 > $at_status_file
20523 *) echo "calc.at:559: exit code was $at_status, expected 0"
20528 echo 1 > $at_status_file
20567 echo "calc.at:559: cat stderr"
20568 echo calc.at:559 >$at_check_line_file
20577 77) echo 77 > $at_status_file
20580 *) echo "calc.at:559: exit code was $at_status, expected 0"
20585 echo 1 > $at_status_file
20626 echo "78. calc.at:560: testing ..."
20947 echo "calc.at:560: bison -o calc.c calc.y"
20948 echo calc.at:560 >$at_check_line_file
20957 77) echo 77 > $at_status_file
20960 *) echo "calc.at:560: exit code was $at_status, expected 0"
20965 echo 1 > $at_status_file
20972 echo "calc.at:560: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
20973 echo calc.at:560 >$at_check_line_file
20979 echo stderr:; cat $at_stderr
20980 echo stdout:; cat $at_stdout
20982 77) echo 77 > $at_status_file
20985 *) echo "calc.at:560: exit code was $at_status, expected 0"
20990 echo 1 > $at_status_file
21015 echo "calc.at:560: \$PREPARSER ./calc input"
21016 echo calc.at:560 >$at_check_line_file
21022 echo stderr:; tee stderr <$at_stderr
21025 77) echo 77 > $at_status_file
21028 *) echo "calc.at:560: exit code was $at_status, expected 0"
21033 echo 1 > $at_status_file
21047 echo "calc.at:560: \$PREPARSER ./calc input"
21048 echo calc.at:560 >$at_check_line_file
21054 echo stderr:; tee stderr <$at_stderr
21057 77) echo 77 > $at_status_file
21060 *) echo "calc.at:560: exit code was $at_status, expected 1"
21065 echo 1 > $at_status_file
21100 echo "calc.at:560: cat stderr"
21101 echo calc.at:560 >$at_check_line_file
21110 77) echo 77 > $at_status_file
21113 *) echo "calc.at:560: exit code was $at_status, expected 0"
21118 echo 1 > $at_status_file
21130 echo "calc.at:560: \$PREPARSER ./calc input"
21131 echo calc.at:560 >$at_check_line_file
21137 echo stderr:; tee stderr <$at_stderr
21140 77) echo 77 > $at_status_file
21143 *) echo "calc.at:560: exit code was $at_status, expected 1"
21148 echo 1 > $at_status_file
21183 echo "calc.at:560: cat stderr"
21184 echo calc.at:560 >$at_check_line_file
21193 77) echo 77 > $at_status_file
21196 *) echo "calc.at:560: exit code was $at_status, expected 0"
21201 echo 1 > $at_status_file
21213 echo "calc.at:560: \$PREPARSER ./calc input"
21214 echo calc.at:560 >$at_check_line_file
21220 echo stderr:; tee stderr <$at_stderr
21223 77) echo 77 > $at_status_file
21226 *) echo "calc.at:560: exit code was $at_status, expected 1"
21231 echo 1 > $at_status_file
21266 echo "calc.at:560: cat stderr"
21267 echo calc.at:560 >$at_check_line_file
21276 77) echo 77 > $at_status_file
21279 *) echo "calc.at:560: exit code was $at_status, expected 0"
21284 echo 1 > $at_status_file
21296 echo "calc.at:560: \$PREPARSER ./calc input"
21297 echo calc.at:560 >$at_check_line_file
21303 echo stderr:; tee stderr <$at_stderr
21306 77) echo 77 > $at_status_file
21309 *) echo "calc.at:560: exit code was $at_status, expected 1"
21314 echo 1 > $at_status_file
21349 echo "calc.at:560: cat stderr"
21350 echo calc.at:560 >$at_check_line_file
21359 77) echo 77 > $at_status_file
21362 *) echo "calc.at:560: exit code was $at_status, expected 0"
21367 echo 1 > $at_status_file
21380 echo "calc.at:560: \$PREPARSER ./calc input"
21381 echo calc.at:560 >$at_check_line_file
21387 echo stderr:; tee stderr <$at_stderr
21390 77) echo 77 > $at_status_file
21393 *) echo "calc.at:560: exit code was $at_status, expected 1"
21398 echo 1 > $at_status_file
21433 echo "calc.at:560: cat stderr"
21434 echo calc.at:560 >$at_check_line_file
21443 77) echo 77 > $at_status_file
21446 *) echo "calc.at:560: exit code was $at_status, expected 0"
21451 echo 1 > $at_status_file
21460 echo "calc.at:560: \$PREPARSER ./calc /dev/null"
21461 echo calc.at:560 >$at_check_line_file
21467 echo stderr:; tee stderr <$at_stderr
21470 77) echo 77 > $at_status_file
21473 *) echo "calc.at:560: exit code was $at_status, expected 1"
21478 echo 1 > $at_status_file
21513 echo "calc.at:560: cat stderr"
21514 echo calc.at:560 >$at_check_line_file
21523 77) echo 77 > $at_status_file
21526 *) echo "calc.at:560: exit code was $at_status, expected 0"
21531 echo 1 > $at_status_file
21560 echo "calc.at:560: \$PREPARSER ./calc input"
21561 echo calc.at:560 >$at_check_line_file
21567 echo stderr:; tee stderr <$at_stderr
21570 77) echo 77 > $at_status_file
21573 *) echo "calc.at:560: exit code was $at_status, expected 0"
21578 echo 1 > $at_status_file
21617 echo "calc.at:560: cat stderr"
21618 echo calc.at:560 >$at_check_line_file
21627 77) echo 77 > $at_status_file
21630 *) echo "calc.at:560: exit code was $at_status, expected 0"
21635 echo 1 > $at_status_file
21650 echo "calc.at:560: \$PREPARSER ./calc input"
21651 echo calc.at:560 >$at_check_line_file
21657 echo stderr:; tee stderr <$at_stderr
21660 77) echo 77 > $at_status_file
21663 *) echo "calc.at:560: exit code was $at_status, expected 0"
21668 echo 1 > $at_status_file
21704 echo "calc.at:560: cat stderr"
21705 echo calc.at:560 >$at_check_line_file
21714 77) echo 77 > $at_status_file
21717 *) echo "calc.at:560: exit code was $at_status, expected 0"
21722 echo 1 > $at_status_file
21734 echo "calc.at:560: \$PREPARSER ./calc input"
21735 echo calc.at:560 >$at_check_line_file
21741 echo stderr:; tee stderr <$at_stderr
21744 77) echo 77 > $at_status_file
21747 *) echo "calc.at:560: exit code was $at_status, expected 0"
21752 echo 1 > $at_status_file
21789 echo "calc.at:560: cat stderr"
21790 echo calc.at:560 >$at_check_line_file
21799 77) echo 77 > $at_status_file
21802 *) echo "calc.at:560: exit code was $at_status, expected 0"
21807 echo 1 > $at_status_file
21848 echo "79. calc.at:562: testing ..."
22169 echo "calc.at:562: bison -o calc.c calc.y"
22170 echo calc.at:562 >$at_check_line_file
22179 77) echo 77 > $at_status_file
22182 *) echo "calc.at:562: exit code was $at_status, expected 0"
22187 echo 1 > $at_status_file
22194 echo "calc.at:562: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
22195 echo calc.at:562 >$at_check_line_file
22201 echo stderr:; cat $at_stderr
22202 echo stdout:; cat $at_stdout
22204 77) echo 77 > $at_status_file
22207 *) echo "calc.at:562: exit code was $at_status, expected 0"
22212 echo 1 > $at_status_file
22237 echo "calc.at:562: \$PREPARSER ./calc input"
22238 echo calc.at:562 >$at_check_line_file
22244 echo stderr:; tee stderr <$at_stderr
22247 77) echo 77 > $at_status_file
22250 *) echo "calc.at:562: exit code was $at_status, expected 0"
22255 echo 1 > $at_status_file
22269 echo "calc.at:562: \$PREPARSER ./calc input"
22270 echo calc.at:562 >$at_check_line_file
22276 echo stderr:; tee stderr <$at_stderr
22279 77) echo 77 > $at_status_file
22282 *) echo "calc.at:562: exit code was $at_status, expected 1"
22287 echo 1 > $at_status_file
22322 echo "calc.at:562: cat stderr"
22323 echo calc.at:562 >$at_check_line_file
22332 77) echo 77 > $at_status_file
22335 *) echo "calc.at:562: exit code was $at_status, expected 0"
22340 echo 1 > $at_status_file
22352 echo "calc.at:562: \$PREPARSER ./calc input"
22353 echo calc.at:562 >$at_check_line_file
22359 echo stderr:; tee stderr <$at_stderr
22362 77) echo 77 > $at_status_file
22365 *) echo "calc.at:562: exit code was $at_status, expected 1"
22370 echo 1 > $at_status_file
22405 echo "calc.at:562: cat stderr"
22406 echo calc.at:562 >$at_check_line_file
22415 77) echo 77 > $at_status_file
22418 *) echo "calc.at:562: exit code was $at_status, expected 0"
22423 echo 1 > $at_status_file
22435 echo "calc.at:562: \$PREPARSER ./calc input"
22436 echo calc.at:562 >$at_check_line_file
22442 echo stderr:; tee stderr <$at_stderr
22445 77) echo 77 > $at_status_file
22448 *) echo "calc.at:562: exit code was $at_status, expected 1"
22453 echo 1 > $at_status_file
22488 echo "calc.at:562: cat stderr"
22489 echo calc.at:562 >$at_check_line_file
22498 77) echo 77 > $at_status_file
22501 *) echo "calc.at:562: exit code was $at_status, expected 0"
22506 echo 1 > $at_status_file
22518 echo "calc.at:562: \$PREPARSER ./calc input"
22519 echo calc.at:562 >$at_check_line_file
22525 echo stderr:; tee stderr <$at_stderr
22528 77) echo 77 > $at_status_file
22531 *) echo "calc.at:562: exit code was $at_status, expected 1"
22536 echo 1 > $at_status_file
22571 echo "calc.at:562: cat stderr"
22572 echo calc.at:562 >$at_check_line_file
22581 77) echo 77 > $at_status_file
22584 *) echo "calc.at:562: exit code was $at_status, expected 0"
22589 echo 1 > $at_status_file
22602 echo "calc.at:562: \$PREPARSER ./calc input"
22603 echo calc.at:562 >$at_check_line_file
22609 echo stderr:; tee stderr <$at_stderr
22612 77) echo 77 > $at_status_file
22615 *) echo "calc.at:562: exit code was $at_status, expected 1"
22620 echo 1 > $at_status_file
22655 echo "calc.at:562: cat stderr"
22656 echo calc.at:562 >$at_check_line_file
22665 77) echo 77 > $at_status_file
22668 *) echo "calc.at:562: exit code was $at_status, expected 0"
22673 echo 1 > $at_status_file
22682 echo "calc.at:562: \$PREPARSER ./calc /dev/null"
22683 echo calc.at:562 >$at_check_line_file
22689 echo stderr:; tee stderr <$at_stderr
22692 77) echo 77 > $at_status_file
22695 *) echo "calc.at:562: exit code was $at_status, expected 1"
22700 echo 1 > $at_status_file
22735 echo "calc.at:562: cat stderr"
22736 echo calc.at:562 >$at_check_line_file
22745 77) echo 77 > $at_status_file
22748 *) echo "calc.at:562: exit code was $at_status, expected 0"
22753 echo 1 > $at_status_file
22782 echo "calc.at:562: \$PREPARSER ./calc input"
22783 echo calc.at:562 >$at_check_line_file
22789 echo stderr:; tee stderr <$at_stderr
22792 77) echo 77 > $at_status_file
22795 *) echo "calc.at:562: exit code was $at_status, expected 0"
22800 echo 1 > $at_status_file
22839 echo "calc.at:562: cat stderr"
22840 echo calc.at:562 >$at_check_line_file
22849 77) echo 77 > $at_status_file
22852 *) echo "calc.at:562: exit code was $at_status, expected 0"
22857 echo 1 > $at_status_file
22872 echo "calc.at:562: \$PREPARSER ./calc input"
22873 echo calc.at:562 >$at_check_line_file
22879 echo stderr:; tee stderr <$at_stderr
22882 77) echo 77 > $at_status_file
22885 *) echo "calc.at:562: exit code was $at_status, expected 0"
22890 echo 1 > $at_status_file
22926 echo "calc.at:562: cat stderr"
22927 echo calc.at:562 >$at_check_line_file
22936 77) echo 77 > $at_status_file
22939 *) echo "calc.at:562: exit code was $at_status, expected 0"
22944 echo 1 > $at_status_file
22956 echo "calc.at:562: \$PREPARSER ./calc input"
22957 echo calc.at:562 >$at_check_line_file
22963 echo stderr:; tee stderr <$at_stderr
22966 77) echo 77 > $at_status_file
22969 *) echo "calc.at:562: exit code was $at_status, expected 0"
22974 echo 1 > $at_status_file
23011 echo "calc.at:562: cat stderr"
23012 echo calc.at:562 >$at_check_line_file
23021 77) echo 77 > $at_status_file
23024 *) echo "calc.at:562: exit code was $at_status, expected 0"
23029 echo 1 > $at_status_file
23070 echo "80. calc.at:564: testing ..."
23360 echo "calc.at:564: bison -o calc.c calc.y"
23361 echo calc.at:564 >$at_check_line_file
23370 77) echo 77 > $at_status_file
23373 *) echo "calc.at:564: exit code was $at_status, expected 0"
23378 echo 1 > $at_status_file
23385 echo "calc.at:564: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
23386 echo calc.at:564 >$at_check_line_file
23392 echo stderr:; cat $at_stderr
23393 echo stdout:; cat $at_stdout
23395 77) echo 77 > $at_status_file
23398 *) echo "calc.at:564: exit code was $at_status, expected 0"
23403 echo 1 > $at_status_file
23428 echo "calc.at:564: \$PREPARSER ./calc input"
23429 echo calc.at:564 >$at_check_line_file
23435 echo stderr:; tee stderr <$at_stderr
23438 77) echo 77 > $at_status_file
23441 *) echo "calc.at:564: exit code was $at_status, expected 0"
23446 echo 1 > $at_status_file
23460 echo "calc.at:564: \$PREPARSER ./calc input"
23461 echo calc.at:564 >$at_check_line_file
23467 echo stderr:; tee stderr <$at_stderr
23470 77) echo 77 > $at_status_file
23473 *) echo "calc.at:564: exit code was $at_status, expected 1"
23478 echo 1 > $at_status_file
23515 echo "calc.at:564: cat stderr"
23516 echo calc.at:564 >$at_check_line_file
23525 77) echo 77 > $at_status_file
23528 *) echo "calc.at:564: exit code was $at_status, expected 0"
23533 echo 1 > $at_status_file
23545 echo "calc.at:564: \$PREPARSER ./calc input"
23546 echo calc.at:564 >$at_check_line_file
23552 echo stderr:; tee stderr <$at_stderr
23555 77) echo 77 > $at_status_file
23558 *) echo "calc.at:564: exit code was $at_status, expected 1"
23563 echo 1 > $at_status_file
23600 echo "calc.at:564: cat stderr"
23601 echo calc.at:564 >$at_check_line_file
23610 77) echo 77 > $at_status_file
23613 *) echo "calc.at:564: exit code was $at_status, expected 0"
23618 echo 1 > $at_status_file
23630 echo "calc.at:564: \$PREPARSER ./calc input"
23631 echo calc.at:564 >$at_check_line_file
23637 echo stderr:; tee stderr <$at_stderr
23640 77) echo 77 > $at_status_file
23643 *) echo "calc.at:564: exit code was $at_status, expected 1"
23648 echo 1 > $at_status_file
23685 echo "calc.at:564: cat stderr"
23686 echo calc.at:564 >$at_check_line_file
23695 77) echo 77 > $at_status_file
23698 *) echo "calc.at:564: exit code was $at_status, expected 0"
23703 echo 1 > $at_status_file
23715 echo "calc.at:564: \$PREPARSER ./calc input"
23716 echo calc.at:564 >$at_check_line_file
23722 echo stderr:; tee stderr <$at_stderr
23725 77) echo 77 > $at_status_file
23728 *) echo "calc.at:564: exit code was $at_status, expected 1"
23733 echo 1 > $at_status_file
23770 echo "calc.at:564: cat stderr"
23771 echo calc.at:564 >$at_check_line_file
23780 77) echo 77 > $at_status_file
23783 *) echo "calc.at:564: exit code was $at_status, expected 0"
23788 echo 1 > $at_status_file
23801 echo "calc.at:564: \$PREPARSER ./calc input"
23802 echo calc.at:564 >$at_check_line_file
23808 echo stderr:; tee stderr <$at_stderr
23811 77) echo 77 > $at_status_file
23814 *) echo "calc.at:564: exit code was $at_status, expected 1"
23819 echo 1 > $at_status_file
23856 echo "calc.at:564: cat stderr"
23857 echo calc.at:564 >$at_check_line_file
23866 77) echo 77 > $at_status_file
23869 *) echo "calc.at:564: exit code was $at_status, expected 0"
23874 echo 1 > $at_status_file
23883 echo "calc.at:564: \$PREPARSER ./calc /dev/null"
23884 echo calc.at:564 >$at_check_line_file
23890 echo stderr:; tee stderr <$at_stderr
23893 77) echo 77 > $at_status_file
23896 *) echo "calc.at:564: exit code was $at_status, expected 1"
23901 echo 1 > $at_status_file
23938 echo "calc.at:564: cat stderr"
23939 echo calc.at:564 >$at_check_line_file
23948 77) echo 77 > $at_status_file
23951 *) echo "calc.at:564: exit code was $at_status, expected 0"
23956 echo 1 > $at_status_file
23985 echo "calc.at:564: \$PREPARSER ./calc input"
23986 echo calc.at:564 >$at_check_line_file
23992 echo stderr:; tee stderr <$at_stderr
23995 77) echo 77 > $at_status_file
23998 *) echo "calc.at:564: exit code was $at_status, expected 0"
24003 echo 1 > $at_status_file
24044 echo "calc.at:564: cat stderr"
24045 echo calc.at:564 >$at_check_line_file
24054 77) echo 77 > $at_status_file
24057 *) echo "calc.at:564: exit code was $at_status, expected 0"
24062 echo 1 > $at_status_file
24077 echo "calc.at:564: \$PREPARSER ./calc input"
24078 echo calc.at:564 >$at_check_line_file
24084 echo stderr:; tee stderr <$at_stderr
24087 77) echo 77 > $at_status_file
24090 *) echo "calc.at:564: exit code was $at_status, expected 0"
24095 echo 1 > $at_status_file
24133 echo "calc.at:564: cat stderr"
24134 echo calc.at:564 >$at_check_line_file
24143 77) echo 77 > $at_status_file
24146 *) echo "calc.at:564: exit code was $at_status, expected 0"
24151 echo 1 > $at_status_file
24163 echo "calc.at:564: \$PREPARSER ./calc input"
24164 echo calc.at:564 >$at_check_line_file
24170 echo stderr:; tee stderr <$at_stderr
24173 77) echo 77 > $at_status_file
24176 *) echo "calc.at:564: exit code was $at_status, expected 0"
24181 echo 1 > $at_status_file
24220 echo "calc.at:564: cat stderr"
24221 echo calc.at:564 >$at_check_line_file
24230 77) echo 77 > $at_status_file
24233 *) echo "calc.at:564: exit code was $at_status, expected 0"
24238 echo 1 > $at_status_file
24279 echo "81. calc.at:565: testing ..."
24600 echo "calc.at:565: bison -o calc.c calc.y"
24601 echo calc.at:565 >$at_check_line_file
24610 77) echo 77 > $at_status_file
24613 *) echo "calc.at:565: exit code was $at_status, expected 0"
24618 echo 1 > $at_status_file
24625 echo "calc.at:565: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
24626 echo calc.at:565 >$at_check_line_file
24632 echo stderr:; cat $at_stderr
24633 echo stdout:; cat $at_stdout
24635 77) echo 77 > $at_status_file
24638 *) echo "calc.at:565: exit code was $at_status, expected 0"
24643 echo 1 > $at_status_file
24668 echo "calc.at:565: \$PREPARSER ./calc input"
24669 echo calc.at:565 >$at_check_line_file
24675 echo stderr:; tee stderr <$at_stderr
24678 77) echo 77 > $at_status_file
24681 *) echo "calc.at:565: exit code was $at_status, expected 0"
24686 echo 1 > $at_status_file
24700 echo "calc.at:565: \$PREPARSER ./calc input"
24701 echo calc.at:565 >$at_check_line_file
24707 echo stderr:; tee stderr <$at_stderr
24710 77) echo 77 > $at_status_file
24713 *) echo "calc.at:565: exit code was $at_status, expected 1"
24718 echo 1 > $at_status_file
24753 echo "calc.at:565: cat stderr"
24754 echo calc.at:565 >$at_check_line_file
24763 77) echo 77 > $at_status_file
24766 *) echo "calc.at:565: exit code was $at_status, expected 0"
24771 echo 1 > $at_status_file
24783 echo "calc.at:565: \$PREPARSER ./calc input"
24784 echo calc.at:565 >$at_check_line_file
24790 echo stderr:; tee stderr <$at_stderr
24793 77) echo 77 > $at_status_file
24796 *) echo "calc.at:565: exit code was $at_status, expected 1"
24801 echo 1 > $at_status_file
24836 echo "calc.at:565: cat stderr"
24837 echo calc.at:565 >$at_check_line_file
24846 77) echo 77 > $at_status_file
24849 *) echo "calc.at:565: exit code was $at_status, expected 0"
24854 echo 1 > $at_status_file
24866 echo "calc.at:565: \$PREPARSER ./calc input"
24867 echo calc.at:565 >$at_check_line_file
24873 echo stderr:; tee stderr <$at_stderr
24876 77) echo 77 > $at_status_file
24879 *) echo "calc.at:565: exit code was $at_status, expected 1"
24884 echo 1 > $at_status_file
24919 echo "calc.at:565: cat stderr"
24920 echo calc.at:565 >$at_check_line_file
24929 77) echo 77 > $at_status_file
24932 *) echo "calc.at:565: exit code was $at_status, expected 0"
24937 echo 1 > $at_status_file
24949 echo "calc.at:565: \$PREPARSER ./calc input"
24950 echo calc.at:565 >$at_check_line_file
24956 echo stderr:; tee stderr <$at_stderr
24959 77) echo 77 > $at_status_file
24962 *) echo "calc.at:565: exit code was $at_status, expected 1"
24967 echo 1 > $at_status_file
25002 echo "calc.at:565: cat stderr"
25003 echo calc.at:565 >$at_check_line_file
25012 77) echo 77 > $at_status_file
25015 *) echo "calc.at:565: exit code was $at_status, expected 0"
25020 echo 1 > $at_status_file
25033 echo "calc.at:565: \$PREPARSER ./calc input"
25034 echo calc.at:565 >$at_check_line_file
25040 echo stderr:; tee stderr <$at_stderr
25043 77) echo 77 > $at_status_file
25046 *) echo "calc.at:565: exit code was $at_status, expected 1"
25051 echo 1 > $at_status_file
25086 echo "calc.at:565: cat stderr"
25087 echo calc.at:565 >$at_check_line_file
25096 77) echo 77 > $at_status_file
25099 *) echo "calc.at:565: exit code was $at_status, expected 0"
25104 echo 1 > $at_status_file
25113 echo "calc.at:565: \$PREPARSER ./calc /dev/null"
25114 echo calc.at:565 >$at_check_line_file
25120 echo stderr:; tee stderr <$at_stderr
25123 77) echo 77 > $at_status_file
25126 *) echo "calc.at:565: exit code was $at_status, expected 1"
25131 echo 1 > $at_status_file
25166 echo "calc.at:565: cat stderr"
25167 echo calc.at:565 >$at_check_line_file
25176 77) echo 77 > $at_status_file
25179 *) echo "calc.at:565: exit code was $at_status, expected 0"
25184 echo 1 > $at_status_file
25213 echo "calc.at:565: \$PREPARSER ./calc input"
25214 echo calc.at:565 >$at_check_line_file
25220 echo stderr:; tee stderr <$at_stderr
25223 77) echo 77 > $at_status_file
25226 *) echo "calc.at:565: exit code was $at_status, expected 0"
25231 echo 1 > $at_status_file
25270 echo "calc.at:565: cat stderr"
25271 echo calc.at:565 >$at_check_line_file
25280 77) echo 77 > $at_status_file
25283 *) echo "calc.at:565: exit code was $at_status, expected 0"
25288 echo 1 > $at_status_file
25303 echo "calc.at:565: \$PREPARSER ./calc input"
25304 echo calc.at:565 >$at_check_line_file
25310 echo stderr:; tee stderr <$at_stderr
25313 77) echo 77 > $at_status_file
25316 *) echo "calc.at:565: exit code was $at_status, expected 0"
25321 echo 1 > $at_status_file
25357 echo "calc.at:565: cat stderr"
25358 echo calc.at:565 >$at_check_line_file
25367 77) echo 77 > $at_status_file
25370 *) echo "calc.at:565: exit code was $at_status, expected 0"
25375 echo 1 > $at_status_file
25387 echo "calc.at:565: \$PREPARSER ./calc input"
25388 echo calc.at:565 >$at_check_line_file
25394 echo stderr:; tee stderr <$at_stderr
25397 77) echo 77 > $at_status_file
25400 *) echo "calc.at:565: exit code was $at_status, expected 0"
25405 echo 1 > $at_status_file
25442 echo "calc.at:565: cat stderr"
25443 echo calc.at:565 >$at_check_line_file
25452 77) echo 77 > $at_status_file
25455 *) echo "calc.at:565: exit code was $at_status, expected 0"
25460 echo 1 > $at_status_file
25501 echo "82. calc.at:567: testing ..."
25813 echo "calc.at:567: bison -o calc.c calc.y"
25814 echo calc.at:567 >$at_check_line_file
25823 77) echo 77 > $at_status_file
25826 *) echo "calc.at:567: exit code was $at_status, expected 0"
25831 echo 1 > $at_status_file
25838 echo "calc.at:567: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
25839 echo calc.at:567 >$at_check_line_file
25845 echo stderr:; cat $at_stderr
25846 echo stdout:; cat $at_stdout
25848 77) echo 77 > $at_status_file
25851 *) echo "calc.at:567: exit code was $at_status, expected 0"
25856 echo 1 > $at_status_file
25881 echo "calc.at:567: \$PREPARSER ./calc input"
25882 echo calc.at:567 >$at_check_line_file
25888 echo stderr:; tee stderr <$at_stderr
25891 77) echo 77 > $at_status_file
25894 *) echo "calc.at:567: exit code was $at_status, expected 0"
25899 echo 1 > $at_status_file
25913 echo "calc.at:567: \$PREPARSER ./calc input"
25914 echo calc.at:567 >$at_check_line_file
25920 echo stderr:; tee stderr <$at_stderr
25923 77) echo 77 > $at_status_file
25926 *) echo "calc.at:567: exit code was $at_status, expected 1"
25931 echo 1 > $at_status_file
25967 echo "calc.at:567: cat stderr"
25968 echo calc.at:567 >$at_check_line_file
25977 77) echo 77 > $at_status_file
25980 *) echo "calc.at:567: exit code was $at_status, expected 0"
25985 echo 1 > $at_status_file
25997 echo "calc.at:567: \$PREPARSER ./calc input"
25998 echo calc.at:567 >$at_check_line_file
26004 echo stderr:; tee stderr <$at_stderr
26007 77) echo 77 > $at_status_file
26010 *) echo "calc.at:567: exit code was $at_status, expected 1"
26015 echo 1 > $at_status_file
26051 echo "calc.at:567: cat stderr"
26052 echo calc.at:567 >$at_check_line_file
26061 77) echo 77 > $at_status_file
26064 *) echo "calc.at:567: exit code was $at_status, expected 0"
26069 echo 1 > $at_status_file
26081 echo "calc.at:567: \$PREPARSER ./calc input"
26082 echo calc.at:567 >$at_check_line_file
26088 echo stderr:; tee stderr <$at_stderr
26091 77) echo 77 > $at_status_file
26094 *) echo "calc.at:567: exit code was $at_status, expected 1"
26099 echo 1 > $at_status_file
26135 echo "calc.at:567: cat stderr"
26136 echo calc.at:567 >$at_check_line_file
26145 77) echo 77 > $at_status_file
26148 *) echo "calc.at:567: exit code was $at_status, expected 0"
26153 echo 1 > $at_status_file
26165 echo "calc.at:567: \$PREPARSER ./calc input"
26166 echo calc.at:567 >$at_check_line_file
26172 echo stderr:; tee stderr <$at_stderr
26175 77) echo 77 > $at_status_file
26178 *) echo "calc.at:567: exit code was $at_status, expected 1"
26183 echo 1 > $at_status_file
26219 echo "calc.at:567: cat stderr"
26220 echo calc.at:567 >$at_check_line_file
26229 77) echo 77 > $at_status_file
26232 *) echo "calc.at:567: exit code was $at_status, expected 0"
26237 echo 1 > $at_status_file
26250 echo "calc.at:567: \$PREPARSER ./calc input"
26251 echo calc.at:567 >$at_check_line_file
26257 echo stderr:; tee stderr <$at_stderr
26260 77) echo 77 > $at_status_file
26263 *) echo "calc.at:567: exit code was $at_status, expected 1"
26268 echo 1 > $at_status_file
26304 echo "calc.at:567: cat stderr"
26305 echo calc.at:567 >$at_check_line_file
26314 77) echo 77 > $at_status_file
26317 *) echo "calc.at:567: exit code was $at_status, expected 0"
26322 echo 1 > $at_status_file
26331 echo "calc.at:567: \$PREPARSER ./calc /dev/null"
26332 echo calc.at:567 >$at_check_line_file
26338 echo stderr:; tee stderr <$at_stderr
26341 77) echo 77 > $at_status_file
26344 *) echo "calc.at:567: exit code was $at_status, expected 1"
26349 echo 1 > $at_status_file
26385 echo "calc.at:567: cat stderr"
26386 echo calc.at:567 >$at_check_line_file
26395 77) echo 77 > $at_status_file
26398 *) echo "calc.at:567: exit code was $at_status, expected 0"
26403 echo 1 > $at_status_file
26432 echo "calc.at:567: \$PREPARSER ./calc input"
26433 echo calc.at:567 >$at_check_line_file
26439 echo stderr:; tee stderr <$at_stderr
26442 77) echo 77 > $at_status_file
26445 *) echo "calc.at:567: exit code was $at_status, expected 0"
26450 echo 1 > $at_status_file
26490 echo "calc.at:567: cat stderr"
26491 echo calc.at:567 >$at_check_line_file
26500 77) echo 77 > $at_status_file
26503 *) echo "calc.at:567: exit code was $at_status, expected 0"
26508 echo 1 > $at_status_file
26523 echo "calc.at:567: \$PREPARSER ./calc input"
26524 echo calc.at:567 >$at_check_line_file
26530 echo stderr:; tee stderr <$at_stderr
26533 77) echo 77 > $at_status_file
26536 *) echo "calc.at:567: exit code was $at_status, expected 0"
26541 echo 1 > $at_status_file
26578 echo "calc.at:567: cat stderr"
26579 echo calc.at:567 >$at_check_line_file
26588 77) echo 77 > $at_status_file
26591 *) echo "calc.at:567: exit code was $at_status, expected 0"
26596 echo 1 > $at_status_file
26608 echo "calc.at:567: \$PREPARSER ./calc input"
26609 echo calc.at:567 >$at_check_line_file
26615 echo stderr:; tee stderr <$at_stderr
26618 77) echo 77 > $at_status_file
26621 *) echo "calc.at:567: exit code was $at_status, expected 0"
26626 echo 1 > $at_status_file
26664 echo "calc.at:567: cat stderr"
26665 echo calc.at:567 >$at_check_line_file
26674 77) echo 77 > $at_status_file
26677 *) echo "calc.at:567: exit code was $at_status, expected 0"
26682 echo 1 > $at_status_file
26723 echo "83. calc.at:569: testing ..."
27044 echo "calc.at:569: bison -o calc.c calc.y"
27045 echo calc.at:569 >$at_check_line_file
27054 77) echo 77 > $at_status_file
27057 *) echo "calc.at:569: exit code was $at_status, expected 0"
27062 echo 1 > $at_status_file
27069 echo "calc.at:569: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
27070 echo calc.at:569 >$at_check_line_file
27076 echo stderr:; cat $at_stderr
27077 echo stdout:; cat $at_stdout
27079 77) echo 77 > $at_status_file
27082 *) echo "calc.at:569: exit code was $at_status, expected 0"
27087 echo 1 > $at_status_file
27112 echo "calc.at:569: \$PREPARSER ./calc input"
27113 echo calc.at:569 >$at_check_line_file
27119 echo stderr:; tee stderr <$at_stderr
27122 77) echo 77 > $at_status_file
27125 *) echo "calc.at:569: exit code was $at_status, expected 0"
27130 echo 1 > $at_status_file
27144 echo "calc.at:569: \$PREPARSER ./calc input"
27145 echo calc.at:569 >$at_check_line_file
27151 echo stderr:; tee stderr <$at_stderr
27154 77) echo 77 > $at_status_file
27157 *) echo "calc.at:569: exit code was $at_status, expected 1"
27162 echo 1 > $at_status_file
27197 echo "calc.at:569: cat stderr"
27198 echo calc.at:569 >$at_check_line_file
27207 77) echo 77 > $at_status_file
27210 *) echo "calc.at:569: exit code was $at_status, expected 0"
27215 echo 1 > $at_status_file
27227 echo "calc.at:569: \$PREPARSER ./calc input"
27228 echo calc.at:569 >$at_check_line_file
27234 echo stderr:; tee stderr <$at_stderr
27237 77) echo 77 > $at_status_file
27240 *) echo "calc.at:569: exit code was $at_status, expected 1"
27245 echo 1 > $at_status_file
27280 echo "calc.at:569: cat stderr"
27281 echo calc.at:569 >$at_check_line_file
27290 77) echo 77 > $at_status_file
27293 *) echo "calc.at:569: exit code was $at_status, expected 0"
27298 echo 1 > $at_status_file
27310 echo "calc.at:569: \$PREPARSER ./calc input"
27311 echo calc.at:569 >$at_check_line_file
27317 echo stderr:; tee stderr <$at_stderr
27320 77) echo 77 > $at_status_file
27323 *) echo "calc.at:569: exit code was $at_status, expected 1"
27328 echo 1 > $at_status_file
27363 echo "calc.at:569: cat stderr"
27364 echo calc.at:569 >$at_check_line_file
27373 77) echo 77 > $at_status_file
27376 *) echo "calc.at:569: exit code was $at_status, expected 0"
27381 echo 1 > $at_status_file
27393 echo "calc.at:569: \$PREPARSER ./calc input"
27394 echo calc.at:569 >$at_check_line_file
27400 echo stderr:; tee stderr <$at_stderr
27403 77) echo 77 > $at_status_file
27406 *) echo "calc.at:569: exit code was $at_status, expected 1"
27411 echo 1 > $at_status_file
27446 echo "calc.at:569: cat stderr"
27447 echo calc.at:569 >$at_check_line_file
27456 77) echo 77 > $at_status_file
27459 *) echo "calc.at:569: exit code was $at_status, expected 0"
27464 echo 1 > $at_status_file
27477 echo "calc.at:569: \$PREPARSER ./calc input"
27478 echo calc.at:569 >$at_check_line_file
27484 echo stderr:; tee stderr <$at_stderr
27487 77) echo 77 > $at_status_file
27490 *) echo "calc.at:569: exit code was $at_status, expected 1"
27495 echo 1 > $at_status_file
27530 echo "calc.at:569: cat stderr"
27531 echo calc.at:569 >$at_check_line_file
27540 77) echo 77 > $at_status_file
27543 *) echo "calc.at:569: exit code was $at_status, expected 0"
27548 echo 1 > $at_status_file
27557 echo "calc.at:569: \$PREPARSER ./calc /dev/null"
27558 echo calc.at:569 >$at_check_line_file
27564 echo stderr:; tee stderr <$at_stderr
27567 77) echo 77 > $at_status_file
27570 *) echo "calc.at:569: exit code was $at_status, expected 1"
27575 echo 1 > $at_status_file
27610 echo "calc.at:569: cat stderr"
27611 echo calc.at:569 >$at_check_line_file
27620 77) echo 77 > $at_status_file
27623 *) echo "calc.at:569: exit code was $at_status, expected 0"
27628 echo 1 > $at_status_file
27657 echo "calc.at:569: \$PREPARSER ./calc input"
27658 echo calc.at:569 >$at_check_line_file
27664 echo stderr:; tee stderr <$at_stderr
27667 77) echo 77 > $at_status_file
27670 *) echo "calc.at:569: exit code was $at_status, expected 0"
27675 echo 1 > $at_status_file
27714 echo "calc.at:569: cat stderr"
27715 echo calc.at:569 >$at_check_line_file
27724 77) echo 77 > $at_status_file
27727 *) echo "calc.at:569: exit code was $at_status, expected 0"
27732 echo 1 > $at_status_file
27747 echo "calc.at:569: \$PREPARSER ./calc input"
27748 echo calc.at:569 >$at_check_line_file
27754 echo stderr:; tee stderr <$at_stderr
27757 77) echo 77 > $at_status_file
27760 *) echo "calc.at:569: exit code was $at_status, expected 0"
27765 echo 1 > $at_status_file
27801 echo "calc.at:569: cat stderr"
27802 echo calc.at:569 >$at_check_line_file
27811 77) echo 77 > $at_status_file
27814 *) echo "calc.at:569: exit code was $at_status, expected 0"
27819 echo 1 > $at_status_file
27831 echo "calc.at:569: \$PREPARSER ./calc input"
27832 echo calc.at:569 >$at_check_line_file
27838 echo stderr:; tee stderr <$at_stderr
27841 77) echo 77 > $at_status_file
27844 *) echo "calc.at:569: exit code was $at_status, expected 0"
27849 echo 1 > $at_status_file
27886 echo "calc.at:569: cat stderr"
27887 echo calc.at:569 >$at_check_line_file
27896 77) echo 77 > $at_status_file
27899 *) echo "calc.at:569: exit code was $at_status, expected 0"
27904 echo 1 > $at_status_file
27954 echo "84. calc.at:586: testing ..."
28244 echo "calc.at:586: bison -o calc.c calc.y"
28245 echo calc.at:586 >$at_check_line_file
28254 77) echo 77 > $at_status_file
28257 *) echo "calc.at:586: exit code was $at_status, expected 0"
28262 echo 1 > $at_status_file
28269 echo "calc.at:586: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
28270 echo calc.at:586 >$at_check_line_file
28276 echo stderr:; cat $at_stderr
28277 echo stdout:; cat $at_stdout
28279 77) echo 77 > $at_status_file
28282 *) echo "calc.at:586: exit code was $at_status, expected 0"
28287 echo 1 > $at_status_file
28312 echo "calc.at:586: \$PREPARSER ./calc input"
28313 echo calc.at:586 >$at_check_line_file
28319 echo stderr:; tee stderr <$at_stderr
28322 77) echo 77 > $at_status_file
28325 *) echo "calc.at:586: exit code was $at_status, expected 0"
28330 echo 1 > $at_status_file
28344 echo "calc.at:586: \$PREPARSER ./calc input"
28345 echo calc.at:586 >$at_check_line_file
28351 echo stderr:; tee stderr <$at_stderr
28354 77) echo 77 > $at_status_file
28357 *) echo "calc.at:586: exit code was $at_status, expected 1"
28362 echo 1 > $at_status_file
28399 echo "calc.at:586: cat stderr"
28400 echo calc.at:586 >$at_check_line_file
28409 77) echo 77 > $at_status_file
28412 *) echo "calc.at:586: exit code was $at_status, expected 0"
28417 echo 1 > $at_status_file
28429 echo "calc.at:586: \$PREPARSER ./calc input"
28430 echo calc.at:586 >$at_check_line_file
28436 echo stderr:; tee stderr <$at_stderr
28439 77) echo 77 > $at_status_file
28442 *) echo "calc.at:586: exit code was $at_status, expected 1"
28447 echo 1 > $at_status_file
28484 echo "calc.at:586: cat stderr"
28485 echo calc.at:586 >$at_check_line_file
28494 77) echo 77 > $at_status_file
28497 *) echo "calc.at:586: exit code was $at_status, expected 0"
28502 echo 1 > $at_status_file
28514 echo "calc.at:586: \$PREPARSER ./calc input"
28515 echo calc.at:586 >$at_check_line_file
28521 echo stderr:; tee stderr <$at_stderr
28524 77) echo 77 > $at_status_file
28527 *) echo "calc.at:586: exit code was $at_status, expected 1"
28532 echo 1 > $at_status_file
28569 echo "calc.at:586: cat stderr"
28570 echo calc.at:586 >$at_check_line_file
28579 77) echo 77 > $at_status_file
28582 *) echo "calc.at:586: exit code was $at_status, expected 0"
28587 echo 1 > $at_status_file
28599 echo "calc.at:586: \$PREPARSER ./calc input"
28600 echo calc.at:586 >$at_check_line_file
28606 echo stderr:; tee stderr <$at_stderr
28609 77) echo 77 > $at_status_file
28612 *) echo "calc.at:586: exit code was $at_status, expected 1"
28617 echo 1 > $at_status_file
28654 echo "calc.at:586: cat stderr"
28655 echo calc.at:586 >$at_check_line_file
28664 77) echo 77 > $at_status_file
28667 *) echo "calc.at:586: exit code was $at_status, expected 0"
28672 echo 1 > $at_status_file
28685 echo "calc.at:586: \$PREPARSER ./calc input"
28686 echo calc.at:586 >$at_check_line_file
28692 echo stderr:; tee stderr <$at_stderr
28695 77) echo 77 > $at_status_file
28698 *) echo "calc.at:586: exit code was $at_status, expected 1"
28703 echo 1 > $at_status_file
28740 echo "calc.at:586: cat stderr"
28741 echo calc.at:586 >$at_check_line_file
28750 77) echo 77 > $at_status_file
28753 *) echo "calc.at:586: exit code was $at_status, expected 0"
28758 echo 1 > $at_status_file
28767 echo "calc.at:586: \$PREPARSER ./calc /dev/null"
28768 echo calc.at:586 >$at_check_line_file
28774 echo stderr:; tee stderr <$at_stderr
28777 77) echo 77 > $at_status_file
28780 *) echo "calc.at:586: exit code was $at_status, expected 1"
28785 echo 1 > $at_status_file
28822 echo "calc.at:586: cat stderr"
28823 echo calc.at:586 >$at_check_line_file
28832 77) echo 77 > $at_status_file
28835 *) echo "calc.at:586: exit code was $at_status, expected 0"
28840 echo 1 > $at_status_file
28869 echo "calc.at:586: \$PREPARSER ./calc input"
28870 echo calc.at:586 >$at_check_line_file
28876 echo stderr:; tee stderr <$at_stderr
28879 77) echo 77 > $at_status_file
28882 *) echo "calc.at:586: exit code was $at_status, expected 0"
28887 echo 1 > $at_status_file
28928 echo "calc.at:586: cat stderr"
28929 echo calc.at:586 >$at_check_line_file
28938 77) echo 77 > $at_status_file
28941 *) echo "calc.at:586: exit code was $at_status, expected 0"
28946 echo 1 > $at_status_file
28961 echo "calc.at:586: \$PREPARSER ./calc input"
28962 echo calc.at:586 >$at_check_line_file
28968 echo stderr:; tee stderr <$at_stderr
28971 77) echo 77 > $at_status_file
28974 *) echo "calc.at:586: exit code was $at_status, expected 0"
28979 echo 1 > $at_status_file
29017 echo "calc.at:586: cat stderr"
29018 echo calc.at:586 >$at_check_line_file
29027 77) echo 77 > $at_status_file
29030 *) echo "calc.at:586: exit code was $at_status, expected 0"
29035 echo 1 > $at_status_file
29047 echo "calc.at:586: \$PREPARSER ./calc input"
29048 echo calc.at:586 >$at_check_line_file
29054 echo stderr:; tee stderr <$at_stderr
29057 77) echo 77 > $at_status_file
29060 *) echo "calc.at:586: exit code was $at_status, expected 0"
29065 echo 1 > $at_status_file
29104 echo "calc.at:586: cat stderr"
29105 echo calc.at:586 >$at_check_line_file
29114 77) echo 77 > $at_status_file
29117 *) echo "calc.at:586: exit code was $at_status, expected 0"
29122 echo 1 > $at_status_file
29163 echo "85. calc.at:588: testing ..."
29453 echo "calc.at:588: bison -o calc.c calc.y"
29454 echo calc.at:588 >$at_check_line_file
29463 77) echo 77 > $at_status_file
29466 *) echo "calc.at:588: exit code was $at_status, expected 0"
29471 echo 1 > $at_status_file
29478 echo "calc.at:588: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
29479 echo calc.at:588 >$at_check_line_file
29485 echo stderr:; cat $at_stderr
29486 echo stdout:; cat $at_stdout
29488 77) echo 77 > $at_status_file
29491 *) echo "calc.at:588: exit code was $at_status, expected 0"
29496 echo 1 > $at_status_file
29521 echo "calc.at:588: \$PREPARSER ./calc input"
29522 echo calc.at:588 >$at_check_line_file
29528 echo stderr:; tee stderr <$at_stderr
29531 77) echo 77 > $at_status_file
29534 *) echo "calc.at:588: exit code was $at_status, expected 0"
29539 echo 1 > $at_status_file
29553 echo "calc.at:588: \$PREPARSER ./calc input"
29554 echo calc.at:588 >$at_check_line_file
29560 echo stderr:; tee stderr <$at_stderr
29563 77) echo 77 > $at_status_file
29566 *) echo "calc.at:588: exit code was $at_status, expected 1"
29571 echo 1 > $at_status_file
29608 echo "calc.at:588: cat stderr"
29609 echo calc.at:588 >$at_check_line_file
29618 77) echo 77 > $at_status_file
29621 *) echo "calc.at:588: exit code was $at_status, expected 0"
29626 echo 1 > $at_status_file
29638 echo "calc.at:588: \$PREPARSER ./calc input"
29639 echo calc.at:588 >$at_check_line_file
29645 echo stderr:; tee stderr <$at_stderr
29648 77) echo 77 > $at_status_file
29651 *) echo "calc.at:588: exit code was $at_status, expected 1"
29656 echo 1 > $at_status_file
29693 echo "calc.at:588: cat stderr"
29694 echo calc.at:588 >$at_check_line_file
29703 77) echo 77 > $at_status_file
29706 *) echo "calc.at:588: exit code was $at_status, expected 0"
29711 echo 1 > $at_status_file
29723 echo "calc.at:588: \$PREPARSER ./calc input"
29724 echo calc.at:588 >$at_check_line_file
29730 echo stderr:; tee stderr <$at_stderr
29733 77) echo 77 > $at_status_file
29736 *) echo "calc.at:588: exit code was $at_status, expected 1"
29741 echo 1 > $at_status_file
29778 echo "calc.at:588: cat stderr"
29779 echo calc.at:588 >$at_check_line_file
29788 77) echo 77 > $at_status_file
29791 *) echo "calc.at:588: exit code was $at_status, expected 0"
29796 echo 1 > $at_status_file
29808 echo "calc.at:588: \$PREPARSER ./calc input"
29809 echo calc.at:588 >$at_check_line_file
29815 echo stderr:; tee stderr <$at_stderr
29818 77) echo 77 > $at_status_file
29821 *) echo "calc.at:588: exit code was $at_status, expected 1"
29826 echo 1 > $at_status_file
29863 echo "calc.at:588: cat stderr"
29864 echo calc.at:588 >$at_check_line_file
29873 77) echo 77 > $at_status_file
29876 *) echo "calc.at:588: exit code was $at_status, expected 0"
29881 echo 1 > $at_status_file
29894 echo "calc.at:588: \$PREPARSER ./calc input"
29895 echo calc.at:588 >$at_check_line_file
29901 echo stderr:; tee stderr <$at_stderr
29904 77) echo 77 > $at_status_file
29907 *) echo "calc.at:588: exit code was $at_status, expected 1"
29912 echo 1 > $at_status_file
29949 echo "calc.at:588: cat stderr"
29950 echo calc.at:588 >$at_check_line_file
29959 77) echo 77 > $at_status_file
29962 *) echo "calc.at:588: exit code was $at_status, expected 0"
29967 echo 1 > $at_status_file
29976 echo "calc.at:588: \$PREPARSER ./calc /dev/null"
29977 echo calc.at:588 >$at_check_line_file
29983 echo stderr:; tee stderr <$at_stderr
29986 77) echo 77 > $at_status_file
29989 *) echo "calc.at:588: exit code was $at_status, expected 1"
29994 echo 1 > $at_status_file
30031 echo "calc.at:588: cat stderr"
30032 echo calc.at:588 >$at_check_line_file
30041 77) echo 77 > $at_status_file
30044 *) echo "calc.at:588: exit code was $at_status, expected 0"
30049 echo 1 > $at_status_file
30078 echo "calc.at:588: \$PREPARSER ./calc input"
30079 echo calc.at:588 >$at_check_line_file
30085 echo stderr:; tee stderr <$at_stderr
30088 77) echo 77 > $at_status_file
30091 *) echo "calc.at:588: exit code was $at_status, expected 0"
30096 echo 1 > $at_status_file
30137 echo "calc.at:588: cat stderr"
30138 echo calc.at:588 >$at_check_line_file
30147 77) echo 77 > $at_status_file
30150 *) echo "calc.at:588: exit code was $at_status, expected 0"
30155 echo 1 > $at_status_file
30170 echo "calc.at:588: \$PREPARSER ./calc input"
30171 echo calc.at:588 >$at_check_line_file
30177 echo stderr:; tee stderr <$at_stderr
30180 77) echo 77 > $at_status_file
30183 *) echo "calc.at:588: exit code was $at_status, expected 0"
30188 echo 1 > $at_status_file
30226 echo "calc.at:588: cat stderr"
30227 echo calc.at:588 >$at_check_line_file
30236 77) echo 77 > $at_status_file
30239 *) echo "calc.at:588: exit code was $at_status, expected 0"
30244 echo 1 > $at_status_file
30256 echo "calc.at:588: \$PREPARSER ./calc input"
30257 echo calc.at:588 >$at_check_line_file
30263 echo stderr:; tee stderr <$at_stderr
30266 77) echo 77 > $at_status_file
30269 *) echo "calc.at:588: exit code was $at_status, expected 0"
30274 echo 1 > $at_status_file
30313 echo "calc.at:588: cat stderr"
30314 echo calc.at:588 >$at_check_line_file
30323 77) echo 77 > $at_status_file
30326 *) echo "calc.at:588: exit code was $at_status, expected 0"
30331 echo 1 > $at_status_file
30372 echo "86. calc.at:589: testing ..."
30693 echo "calc.at:589: bison -o calc.c calc.y"
30694 echo calc.at:589 >$at_check_line_file
30703 77) echo 77 > $at_status_file
30706 *) echo "calc.at:589: exit code was $at_status, expected 0"
30711 echo 1 > $at_status_file
30718 echo "calc.at:589: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
30719 echo calc.at:589 >$at_check_line_file
30725 echo stderr:; cat $at_stderr
30726 echo stdout:; cat $at_stdout
30728 77) echo 77 > $at_status_file
30731 *) echo "calc.at:589: exit code was $at_status, expected 0"
30736 echo 1 > $at_status_file
30761 echo "calc.at:589: \$PREPARSER ./calc input"
30762 echo calc.at:589 >$at_check_line_file
30768 echo stderr:; tee stderr <$at_stderr
30771 77) echo 77 > $at_status_file
30774 *) echo "calc.at:589: exit code was $at_status, expected 0"
30779 echo 1 > $at_status_file
30793 echo "calc.at:589: \$PREPARSER ./calc input"
30794 echo calc.at:589 >$at_check_line_file
30800 echo stderr:; tee stderr <$at_stderr
30803 77) echo 77 > $at_status_file
30806 *) echo "calc.at:589: exit code was $at_status, expected 1"
30811 echo 1 > $at_status_file
30847 echo "calc.at:589: cat stderr"
30848 echo calc.at:589 >$at_check_line_file
30857 77) echo 77 > $at_status_file
30860 *) echo "calc.at:589: exit code was $at_status, expected 0"
30865 echo 1 > $at_status_file
30877 echo "calc.at:589: \$PREPARSER ./calc input"
30878 echo calc.at:589 >$at_check_line_file
30884 echo stderr:; tee stderr <$at_stderr
30887 77) echo 77 > $at_status_file
30890 *) echo "calc.at:589: exit code was $at_status, expected 1"
30895 echo 1 > $at_status_file
30931 echo "calc.at:589: cat stderr"
30932 echo calc.at:589 >$at_check_line_file
30941 77) echo 77 > $at_status_file
30944 *) echo "calc.at:589: exit code was $at_status, expected 0"
30949 echo 1 > $at_status_file
30961 echo "calc.at:589: \$PREPARSER ./calc input"
30962 echo calc.at:589 >$at_check_line_file
30968 echo stderr:; tee stderr <$at_stderr
30971 77) echo 77 > $at_status_file
30974 *) echo "calc.at:589: exit code was $at_status, expected 1"
30979 echo 1 > $at_status_file
31015 echo "calc.at:589: cat stderr"
31016 echo calc.at:589 >$at_check_line_file
31025 77) echo 77 > $at_status_file
31028 *) echo "calc.at:589: exit code was $at_status, expected 0"
31033 echo 1 > $at_status_file
31045 echo "calc.at:589: \$PREPARSER ./calc input"
31046 echo calc.at:589 >$at_check_line_file
31052 echo stderr:; tee stderr <$at_stderr
31055 77) echo 77 > $at_status_file
31058 *) echo "calc.at:589: exit code was $at_status, expected 1"
31063 echo 1 > $at_status_file
31099 echo "calc.at:589: cat stderr"
31100 echo calc.at:589 >$at_check_line_file
31109 77) echo 77 > $at_status_file
31112 *) echo "calc.at:589: exit code was $at_status, expected 0"
31117 echo 1 > $at_status_file
31130 echo "calc.at:589: \$PREPARSER ./calc input"
31131 echo calc.at:589 >$at_check_line_file
31137 echo stderr:; tee stderr <$at_stderr
31140 77) echo 77 > $at_status_file
31143 *) echo "calc.at:589: exit code was $at_status, expected 1"
31148 echo 1 > $at_status_file
31184 echo "calc.at:589: cat stderr"
31185 echo calc.at:589 >$at_check_line_file
31194 77) echo 77 > $at_status_file
31197 *) echo "calc.at:589: exit code was $at_status, expected 0"
31202 echo 1 > $at_status_file
31211 echo "calc.at:589: \$PREPARSER ./calc /dev/null"
31212 echo calc.at:589 >$at_check_line_file
31218 echo stderr:; tee stderr <$at_stderr
31221 77) echo 77 > $at_status_file
31224 *) echo "calc.at:589: exit code was $at_status, expected 1"
31229 echo 1 > $at_status_file
31265 echo "calc.at:589: cat stderr"
31266 echo calc.at:589 >$at_check_line_file
31275 77) echo 77 > $at_status_file
31278 *) echo "calc.at:589: exit code was $at_status, expected 0"
31283 echo 1 > $at_status_file
31312 echo "calc.at:589: \$PREPARSER ./calc input"
31313 echo calc.at:589 >$at_check_line_file
31319 echo stderr:; tee stderr <$at_stderr
31322 77) echo 77 > $at_status_file
31325 *) echo "calc.at:589: exit code was $at_status, expected 0"
31330 echo 1 > $at_status_file
31370 echo "calc.at:589: cat stderr"
31371 echo calc.at:589 >$at_check_line_file
31380 77) echo 77 > $at_status_file
31383 *) echo "calc.at:589: exit code was $at_status, expected 0"
31388 echo 1 > $at_status_file
31403 echo "calc.at:589: \$PREPARSER ./calc input"
31404 echo calc.at:589 >$at_check_line_file
31410 echo stderr:; tee stderr <$at_stderr
31413 77) echo 77 > $at_status_file
31416 *) echo "calc.at:589: exit code was $at_status, expected 0"
31421 echo 1 > $at_status_file
31458 echo "calc.at:589: cat stderr"
31459 echo calc.at:589 >$at_check_line_file
31468 77) echo 77 > $at_status_file
31471 *) echo "calc.at:589: exit code was $at_status, expected 0"
31476 echo 1 > $at_status_file
31488 echo "calc.at:589: \$PREPARSER ./calc input"
31489 echo calc.at:589 >$at_check_line_file
31495 echo stderr:; tee stderr <$at_stderr
31498 77) echo 77 > $at_status_file
31501 *) echo "calc.at:589: exit code was $at_status, expected 0"
31506 echo 1 > $at_status_file
31544 echo "calc.at:589: cat stderr"
31545 echo calc.at:589 >$at_check_line_file
31554 77) echo 77 > $at_status_file
31557 *) echo "calc.at:589: exit code was $at_status, expected 0"
31562 echo 1 > $at_status_file
31603 echo "87. calc.at:590: testing ..."
31893 echo "calc.at:590: bison -o calc.c calc.y"
31894 echo calc.at:590 >$at_check_line_file
31903 77) echo 77 > $at_status_file
31906 *) echo "calc.at:590: exit code was $at_status, expected 0"
31911 echo 1 > $at_status_file
31918 echo "calc.at:590: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
31919 echo calc.at:590 >$at_check_line_file
31925 echo stderr:; cat $at_stderr
31926 echo stdout:; cat $at_stdout
31928 77) echo 77 > $at_status_file
31931 *) echo "calc.at:590: exit code was $at_status, expected 0"
31936 echo 1 > $at_status_file
31961 echo "calc.at:590: \$PREPARSER ./calc input"
31962 echo calc.at:590 >$at_check_line_file
31968 echo stderr:; tee stderr <$at_stderr
31971 77) echo 77 > $at_status_file
31974 *) echo "calc.at:590: exit code was $at_status, expected 0"
31979 echo 1 > $at_status_file
31993 echo "calc.at:590: \$PREPARSER ./calc input"
31994 echo calc.at:590 >$at_check_line_file
32000 echo stderr:; tee stderr <$at_stderr
32003 77) echo 77 > $at_status_file
32006 *) echo "calc.at:590: exit code was $at_status, expected 1"
32011 echo 1 > $at_status_file
32048 echo "calc.at:590: cat stderr"
32049 echo calc.at:590 >$at_check_line_file
32058 77) echo 77 > $at_status_file
32061 *) echo "calc.at:590: exit code was $at_status, expected 0"
32066 echo 1 > $at_status_file
32078 echo "calc.at:590: \$PREPARSER ./calc input"
32079 echo calc.at:590 >$at_check_line_file
32085 echo stderr:; tee stderr <$at_stderr
32088 77) echo 77 > $at_status_file
32091 *) echo "calc.at:590: exit code was $at_status, expected 1"
32096 echo 1 > $at_status_file
32133 echo "calc.at:590: cat stderr"
32134 echo calc.at:590 >$at_check_line_file
32143 77) echo 77 > $at_status_file
32146 *) echo "calc.at:590: exit code was $at_status, expected 0"
32151 echo 1 > $at_status_file
32163 echo "calc.at:590: \$PREPARSER ./calc input"
32164 echo calc.at:590 >$at_check_line_file
32170 echo stderr:; tee stderr <$at_stderr
32173 77) echo 77 > $at_status_file
32176 *) echo "calc.at:590: exit code was $at_status, expected 1"
32181 echo 1 > $at_status_file
32218 echo
32219 echo calc.at:590 >$at_check_line_file
32228 77) echo 77 > $at_status_file
32231 *) echo "calc.at:590: exit code was $at_status, expected 0"
32236 echo 1 > $at_status_file
32248 echo "calc.at:590: \$PREPARSER ./calc input"
32249 echo calc.at:590 >$at_check_line_file
32255 echo stderr:; tee stderr <$at_stderr
32258 77) echo 77 > $at_status_file
32261 *) echo "calc.at:590: exit code was $at_status, expected 1"
32266 echo 1 > $at_status_file
32303 echo "calc.at:590: cat stderr"
32304 echo calc.at:590 >$at_check_line_file
32313 77) echo 77 > $at_status_file
32316 *) echo "calc.at:590: exit code was $at_status, expected 0"
32321 echo 1 > $at_status_file
32334 echo "calc.at:590: \$PREPARSER ./calc input"
32335 echo calc.at:590 >$at_check_line_file
32341 echo stderr:; tee stderr <$at_stderr
32344 77) echo 77 > $at_status_file
32347 *) echo "calc.at:590: exit code was $at_status, expected 1"
32352 echo 1 > $at_status_file
32389 echo "calc.at:590: cat stderr"
32390 echo calc.at:590 >$at_check_line_file
32399 77) echo 77 > $at_status_file
32402 *) echo "calc.at:590: exit code was $at_status, expected 0"
32407 echo 1 > $at_status_file
32416 echo "calc.at:590: \$PREPARSER ./calc /dev/null"
32417 echo calc.at:590 >$at_check_line_file
32423 echo stderr:; tee stderr <$at_stderr
32426 77) echo 77 > $at_status_file
32429 *) echo "calc.at:590: exit code was $at_status, expected 1"
32434 echo 1 > $at_status_file
32471 echo "calc.at:590: cat stderr"
32472 echo calc.at:590 >$at_check_line_file
32481 77) echo 77 > $at_status_file
32484 *) echo "calc.at:590: exit code was $at_status, expected 0"
32489 echo 1 > $at_status_file
32518 echo "calc.at:590: \$PREPARSER ./calc input"
32519 echo calc.at:590 >$at_check_line_file
32525 echo stderr:; tee stderr <$at_stderr
32528 77) echo 77 > $at_status_file
32531 *) echo "calc.at:590: exit code was $at_status, expected 0"
32536 echo 1 > $at_status_file
32577 echo "calc.at:590: cat stderr"
32578 echo calc.at:590 >$at_check_line_file
32587 77) echo 77 > $at_status_file
32590 *) echo "calc.at:590: exit code was $at_status, expected 0"
32595 echo 1 > $at_status_file
32610 echo "calc.at:590: \$PREPARSER ./calc input"
32611 echo calc.at:590 >$at_check_line_file
32617 echo stderr:; tee stderr <$at_stderr
32620 77) echo 77 > $at_status_file
32623 *) echo "calc.at:590: exit code was $at_status, expected 0"
32628 echo 1 > $at_status_file
32666 echo "calc.at:590: cat stderr"
32667 echo calc.at:590 >$at_check_line_file
32676 77) echo 77 > $at_status_file
32679 *) echo "calc.at:590: exit code was $at_status, expected 0"
32684 echo 1 > $at_status_file
32696 echo "calc.at:590: \$PREPARSER ./calc input"
32697 echo calc.at:590 >$at_check_line_file
32703 echo stderr:; tee stderr <$at_stderr
32706 77) echo 77 > $at_status_file
32709 *) echo "calc.at:590: exit code was $at_status, expected 0"
32714 echo 1 > $at_status_file
32753 echo "calc.at:590: cat stderr"
32754 echo calc.at:590 >$at_check_line_file
32763 77) echo 77 > $at_status_file
32766 *) echo "calc.at:590: exit code was $at_status, expected 0"
32771 echo 1 > $at_status_file
32812 echo "88. calc.at:591: testing ..."
33102 echo "calc.at:591: bison -o calc.c calc.y"
33103 echo calc.at:591 >$at_check_line_file
33112 77) echo 77 > $at_status_file
33115 *) echo "calc.at:591: exit code was $at_status, expected 0"
33120 echo 1 > $at_status_file
33127 echo "calc.at:591: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
33128 echo calc.at:591 >$at_check_line_file
33134 echo stderr:; cat $at_stderr
33135 echo stdout:; cat $at_stdout
33137 77) echo 77 > $at_status_file
33140 *) echo "calc.at:591: exit code was $at_status, expected 0"
33145 echo 1 > $at_status_file
33170 echo "calc.at:591: \$PREPARSER ./calc input"
33171 echo calc.at:591 >$at_check_line_file
33177 echo stderr:; tee stderr <$at_stderr
33180 77) echo 77 > $at_status_file
33183 *) echo "calc.at:591: exit code was $at_status, expected 0"
33188 echo 1 > $at_status_file
33202 echo "calc.at:591: \$PREPARSER ./calc input"
33203 echo calc.at:591 >$at_check_line_file
33209 echo stderr:; tee stderr <$at_stderr
33212 77) echo 77 > $at_status_file
33215 *) echo "calc.at:591: exit code was $at_status, expected 1"
33220 echo 1 > $at_status_file
33257 echo "calc.at:591: cat stderr"
33258 echo calc.at:591 >$at_check_line_file
33267 77) echo 77 > $at_status_file
33270 *) echo "calc.at:591: exit code was $at_status, expected 0"
33275 echo 1 > $at_status_file
33287 echo "calc.at:591: \$PREPARSER ./calc input"
33288 echo calc.at:591 >$at_check_line_file
33294 echo stderr:; tee stderr <$at_stderr
33297 77) echo 77 > $at_status_file
33300 *) echo "calc.at:591: exit code was $at_status, expected 1"
33305 echo 1 > $at_status_file
33342 echo "calc.at:591: cat stderr"
33343 echo calc.at:591 >$at_check_line_file
33352 77) echo 77 > $at_status_file
33355 *) echo "calc.at:591: exit code was $at_status, expected 0"
33360 echo 1 > $at_status_file
33372 echo "calc.at:591: \$PREPARSER ./calc input"
33373 echo calc.at:591 >$at_check_line_file
33379 echo stderr:; tee stderr <$at_stderr
33382 77) echo 77 > $at_status_file
33385 *) echo "calc.at:591: exit code was $at_status, expected 1"
33390 echo 1 > $at_status_file
33427 echo "calc.at:591: cat stderr"
33428 echo calc.at:591 >$at_check_line_file
33437 77) echo 77 > $at_status_file
33440 *) echo "calc.at:591: exit code was $at_status, expected 0"
33445 echo 1 > $at_status_file
33457 echo "calc.at:591: \$PREPARSER ./calc input"
33458 echo calc.at:591 >$at_check_line_file
33464 echo stderr:; tee stderr <$at_stderr
33467 77) echo 77 > $at_status_file
33470 *) echo "calc.at:591: exit code was $at_status, expected 1"
33475 echo 1 > $at_status_file
33512 echo "calc.at:591: cat stderr"
33513 echo calc.at:591 >$at_check_line_file
33522 77) echo 77 > $at_status_file
33525 *) echo "calc.at:591: exit code was $at_status, expected 0"
33530 echo 1 > $at_status_file
33543 echo "calc.at:591: \$PREPARSER ./calc input"
33544 echo calc.at:591 >$at_check_line_file
33550 echo stderr:; tee stderr <$at_stderr
33553 77) echo 77 > $at_status_file
33556 *) echo "calc.at:591: exit code was $at_status, expected 1"
33561 echo 1 > $at_status_file
33598 echo "calc.at:591: cat stderr"
33599 echo calc.at:591 >$at_check_line_file
33608 77) echo 77 > $at_status_file
33611 *) echo "calc.at:591: exit code was $at_status, expected 0"
33616 echo 1 > $at_status_file
33625 echo "calc.at:591: \$PREPARSER ./calc /dev/null"
33626 echo calc.at:591 >$at_check_line_file
33632 echo stderr:; tee stderr <$at_stderr
33635 77) echo 77 > $at_status_file
33638 *) echo "calc.at:591: exit code was $at_status, expected 1"
33643 echo 1 > $at_status_file
33680 echo "calc.at:591: cat stderr"
33681 echo calc.at:591 >$at_check_line_file
33690 77) echo 77 > $at_status_file
33693 *) echo "calc.at:591: exit code was $at_status, expected 0"
33698 echo 1 > $at_status_file
33727 echo "calc.at:591: \$PREPARSER ./calc input"
33728 echo calc.at:591 >$at_check_line_file
33734 echo stderr:; tee stderr <$at_stderr
33737 77) echo 77 > $at_status_file
33740 *) echo "calc.at:591: exit code was $at_status, expected 0"
33745 echo
33786 echo "calc.at:591: cat stderr"
33787 echo calc.at:591 >$at_check_line_file
33796 77) echo 77 > $at_status_file
33799 *) echo "calc.at:591: exit code was $at_status, expected 0"
33804 echo 1 > $at_status_file
33819 echo "calc.at:591: \$PREPARSER ./calc input"
33820 echo calc.at:591 >$at_check_line_file
33826 echo stderr:; tee stderr <$at_stderr
33829 77) echo 77 > $at_status_file
33832 *) echo "calc.at:591: exit code was $at_status, expected 0"
33837 echo 1 > $at_status_file
33875 echo "calc.at:591: cat stderr"
33876 echo calc.at:591 >$at_check_line_file
33885 77) echo 77 > $at_status_file
33888 *) echo "calc.at:591: exit code was $at_status, expected 0"
33893 echo 1 > $at_status_file
33905 echo "calc.at:591: \$PREPARSER ./calc input"
33906 echo calc.at:591 >$at_check_line_file
33912 echo stderr:; tee stderr <$at_stderr
33915 77) echo 77 > $at_status_file
33918 *) echo "calc.at:591: exit code was $at_status, expected 0"
33923 echo 1 > $at_status_file
33962 echo "calc.at:591: cat stderr"
33963 echo calc.at:591 >$at_check_line_file
33972 77) echo 77 > $at_status_file
33975 *) echo "calc.at:591: exit code was $at_status, expected 0"
33980 echo 1 > $at_status_file
34021 echo "89. calc.at:592: testing ..."
34311 echo "calc.at:592: bison -o calc.c calc.y"
34312 echo calc.at:592 >$at_check_line_file
34321 77) echo 77 > $at_status_file
34324 *) echo "calc.at:592: exit code was $at_status, expected 0"
34329 echo 1 > $at_status_file
34336 echo "calc.at:592: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
34337 echo calc.at:592 >$at_check_line_file
34343 echo stderr:; cat $at_stderr
34344 echo stdout:; cat $at_stdout
34346 77) echo 77 > $at_status_file
34349 *) echo "calc.at:592: exit code was $at_status, expected 0"
34354 echo 1 > $at_status_file
34379 echo "calc.at:592: \$PREPARSER ./calc input"
34380 echo calc.at:592 >$at_check_line_file
34386 echo stderr:; tee stderr <$at_stderr
34389 77) echo 77 > $at_status_file
34392 *) echo "calc.at:592: exit code was $at_status, expected 0"
34397 echo 1 > $at_status_file
34411 echo "calc.at:592: \$PREPARSER ./calc input"
34412 echo calc.at:592 >$at_check_line_file
34418 echo stderr:; tee stderr <$at_stderr
34421 77) echo 77 > $at_status_file
34424 *) echo "calc.at:592: exit code was $at_status, expected 1"
34429 echo 1 > $at_status_file
34466 echo "calc.at:592: cat stderr"
34467 echo calc.at:592 >$at_check_line_file
34476 77) echo 77 > $at_status_file
34479 *) echo "calc.at:592: exit code was $at_status, expected 0"
34484 echo 1 > $at_status_file
34496 echo "calc.at:592: \$PREPARSER ./calc input"
34497 echo calc.at:592 >$at_check_line_file
34503 echo stderr:; tee stderr <$at_stderr
34506 77) echo 77 > $at_status_file
34509 *) echo "calc.at:592: exit code was $at_status, expected 1"
34514 echo 1 > $at_status_file
34551 echo "calc.at:592: cat stderr"
34552 echo calc.at:592 >$at_check_line_file
34561 77) echo 77 > $at_status_file
34564 *) echo "calc.at:592: exit code was $at_status, expected 0"
34569 echo 1 > $at_status_file
34581 echo "calc.at:592: \$PREPARSER ./calc input"
34582 echo calc.at:592 >$at_check_line_file
34588 echo stderr:; tee stderr <$at_stderr
34591 77) echo 77 > $at_status_file
34594 *) echo "calc.at:592: exit code was $at_status, expected 1"
34599 echo 1 > $at_status_file
34636 echo "calc.at:592: cat stderr"
34637 echo calc.at:592 >$at_check_line_file
34646 77) echo 77 > $at_status_file
34649 *) echo "calc.at:592: exit code was $at_status, expected 0"
34654 echo 1 > $at_status_file
34666 echo "calc.at:592: \$PREPARSER ./calc input"
34667 echo calc.at:592 >$at_check_line_file
34673 echo stderr:; tee stderr <$at_stderr
34676 77) echo 77 > $at_status_file
34679 *) echo "calc.at:592: exit code was $at_status, expected 1"
34684 echo 1 > $at_status_file
34721 echo "calc.at:592: cat stderr"
34722 echo calc.at:592 >$at_check_line_file
34731 77) echo 77 > $at_status_file
34734 *) echo "calc.at:592: exit code was $at_status, expected 0"
34739 echo 1 > $at_status_file
34752 echo "calc.at:592: \$PREPARSER ./calc input"
34753 echo calc.at:592 >$at_check_line_file
34759 echo stderr:; tee stderr <$at_stderr
34762 77) echo 77 > $at_status_file
34765 *) echo "calc.at:592: exit code was $at_status, expected 1"
34770 echo 1 > $at_status_file
34807 echo "calc.at:592: cat stderr"
34808 echo calc.at:592 >$at_check_line_file
34817 77) echo 77 > $at_status_file
34820 *) echo "calc.at:592: exit code was $at_status, expected 0"
34825 echo 1 > $at_status_file
34834 echo "calc.at:592: \$PREPARSER ./calc /dev/null"
34835 echo calc.at:592 >$at_check_line_file
34841 echo stderr:; tee stderr <$at_stderr
34844 77) echo 77 > $at_status_file
34847 *) echo "calc.at:592: exit code was $at_status, expected 1"
34852 echo 1 > $at_status_file
34889 echo "calc.at:592: cat stderr"
34890 echo calc.at:592 >$at_check_line_file
34899 77) echo 77 > $at_status_file
34902 *) echo "calc.at:592: exit code was $at_status, expected 0"
34907 echo 1 > $at_status_file
34936 echo "calc.at:592: \$PREPARSER ./calc input"
34937 echo calc.at:592 >$at_check_line_file
34943 echo stderr:; tee stderr <$at_stderr
34946 77) echo 77 > $at_status_file
34949 *) echo "calc.at:592: exit code was $at_status, expected 0"
34954 echo 1 > $at_status_file
34995 echo "calc.at:592: cat stderr"
34996 echo calc.at:592 >$at_check_line_file
35005 77) echo 77 > $at_status_file
35008 *) echo "calc.at:592: exit code was $at_status, expected 0"
35013 echo 1 > $at_status_file
35028 echo "calc.at:592: \$PREPARSER ./calc input"
35029 echo calc.at:592 >$at_check_line_file
35035 echo stderr:; tee stderr <$at_stderr
35038 77) echo 77 > $at_status_file
35041 *) echo "calc.at:592: exit code was $at_status, expected 0"
35046 echo 1 > $at_status_file
35084 echo "calc.at:592: cat stderr"
35085 echo calc.at:592 >$at_check_line_file
35094 77) echo 77 > $at_status_file
35097 *) echo "calc.at:592: exit code was $at_status, expected 0"
35102 echo 1 > $at_status_file
35114 echo "calc.at:592: \$PREPARSER ./calc input"
35115 echo calc.at:592 >$at_check_line_file
35121 echo stderr:; tee stderr <$at_stderr
35124 77) echo 77 > $at_status_file
35127 *) echo "calc.at:592: exit code was $at_status, expected 0"
35132 echo 1 > $at_status_file
35171 echo "calc.at:592: cat stderr"
35172 echo calc.at:592 >$at_check_line_file
35181 77) echo 77 > $at_status_file
35184 *) echo "calc.at:592: exit code was $at_status, expected 0"
35189 echo 1 > $at_status_file
35230 echo "90. calc.at:593: testing ..."
35520 echo "calc.at:593: bison -o calc.c calc.y"
35521 echo calc.at:593 >$at_check_line_file
35530 77) echo 77 > $at_status_file
35533 *) echo "calc.at:593: exit code was $at_status, expected 0"
35538 echo 1 > $at_status_file
35545 echo "calc.at:593: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
35546 echo calc.at:593 >$at_check_line_file
35552 echo stderr:; cat $at_stderr
35553 echo stdout:; cat $at_stdout
35555 77) echo 77 > $at_status_file
35558 *) echo "calc.at:593: exit code was $at_status, expected 0"
35563 echo 1 > $at_status_file
35588 echo "calc.at:593: \$PREPARSER ./calc input"
35589 echo calc.at:593 >$at_check_line_file
35595 echo stderr:; tee stderr <$at_stderr
35598 77) echo 77 > $at_status_file
35601 *) echo "calc.at:593: exit code was $at_status, expected 0"
35606 echo 1 > $at_status_file
35620 echo "calc.at:593: \$PREPARSER ./calc input"
35621 echo calc.at:593 >$at_check_line_file
35627 echo stderr:; tee stderr <$at_stderr
35630 77) echo 77 > $at_status_file
35633 *) echo "calc.at:593: exit code was $at_status, expected 1"
35638 echo 1 > $at_status_file
35674 echo "calc.at:593: cat stderr"
35675 echo calc.at:593 >$at_check_line_file
35684 77) echo 77 > $at_status_file
35687 *) echo "calc.at:593: exit code was $at_status, expected 0"
35692 echo 1 > $at_status_file
35704 echo "calc.at:593: \$PREPARSER ./calc input"
35705 echo calc.at:593 >$at_check_line_file
35711 echo stderr:; tee stderr <$at_stderr
35714 77) echo 77 > $at_status_file
35717 *) echo "calc.at:593: exit code was $at_status, expected 1"
35722 echo 1 > $at_status_file
35758 echo "calc.at:593: cat stderr"
35759 echo calc.at:593 >$at_check_line_file
35768 77) echo 77 > $at_status_file
35771 *) echo "calc.at:593: exit code was $at_status, expected 0"
35776 echo 1 > $at_status_file
35788 echo "calc.at:593: \$PREPARSER ./calc input"
35789 echo calc.at:593 >$at_check_line_file
35795 echo stderr:; tee stderr <$at_stderr
35798 77) echo 77 > $at_status_file
35801 *) echo "calc.at:593: exit code was $at_status, expected 1"
35806 echo 1 > $at_status_file
35842 echo "calc.at:593: cat stderr"
35843 echo calc.at:593 >$at_check_line_file
35852 77) echo 77 > $at_status_file
35855 *) echo "calc.at:593: exit code was $at_status, expected 0"
35860 echo 1 > $at_status_file
35872 echo "calc.at:593: \$PREPARSER ./calc input"
35873 echo calc.at:593 >$at_check_line_file
35879 echo stderr:; tee stderr <$at_stderr
35882 77) echo 77 > $at_status_file
35885 *) echo "calc.at:593: exit code was $at_status, expected 1"
35890 echo 1 > $at_status_file
35926 echo "calc.at:593: cat stderr"
35927 echo calc.at:593 >$at_check_line_file
35936 77) echo 77 > $at_status_file
35939 *) echo "calc.at:593: exit code was $at_status, expected 0"
35944 echo 1 > $at_status_file
35957 echo "calc.at:593: \$PREPARSER ./calc input"
35958 echo calc.at:593 >$at_check_line_file
35964 echo stderr:; tee stderr <$at_stderr
35967 77) echo 77 > $at_status_file
35970 *) echo "calc.at:593: exit code was $at_status, expected 1"
35975 echo 1 > $at_status_file
36011 echo "calc.at:593: cat stderr"
36012 echo calc.at:593 >$at_check_line_file
36021 77) echo 77 > $at_status_file
36024 *) echo "calc.at:593: exit code was $at_status, expected 0"
36029 echo 1 > $at_status_file
36038 echo "calc.at:593: \$PREPARSER ./calc /dev/null"
36039 echo calc.at:593 >$at_check_line_file
36045 echo stderr:; tee stderr <$at_stderr
36048 77) echo 77 > $at_status_file
36051 *) echo "calc.at:593: exit code was $at_status, expected 1"
36056 echo 1 > $at_status_file
36092 echo "calc.at:593: cat stderr"
36093 echo calc.at:593 >$at_check_line_file
36102 77) echo 77 > $at_status_file
36105 *) echo "calc.at:593: exit code was $at_status, expected 0"
36110 echo 1 > $at_status_file
36139 echo "calc.at:593: \$PREPARSER ./calc input"
36140 echo calc.at:593 >$at_check_line_file
36146 echo stderr:; tee stderr <$at_stderr
36149 77) echo 77 > $at_status_file
36152 *) echo "calc.at:593: exit code was $at_status, expected 0"
36157 echo 1 > $at_status_file
36197 echo "calc.at:593: cat stderr"
36198 echo calc.at:593 >$at_check_line_file
36207 77) echo 77 > $at_status_file
36210 *) echo "calc.at:593: exit code was $at_status, expected 0"
36215 echo 1 > $at_status_file
36230 echo "calc.at:593: \$PREPARSER ./calc input"
36231 echo calc.at:593 >$at_check_line_file
36237 echo stderr:; tee stderr <$at_stderr
36240 77) echo 77 > $at_status_file
36243 *) echo "calc.at:593: exit code was $at_status, expected 0"
36248 echo 1 > $at_status_file
36285 echo "calc.at:593: cat stderr"
36286 echo calc.at:593 >$at_check_line_file
36295 77) echo 77 > $at_status_file
36298 *) echo "calc.at:593: exit code was $at_status, expected 0"
36303 echo 1 > $at_status_file
36315 echo "calc.at:593: \$PREPARSER ./calc input"
36316 echo calc.at:593 >$at_check_line_file
36322 echo stderr:; tee stderr <$at_stderr
36325 77) echo 77 > $at_status_file
36328 *) echo "calc.at:593: exit code was $at_status, expected 0"
36333 echo 1 > $at_status_file
36371 echo "calc.at:593: cat stderr"
36372 echo calc.at:593 >$at_check_line_file
36381 77) echo 77 > $at_status_file
36384 *) echo "calc.at:593: exit code was $at_status, expected 0"
36389 echo 1 > $at_status_file
36430 echo "91. calc.at:595: testing ..."
36751 echo "calc.at:595: bison -o calc.c calc.y"
36752 echo calc.at:595 >$at_check_line_file
36761 77) echo 77 > $at_status_file
36764 *) echo "calc.at:595: exit code was $at_status, expected 0"
36769 echo 1 > $at_status_file
36776 echo "calc.at:595: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
36777 echo calc.at:595 >$at_check_line_file
36783 echo stderr:; cat $at_stderr
36784 echo stdout:; cat $at_stdout
36786 77) echo 77 > $at_status_file
36789 *) echo "calc.at:595: exit code was $at_status, expected 0"
36794 echo 1 > $at_status_file
36819 echo "calc.at:595: \$PREPARSER ./calc input"
36820 echo calc.at:595 >$at_check_line_file
36826 echo stderr:; tee stderr <$at_stderr
36829 77) echo 77 > $at_status_file
36832 *) echo "calc.at:595: exit code was $at_status, expected 0"
36837 echo 1 > $at_status_file
36851 echo "calc.at:595: \$PREPARSER ./calc input"
36852 echo calc.at:595 >$at_check_line_file
36858 echo stderr:; tee stderr <$at_stderr
36861 77) echo 77 > $at_status_file
36864 *) echo "calc.at:595: exit code was $at_status, expected 1"
36869 echo 1 > $at_status_file
36905 echo "calc.at:595: cat stderr"
36906 echo calc.at:595 >$at_check_line_file
36915 77) echo 77 > $at_status_file
36918 *) echo "calc.at:595: exit code was $at_status, expected 0"
36923 echo 1 > $at_status_file
36935 echo "calc.at:595: \$PREPARSER ./calc input"
36936 echo calc.at:595 >$at_check_line_file
36942 echo stderr:; tee stderr <$at_stderr
36945 77) echo 77 > $at_status_file
36948 *) echo "calc.at:595: exit code was $at_status, expected 1"
36953 echo 1 > $at_status_file
36989 echo "calc.at:595: cat stderr"
36990 echo calc.at:595 >$at_check_line_file
36999 77) echo 77 > $at_status_file
37002 *) echo "calc.at:595: exit code was $at_status, expected 0"
37007 echo 1 > $at_status_file
37019 echo "calc.at:595: \$PREPARSER ./calc input"
37020 echo calc.at:595 >$at_check_line_file
37026 echo stderr:; tee stderr <$at_stderr
37029 77) echo 77 > $at_status_file
37032 *) echo "calc.at:595: exit code was $at_status, expected 1"
37037 echo 1 > $at_status_file
37073 echo "calc.at:595: cat stderr"
37074 echo calc.at:595 >$at_check_line_file
37083 77) echo 77 > $at_status_file
37086 *) echo "calc.at:595: exit code was $at_status, expected 0"
37091 echo 1 > $at_status_file
37103 echo "calc.at:595: \$PREPARSER ./calc input"
37104 echo calc.at:595 >$at_check_line_file
37110 echo stderr:; tee stderr <$at_stderr
37113 77) echo 77 > $at_status_file
37116 *) echo "calc.at:595: exit code was $at_status, expected 1"
37121 echo 1 > $at_status_file
37157 echo "calc.at:595: cat stderr"
37158 echo calc.at:595 >$at_check_line_file
37167 77) echo 77 > $at_status_file
37170 *) echo "calc.at:595: exit code was $at_status, expected 0"
37175 echo 1 > $at_status_file
37188 echo "calc.at:595: \$PREPARSER ./calc input"
37189 echo calc.at:595 >$at_check_line_file
37195 echo stderr:; tee stderr <$at_stderr
37198 77) echo 77 > $at_status_file
37201 *) echo "calc.at:595: exit code was $at_status, expected 1"
37206 echo 1 > $at_status_file
37242 echo "calc.at:595: cat stderr"
37243 echo calc.at:595 >$at_check_line_file
37252 77) echo 77 > $at_status_file
37255 *) echo "calc.at:595: exit code was $at_status, expected 0"
37260 echo 1 > $at_status_file
37269 echo "calc.at:595: \$PREPARSER ./calc /dev/null"
37270 echo calc.at:595 >$at_check_line_file
37276 echo stderr:; tee stderr <$at_stderr
37279 77) echo 77 > $at_status_file
37282 *) echo "calc.at:595: exit code was $at_status, expected 1"
37287 echo 1 > $at_status_file
37323 echo "calc.at:595: cat stderr"
37324 echo calc.at:595 >$at_check_line_file
37333 77) echo 77 > $at_status_file
37336 *) echo "calc.at:595: exit code was $at_status, expected 0"
37341 echo 1 > $at_status_file
37370 echo "calc.at:595: \$PREPARSER ./calc input"
37371 echo calc.at:595 >$at_check_line_file
37377 echo stderr:; tee stderr <$at_stderr
37380 77) echo 77 > $at_status_file
37383 *) echo "calc.at:595: exit code was $at_status, expected 0"
37388 echo 1 > $at_status_file
37428 echo "calc.at:595: cat stderr"
37429 echo calc.at:595 >$at_check_line_file
37438 77) echo 77 > $at_status_file
37441 *) echo "calc.at:595: exit code was $at_status, expected 0"
37446 echo 1 > $at_status_file
37461 echo "calc.at:595: \$PREPARSER ./calc input"
37462 echo calc.at:595 >$at_check_line_file
37468 echo stderr:; tee stderr <$at_stderr
37471 77) echo 77 > $at_status_file
37474 *) echo "calc.at:595: exit code was $at_status, expected 0"
37479 echo 1 > $at_status_file
37516 echo "calc.at:595: cat stderr"
37517 echo calc.at:595 >$at_check_line_file
37526 77) echo 77 > $at_status_file
37529 *) echo "calc.at:595: exit code was $at_status, expected 0"
37534 echo 1 > $at_status_file
37546 echo "calc.at:595: \$PREPARSER ./calc input"
37547 echo calc.at:595 >$at_check_line_file
37553 echo stderr:; tee stderr <$at_stderr
37556 77) echo 77 > $at_status_file
37559 *) echo "calc.at:595: exit code was $at_status, expected 0"
37564 echo 1 > $at_status_file
37602 echo "calc.at:595: cat stderr"
37603 echo calc.at:595 >$at_check_line_file
37612 77) echo 77 > $at_status_file
37615 *) echo "calc.at:595: exit code was $at_status, expected 0"
37620 echo 1 > $at_status_file
37661 echo "92. calc.at:596: testing ..."
37982 echo "calc.at:596: bison -o calc.c calc.y"
37983 echo calc.at:596 >$at_check_line_file
37992 77) echo 77 > $at_status_file
37995 *) echo "calc.at:596: exit code was $at_status, expected 0"
38000 echo 1 > $at_status_file
38007 echo "calc.at:596: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
38008 echo calc.at:596 >$at_check_line_file
38014 echo stderr:; cat $at_stderr
38015 echo stdout:; cat $at_stdout
38017 77) echo 77 > $at_status_file
38020 *) echo "calc.at:596: exit code was $at_status, expected 0"
38025 echo 1 > $at_status_file
38050 echo "calc.at:596: \$PREPARSER ./calc input"
38051 echo calc.at:596 >$at_check_line_file
38057 echo stderr:; tee stderr <$at_stderr
38060 77) echo 77 > $at_status_file
38063 *) echo "calc.at:596: exit code was $at_status, expected 0"
38068 echo 1 > $at_status_file
38082 echo "calc.at:596: \$PREPARSER ./calc input"
38083 echo calc.at:596 >$at_check_line_file
38089 echo stderr:; tee stderr <$at_stderr
38092 77) echo 77 > $at_status_file
38095 *) echo "calc.at:596: exit code was $at_status, expected 1"
38100 echo 1 > $at_status_file
38135 echo "calc.at:596: cat stderr"
38136 echo calc.at:596 >$at_check_line_file
38145 77) echo 77 > $at_status_file
38148 *) echo "calc.at:596: exit code was $at_status, expected 0"
38153 echo 1 > $at_status_file
38165 echo "calc.at:596: \$PREPARSER ./calc input"
38166 echo calc.at:596 >$at_check_line_file
38172 echo stderr:; tee stderr <$at_stderr
38175 77) echo 77 > $at_status_file
38178 *) echo "calc.at:596: exit code was $at_status, expected 1"
38183 echo 1 > $at_status_file
38218 echo "calc.at:596: cat stderr"
38219 echo calc.at:596 >$at_check_line_file
38228 77) echo 77 > $at_status_file
38231 *) echo "calc.at:596: exit code was $at_status, expected 0"
38236 echo 1 > $at_status_file
38248 echo "calc.at:596: \$PREPARSER ./calc input"
38249 echo calc.at:596 >$at_check_line_file
38255 echo stderr:; tee stderr <$at_stderr
38258 77) echo 77 > $at_status_file
38261 *) echo "calc.at:596: exit code was $at_status, expected 1"
38266 echo 1 > $at_status_file
38301 echo "calc.at:596: cat stderr"
38302 echo calc.at:596 >$at_check_line_file
38311 77) echo 77 > $at_status_file
38314 *) echo "calc.at:596: exit code was $at_status, expected 0"
38319 echo 1 > $at_status_file
38331 echo "calc.at:596: \$PREPARSER ./calc input"
38332 echo calc.at:596 >$at_check_line_file
38338 echo stderr:; tee stderr <$at_stderr
38341 77) echo 77 > $at_status_file
38344 *) echo "calc.at:596: exit code was $at_status, expected 1"
38349 echo 1 > $at_status_file
38384 echo "calc.at:596: cat stderr"
38385 echo calc.at:596 >$at_check_line_file
38394 77) echo 77 > $at_status_file
38397 *) echo "calc.at:596: exit code was $at_status, expected 0"
38402 echo 1 > $at_status_file
38415 echo "calc.at:596: \$PREPARSER ./calc input"
38416 echo calc.at:596 >$at_check_line_file
38422 echo stderr:; tee stderr <$at_stderr
38425 77) echo 77 > $at_status_file
38428 *) echo "calc.at:596: exit code was $at_status, expected 1"
38433 echo 1 > $at_status_file
38468 echo "calc.at:596: cat stderr"
38469 echo calc.at:596 >$at_check_line_file
38478 77) echo 77 > $at_status_file
38481 *) echo "calc.at:596: exit code was $at_status, expected 0"
38486 echo 1 > $at_status_file
38495 echo "calc.at:596: \$PREPARSER ./calc /dev/null"
38496 echo calc.at:596 >$at_check_line_file
38502 echo stderr:; tee stderr <$at_stderr
38505 77) echo 77 > $at_status_file
38508 *) echo "calc.at:596: exit code was $at_status, expected 1"
38513 echo 1 > $at_status_file
38548 echo "calc.at:596: cat stderr"
38549 echo calc.at:596 >$at_check_line_file
38558 77) echo 77 > $at_status_file
38561 *) echo "calc.at:596: exit code was $at_status, expected 0"
38566 echo 1 > $at_status_file
38595 echo "calc.at:596: \$PREPARSER ./calc input"
38596 echo calc.at:596 >$at_check_line_file
38602 echo stderr:; tee stderr <$at_stderr
38605 77) echo 77 > $at_status_file
38608 *) echo "calc.at:596: exit code was $at_status, expected 0"
38613 echo 1 > $at_status_file
38652 echo "calc.at:596: cat stderr"
38653 echo calc.at:596 >$at_check_line_file
38662 77) echo 77 > $at_status_file
38665 *) echo "calc.at:596: exit code was $at_status, expected 0"
38670 echo 1 > $at_status_file
38685 echo "calc.at:596: \$PREPARSER ./calc input"
38686 echo calc.at:596 >$at_check_line_file
38692 echo stderr:; tee stderr <$at_stderr
38695 77) echo 77 > $at_status_file
38698 *) echo "calc.at:596: exit code was $at_status, expected 0"
38703 echo 1 > $at_status_file
38739 echo "calc.at:596: cat stderr"
38740 echo calc.at:596 >$at_check_line_file
38749 77) echo 77 > $at_status_file
38752 *) echo "calc.at:596: exit code was $at_status, expected 0"
38757 echo 1 > $at_status_file
38769 echo "calc.at:596: \$PREPARSER ./calc input"
38770 echo calc.at:596 >$at_check_line_file
38776 echo stderr:; tee stderr <$at_stderr
38779 77) echo 77 > $at_status_file
38782 *) echo "calc.at:596: exit code was $at_status, expected 0"
38787 echo 1 > $at_status_file
38824 echo "calc.at:596: cat stderr"
38825 echo calc.at:596 >$at_check_line_file
38834 77) echo 77 > $at_status_file
38837 *) echo "calc.at:596: exit code was $at_status, expected 0"
38842 echo 1 > $at_status_file
38883 echo "93. calc.at:598: testing ..."
39204 echo "calc.at:598: bison -o calc.c calc.y"
39205 echo calc.at:598 >$at_check_line_file
39214 77) echo 77 > $at_status_file
39217 *) echo "calc.at:598: exit code was $at_status, expected 0"
39222 echo 1 > $at_status_file
39229 echo "calc.at:598: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
39230 echo calc.at:598 >$at_check_line_file
39236 echo stderr:; cat $at_stderr
39237 echo stdout:; cat $at_stdout
39239 77) echo 77 > $at_status_file
39242 *) echo "calc.at:598: exit code was $at_status, expected 0"
39247 echo 1 > $at_status_file
39272 echo "calc.at:598: \$PREPARSER ./calc input"
39273 echo calc.at:598 >$at_check_line_file
39279 echo stderr:; tee stderr <$at_stderr
39282 77) echo 77 > $at_status_file
39285 *) echo "calc.at:598: exit code was $at_status, expected 0"
39290 echo 1 > $at_status_file
39304 echo "calc.at:598: \$PREPARSER ./calc input"
39305 echo calc.at:598 >$at_check_line_file
39311 echo stderr:; tee stderr <$at_stderr
39314 77) echo 77 > $at_status_file
39317 *) echo "calc.at:598: exit code was $at_status, expected 1"
39322 echo 1 > $at_status_file
39357 echo "calc.at:598: cat stderr"
39358 echo calc.at:598 >$at_check_line_file
39367 77) echo 77 > $at_status_file
39370 *) echo "calc.at:598: exit code was $at_status, expected 0"
39375 echo 1 > $at_status_file
39387 echo "calc.at:598: \$PREPARSER ./calc input"
39388 echo calc.at:598 >$at_check_line_file
39394 echo stderr:; tee stderr <$at_stderr
39397 77) echo 77 > $at_status_file
39400 *) echo "calc.at:598: exit code was $at_status, expected 1"
39405 echo 1 > $at_status_file
39440 echo "calc.at:598: cat stderr"
39441 echo calc.at:598 >$at_check_line_file
39450 77) echo 77 > $at_status_file
39453 *) echo "calc.at:598: exit code was $at_status, expected 0"
39458 echo 1 > $at_status_file
39470 echo "calc.at:598: \$PREPARSER ./calc input"
39471 echo calc.at:598 >$at_check_line_file
39477 echo stderr:; tee stderr <$at_stderr
39480 77) echo 77 > $at_status_file
39483 *) echo "calc.at:598: exit code was $at_status, expected 1"
39488 echo 1 > $at_status_file
39523 echo "calc.at:598: cat stderr"
39524 echo calc.at:598 >$at_check_line_file
39533 77) echo 77 > $at_status_file
39536 *) echo "calc.at:598: exit code was $at_status, expected 0"
39541 echo 1 > $at_status_file
39553 echo "calc.at:598: \$PREPARSER ./calc input"
39554 echo calc.at:598 >$at_check_line_file
39560 echo stderr:; tee stderr <$at_stderr
39563 77) echo 77 > $at_status_file
39566 *) echo "calc.at:598: exit code was $at_status, expected 1"
39571 echo 1 > $at_status_file
39606 echo "calc.at:598: cat stderr"
39607 echo calc.at:598 >$at_check_line_file
39616 77) echo 77 > $at_status_file
39619 *) echo "calc.at:598: exit code was $at_status, expected 0"
39624 echo 1 > $at_status_file
39637 echo "calc.at:598: \$PREPARSER ./calc input"
39638 echo calc.at:598 >$at_check_line_file
39644 echo stderr:; tee stderr <$at_stderr
39647 77) echo 77 > $at_status_file
39650 *) echo "calc.at:598: exit code was $at_status, expected 1"
39655 echo 1 > $at_status_file
39690 echo "calc.at:598: cat stderr"
39691 echo calc.at:598 >$at_check_line_file
39700 77) echo 77 > $at_status_file
39703 *) echo "calc.at:598: exit code was $at_status, expected 0"
39708 echo 1 > $at_status_file
39717 echo "calc.at:598: \$PREPARSER ./calc /dev/null"
39718 echo calc.at:598 >$at_check_line_file
39724 echo stderr:; tee stderr <$at_stderr
39727 77) echo 77 > $at_status_file
39730 *) echo "calc.at:598: exit code was $at_status, expected 1"
39735 echo 1 > $at_status_file
39770 echo "calc.at:598: cat stderr"
39771 echo calc.at:598 >$at_check_line_file
39780 77) echo 77 > $at_status_file
39783 *) echo "calc.at:598: exit code was $at_status, expected 0"
39788 echo 1 > $at_status_file
39817 echo "calc.at:598: \$PREPARSER ./calc input"
39818 echo calc.at:598 >$at_check_line_file
39824 echo stderr:; tee stderr <$at_stderr
39827 77) echo 77 > $at_status_file
39830 *) echo "calc.at:598: exit code was $at_status, expected 0"
39835 echo 1 > $at_status_file
39874 echo "calc.at:598: cat stderr"
39875 echo calc.at:598 >$at_check_line_file
39884 77) echo 77 > $at_status_file
39887 *) echo "calc.at:598: exit code was $at_status, expected 0"
39892 echo 1 > $at_status_file
39907 echo "calc.at:598: \$PREPARSER ./calc input"
39908 echo calc.at:598 >$at_check_line_file
39914 echo stderr:; tee stderr <$at_stderr
39917 77) echo 77 > $at_status_file
39920 *) echo "calc.at:598: exit code was $at_status, expected 0"
39925 echo 1 > $at_status_file
39961 echo "calc.at:598: cat stderr"
39962 echo calc.at:598 >$at_check_line_file
39971 77) echo 77 > $at_status_file
39974 *) echo "calc.at:598: exit code was $at_status, expected 0"
39979 echo 1 > $at_status_file
39991 echo "calc.at:598: \$PREPARSER ./calc input"
39992 echo calc.at:598 >$at_check_line_file
39998 echo stderr:; tee stderr <$at_stderr
40001 77) echo 77 > $at_status_file
40004 *) echo "calc.at:598: exit code was $at_status, expected 0"
40009 echo 1 > $at_status_file
40046 echo "calc.at:598: cat stderr"
40047 echo
40056 77) echo 77 > $at_status_file
40059 *) echo "calc.at:598: exit code was $at_status, expected 0"
40064 echo 1 > $at_status_file
40105 echo "94. calc.at:600: testing ..."
40395 echo "calc.at:600: bison -o calc.c calc.y"
40396 echo calc.at:600 >$at_check_line_file
40405 77) echo 77 > $at_status_file
40408 *) echo "calc.at:600: exit code was $at_status, expected 0"
40413 echo 1 > $at_status_file
40420 echo "calc.at:600: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
40421 echo calc.at:600 >$at_check_line_file
40427 echo stderr:; cat $at_stderr
40428 echo stdout:; cat $at_stdout
40430 77) echo 77 > $at_status_file
40433 *) echo "calc.at:600: exit code was $at_status, expected 0"
40438 echo 1 > $at_status_file
40463 echo "calc.at:600: \$PREPARSER ./calc input"
40464 echo calc.at:600 >$at_check_line_file
40470 echo stderr:; tee stderr <$at_stderr
40473 77) echo 77 > $at_status_file
40476 *) echo "calc.at:600: exit code was $at_status, expected 0"
40481 echo 1 > $at_status_file
40495 echo "calc.at:600: \$PREPARSER ./calc input"
40496 echo calc.at:600 >$at_check_line_file
40502 echo stderr:; tee stderr <$at_stderr
40505 77) echo 77 > $at_status_file
40508 *) echo "calc.at:600: exit code was $at_status, expected 1"
40513 echo 1 > $at_status_file
40550 echo "calc.at:600: cat stderr"
40551 echo calc.at:600 >$at_check_line_file
40560 77) echo 77 > $at_status_file
40563 *) echo "calc.at:600: exit code was $at_status, expected 0"
40568 echo 1 > $at_status_file
40580 echo "calc.at:600: \$PREPARSER ./calc input"
40581 echo calc.at:600 >$at_check_line_file
40587 echo stderr:; tee stderr <$at_stderr
40590 77) echo 77 > $at_status_file
40593 *) echo "calc.at:600: exit code was $at_status, expected 1"
40598 echo 1 > $at_status_file
40635 echo "calc.at:600: cat stderr"
40636 echo calc.at:600 >$at_check_line_file
40645 77) echo 77 > $at_status_file
40648 *) echo "calc.at:600: exit code was $at_status, expected 0"
40653 echo 1 > $at_status_file
40665 echo "calc.at:600: \$PREPARSER ./calc input"
40666 echo calc.at:600 >$at_check_line_file
40672 echo stderr:; tee stderr <$at_stderr
40675 77) echo 77 > $at_status_file
40678 *) echo "calc.at:600: exit code was $at_status, expected 1"
40683 echo 1 > $at_status_file
40720 echo "calc.at:600: cat stderr"
40721 echo calc.at:600 >$at_check_line_file
40730 77) echo 77 > $at_status_file
40733 *) echo "calc.at:600: exit code was $at_status, expected 0"
40738 echo 1 > $at_status_file
40750 echo "calc.at:600: \$PREPARSER ./calc input"
40751 echo calc.at:600 >$at_check_line_file
40757 echo stderr:; tee stderr <$at_stderr
40760 77) echo 77 > $at_status_file
40763 *) echo "calc.at:600: exit code was $at_status, expected 1"
40768 echo 1 > $at_status_file
40805 echo "calc.at:600: cat stderr"
40806 echo calc.at:600 >$at_check_line_file
40815 77) echo 77 > $at_status_file
40818 *) echo "calc.at:600: exit code was $at_status, expected 0"
40823 echo 1 > $at_status_file
40836 echo "calc.at:600: \$PREPARSER ./calc input"
40837 echo calc.at:600 >$at_check_line_file
40843 echo stderr:; tee stderr <$at_stderr
40846 77) echo 77 > $at_status_file
40849 *) echo "calc.at:600: exit code was $at_status, expected 1"
40854 echo 1 > $at_status_file
40891 echo "calc.at:600: cat stderr"
40892 echo
40901 77) echo 77 > $at_status_file
40904 *) echo "calc.at:600: exit code was $at_status, expected 0"
40909 echo 1 > $at_status_file
40918 echo "calc.at:600: \$PREPARSER ./calc /dev/null"
40919 echo calc.at:600 >$at_check_line_file
40925 echo stderr:; tee stderr <$at_stderr
40928 77) echo 77 > $at_status_file
40931 *) echo "calc.at:600: exit code was $at_status, expected 1"
40936 echo 1 > $at_status_file
40973 echo "calc.at:600: cat stderr"
40974 echo calc.at:600 >$at_check_line_file
40983 77) echo 77 > $at_status_file
40986 *) echo "calc.at:600: exit code was $at_status, expected 0"
40991 echo 1 > $at_status_file
41020 echo "calc.at:600: \$PREPARSER ./calc input"
41021 echo calc.at:600 >$at_check_line_file
41027 echo stderr:; tee stderr <$at_stderr
41030 77) echo 77 > $at_status_file
41033 *) echo "calc.at:600: exit code was $at_status, expected 0"
41038 echo 1 > $at_status_file
41079 echo "calc.at:600: cat stderr"
41080 echo calc.at:600 >$at_check_line_file
41089 77) echo 77 > $at_status_file
41092 *) echo "calc.at:600: exit code was $at_status, expected 0"
41097 echo 1 > $at_status_file
41112 echo "calc.at:600: \$PREPARSER ./calc input"
41113 echo calc.at:600 >$at_check_line_file
41119 echo stderr:; tee stderr <$at_stderr
41122 77) echo 77 > $at_status_file
41125 *) echo "calc.at:600: exit code was $at_status, expected 0"
41130 echo 1 > $at_status_file
41168 echo "calc.at:600: cat stderr"
41169 echo calc.at:600 >$at_check_line_file
41178 77) echo 77 > $at_status_file
41181 *) echo "calc.at:600: exit code was $at_status, expected 0"
41186 echo 1 > $at_status_file
41198 echo "calc.at:600: \$PREPARSER ./calc input"
41199 echo calc.at:600 >$at_check_line_file
41205 echo stderr:; tee stderr <$at_stderr
41208 77) echo 77 > $at_status_file
41211 *) echo "calc.at:600: exit code was $at_status, expected 0"
41216 echo 1 > $at_status_file
41255 echo "calc.at:600: cat stderr"
41256 echo calc.at:600 >$at_check_line_file
41265 77) echo 77 > $at_status_file
41268 *) echo "calc.at:600: exit code was $at_status, expected 0"
41273 echo 1 > $at_status_file
41314 echo "95. calc.at:601: testing ..."
41635 echo "calc.at:601: bison -o calc.c calc.y"
41636 echo calc.at:601 >$at_check_line_file
41645 77) echo 77 > $at_status_file
41648 *) echo "calc.at:601: exit code was $at_status, expected 0"
41653 echo 1 > $at_status_file
41660 echo "calc.at:601: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
41661 echo calc.at:601 >$at_check_line_file
41667 echo stderr:; cat $at_stderr
41668 echo stdout:; cat $at_stdout
41670 77) echo 77 > $at_status_file
41673 *) echo "calc.at:601: exit code was $at_status, expected 0"
41678 echo 1 > $at_status_file
41703 echo "calc.at:601: \$PREPARSER ./calc input"
41704 echo calc.at:601 >$at_check_line_file
41710 echo stderr:; tee stderr <$at_stderr
41713 77) echo 77 > $at_status_file
41716 *) echo "calc.at:601: exit code was $at_status, expected 0"
41721 echo 1 > $at_status_file
41735 echo "calc.at:601: \$PREPARSER ./calc input"
41736 echo calc.at:601 >$at_check_line_file
41742 echo stderr:; tee stderr <$at_stderr
41745 77) echo 77 > $at_status_file
41748 *) echo "calc.at:601: exit code was $at_status, expected 1"
41753 echo 1 > $at_status_file
41788 echo "calc.at:601: cat stderr"
41789 echo calc.at:601 >$at_check_line_file
41798 77) echo 77 > $at_status_file
41801 *) echo "calc.at:601: exit code was $at_status, expected 0"
41806 echo 1 > $at_status_file
41818 echo "calc.at:601: \$PREPARSER ./calc input"
41819 echo calc.at:601 >$at_check_line_file
41825 echo stderr:; tee stderr <$at_stderr
41828 77) echo 77 > $at_status_file
41831 *) echo "calc.at:601: exit code was $at_status, expected 1"
41836 echo 1 > $at_status_file
41871 echo "calc.at:601: cat stderr"
41872 echo calc.at:601 >$at_check_line_file
41881 77) echo 77 > $at_status_file
41884 *) echo "calc.at:601: exit code was $at_status, expected 0"
41889 echo 1 > $at_status_file
41901 echo "calc.at:601: \$PREPARSER ./calc input"
41902 echo calc.at:601 >$at_check_line_file
41908 echo stderr:; tee stderr <$at_stderr
41911 77) echo 77 > $at_status_file
41914 *) echo "calc.at:601: exit code was $at_status, expected 1"
41919 echo 1 > $at_status_file
41954 echo "calc.at:601: cat stderr"
41955 echo calc.at:601 >$at_check_line_file
41964 77) echo 77 > $at_status_file
41967 *) echo "calc.at:601: exit code was $at_status, expected 0"
41972 echo 1 > $at_status_file
41984 echo "calc.at:601: \$PREPARSER ./calc input"
41985 echo calc.at:601 >$at_check_line_file
41991 echo stderr:; tee stderr <$at_stderr
41994 77) echo 77 > $at_status_file
41997 *) echo "calc.at:601: exit code was $at_status, expected 1"
42002 echo 1 > $at_status_file
42037 echo "calc.at:601: cat stderr"
42038 echo calc.at:601 >$at_check_line_file
42047 77) echo 77 > $at_status_file
42050 *) echo "calc.at:601: exit code was $at_status, expected 0"
42055 echo 1 > $at_status_file
42068 echo "calc.at:601: \$PREPARSER ./calc input"
42069 echo calc.at:601 >$at_check_line_file
42075 echo stderr:; tee stderr <$at_stderr
42078 77) echo 77 > $at_status_file
42081 *) echo "calc.at:601: exit code was $at_status, expected 1"
42086 echo 1 > $at_status_file
42121 echo "calc.at:601: cat stderr"
42122 echo calc.at:601 >$at_check_line_file
42131 77) echo 77 > $at_status_file
42134 *) echo "calc.at:601: exit code was $at_status, expected 0"
42139 echo 1 > $at_status_file
42148 echo "calc.at:601: \$PREPARSER ./calc /dev/null"
42149 echo calc.at:601 >$at_check_line_file
42155 echo stderr:; tee stderr <$at_stderr
42158 77) echo 77 > $at_status_file
42161 *) echo "calc.at:601: exit code was $at_status, expected 1"
42166 echo 1 > $at_status_file
42201 echo "calc.at:601: cat stderr"
42202 echo calc.at:601 >$at_check_line_file
42211 77) echo 77 > $at_status_file
42214 *) echo "calc.at:601: exit code was $at_status, expected 0"
42219 echo 1 > $at_status_file
42248 echo "calc.at:601: \$PREPARSER ./calc input"
42249 echo calc.at:601 >$at_check_line_file
42255 echo stderr:; tee stderr <$at_stderr
42258 77) echo 77 > $at_status_file
42261 *) echo "calc.at:601: exit code was $at_status, expected 0"
42266 echo 1 > $at_status_file
42305 echo "calc.at:601: cat stderr"
42306 echo calc.at:601 >$at_check_line_file
42315 77) echo 77 > $at_status_file
42318 *) echo "calc.at:601: exit code was $at_status, expected 0"
42323 echo 1 > $at_status_file
42338 echo "calc.at:601: \$PREPARSER ./calc input"
42339 echo calc.at:601 >$at_check_line_file
42345 echo stderr:; tee stderr <$at_stderr
42348 77) echo 77 > $at_status_file
42351 *) echo "calc.at:601: exit code was $at_status, expected 0"
42356 echo 1 > $at_status_file
42392 echo "calc.at:601: cat stderr"
42393 echo calc.at:601 >$at_check_line_file
42402 77) echo 77 > $at_status_file
42405 *) echo "calc.at:601: exit code was $at_status, expected 0"
42410 echo 1 > $at_status_file
42422 echo
42423 echo calc.at:601 >$at_check_line_file
42429 echo stderr:; tee stderr <$at_stderr
42432 77) echo 77 > $at_status_file
42435 *) echo "calc.at:601: exit code was $at_status, expected 0"
42440 echo 1 > $at_status_file
42477 echo "calc.at:601: cat stderr"
42478 echo calc.at:601 >$at_check_line_file
42487 77) echo 77 > $at_status_file
42490 *) echo "calc.at:601: exit code was $at_status, expected 0"
42495 echo 1 > $at_status_file
42536 echo "96. calc.at:603: testing ..."
42857 echo "calc.at:603: bison -o calc.c calc.y"
42858 echo calc.at:603 >$at_check_line_file
42867 77) echo 77 > $at_status_file
42870 *) echo "calc.at:603: exit code was $at_status, expected 0"
42875 echo 1 > $at_status_file
42882 echo "calc.at:603: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
42883 echo calc.at:603 >$at_check_line_file
42889 echo stderr:; cat $at_stderr
42890 echo stdout:; cat $at_stdout
42892 77) echo 77 > $at_status_file
42895 *) echo "calc.at:603: exit code was $at_status, expected 0"
42900 echo 1 > $at_status_file
42925 echo "calc.at:603: \$PREPARSER ./calc input"
42926 echo calc.at:603 >$at_check_line_file
42932 echo stderr:; tee stderr <$at_stderr
42935 77) echo 77 > $at_status_file
42938 *) echo "calc.at:603: exit code was $at_status, expected 0"
42943 echo 1 > $at_status_file
42957 echo "calc.at:603: \$PREPARSER ./calc input"
42958 echo calc.at:603 >$at_check_line_file
42964 echo stderr:; tee stderr <$at_stderr
42967 77) echo 77 > $at_status_file
42970 *) echo "calc.at:603: exit code was $at_status, expected 1"
42975 echo 1 > $at_status_file
43010 echo "calc.at:603: cat stderr"
43011 echo calc.at:603 >$at_check_line_file
43020 77) echo 77 > $at_status_file
43023 *) echo "calc.at:603: exit code was $at_status, expected 0"
43028 echo 1 > $at_status_file
43040 echo "calc.at:603: \$PREPARSER ./calc input"
43041 echo calc.at:603 >$at_check_line_file
43047 echo stderr:; tee stderr <$at_stderr
43050 77) echo 77 > $at_status_file
43053 *) echo "calc.at:603: exit code was $at_status, expected 1"
43058 echo 1 > $at_status_file
43093 echo "calc.at:603: cat stderr"
43094 echo calc.at:603 >$at_check_line_file
43103 77) echo 77 > $at_status_file
43106 *) echo "calc.at:603: exit code was $at_status, expected 0"
43111 echo 1 > $at_status_file
43123 echo "calc.at:603: \$PREPARSER ./calc input"
43124 echo calc.at:603 >$at_check_line_file
43130 echo stderr:; tee stderr <$at_stderr
43133 77) echo 77 > $at_status_file
43136 *) echo "calc.at:603: exit code was $at_status, expected 1"
43141 echo 1 > $at_status_file
43176 echo "calc.at:603: cat stderr"
43177 echo calc.at:603 >$at_check_line_file
43186 77) echo 77 > $at_status_file
43189 *) echo "calc.at:603: exit code was $at_status, expected 0"
43194 echo 1 > $at_status_file
43206 echo "calc.at:603: \$PREPARSER ./calc input"
43207 echo calc.at:603 >$at_check_line_file
43213 echo stderr:; tee stderr <$at_stderr
43216 77) echo 77 > $at_status_file
43219 *) echo "calc.at:603: exit code was $at_status, expected 1"
43224 echo 1 > $at_status_file
43259 echo "calc.at:603: cat stderr"
43260 echo calc.at:603 >$at_check_line_file
43269 77) echo 77 > $at_status_file
43272 *) echo "calc.at:603: exit code was $at_status, expected 0"
43277 echo 1 > $at_status_file
43290 echo "calc.at:603: \$PREPARSER ./calc input"
43291 echo calc.at:603 >$at_check_line_file
43297 echo stderr:; tee stderr <$at_stderr
43300 77) echo 77 > $at_status_file
43303 *) echo "calc.at:603: exit code was $at_status, expected 1"
43308 echo 1 > $at_status_file
43343 echo "calc.at:603: cat stderr"
43344 echo calc.at:603 >$at_check_line_file
43353 77) echo 77 > $at_status_file
43356 *) echo "calc.at:603: exit code was $at_status, expected 0"
43361 echo 1 > $at_status_file
43370 echo "calc.at:603: \$PREPARSER ./calc /dev/null"
43371 echo calc.at:603 >$at_check_line_file
43377 echo stderr:; tee stderr <$at_stderr
43380 77) echo 77 > $at_status_file
43383 *) echo "calc.at:603: exit code was $at_status, expected 1"
43388 echo 1 > $at_status_file
43423 echo "calc.at:603: cat stderr"
43424 echo calc.at:603 >$at_check_line_file
43433 77) echo 77 > $at_status_file
43436 *) echo "calc.at:603: exit code was $at_status, expected 0"
43441 echo 1 > $at_status_file
43470 echo "calc.at:603: \$PREPARSER ./calc input"
43471 echo calc.at:603 >$at_check_line_file
43477 echo stderr:; tee stderr <$at_stderr
43480 77) echo 77 > $at_status_file
43483 *) echo "calc.at:603: exit code was $at_status, expected 0"
43488 echo 1 > $at_status_file
43527 echo "calc.at:603: cat stderr"
43528 echo calc.at:603 >$at_check_line_file
43537 77) echo 77 > $at_status_file
43540 *) echo "calc.at:603: exit code was $at_status, expected 0"
43545 echo 1 > $at_status_file
43560 echo "calc.at:603: \$PREPARSER ./calc input"
43561 echo calc.at:603 >$at_check_line_file
43567 echo stderr:; tee stderr <$at_stderr
43570 77) echo 77 > $at_status_file
43573 *) echo "calc.at:603: exit code was $at_status, expected 0"
43578 echo 1 > $at_status_file
43614 echo "calc.at:603: cat stderr"
43615 echo calc.at:603 >$at_check_line_file
43624 77) echo 77 > $at_status_file
43627 *) echo "calc.at:603: exit code was $at_status, expected 0"
43632 echo 1 > $at_status_file
43644 echo "calc.at:603: \$PREPARSER ./calc input"
43645 echo calc.at:603 >$at_check_line_file
43651 echo stderr:; tee stderr <$at_stderr
43654 77) echo 77 > $at_status_file
43657 *) echo "calc.at:603: exit code was $at_status, expected 0"
43662 echo 1 > $at_status_file
43699 echo "calc.at:603: cat stderr"
43700 echo calc.at:603 >$at_check_line_file
43709 77) echo 77 > $at_status_file
43712 *) echo "calc.at:603: exit code was $at_status, expected 0"
43717 echo 1 > $at_status_file
43758 echo "97. calc.at:605: testing ..."
44079 echo "calc.at:605: bison -o calc.c calc.y"
44080 echo calc.at:605 >$at_check_line_file
44089 77) echo 77 > $at_status_file
44092 *) echo "calc.at:605: exit code was $at_status, expected 0"
44097 echo 1 > $at_status_file
44104 echo "calc.at:605: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.c \$LIBS"
44105 echo calc.at:605 >$at_check_line_file
44111 echo stderr:; cat $at_stderr
44112 echo stdout:; cat $at_stdout
44114 77) echo 77 > $at_status_file
44117 *) echo "calc.at:605: exit code was $at_status, expected 0"
44122 echo 1 > $at_status_file
44147 echo "calc.at:605: \$PREPARSER ./calc input"
44148 echo calc.at:605 >$at_check_line_file
44154 echo stderr:; tee stderr <$at_stderr
44157 77) echo 77 > $at_status_file
44160 *) echo "calc.at:605: exit code was $at_status, expected 0"
44165 echo 1 > $at_status_file
44179 echo "calc.at:605: \$PREPARSER ./calc input"
44180 echo calc.at:605 >$at_check_line_file
44186 echo stderr:; tee stderr <$at_stderr
44189 77) echo 77 > $at_status_file
44192 *) echo "calc.at:605: exit code was $at_status, expected 1"
44197 echo 1 > $at_status_file
44232 echo "calc.at:605: cat stderr"
44233 echo calc.at:605 >$at_check_line_file
44242 77) echo 77 > $at_status_file
44245 *) echo "calc.at:605: exit code was $at_status, expected 0"
44250 echo 1 > $at_status_file
44262 echo "calc.at:605: \$PREPARSER ./calc input"
44263 echo calc.at:605 >$at_check_line_file
44269 echo stderr:; tee stderr <$at_stderr
44272 77) echo 77 > $at_status_file
44275 *) echo "calc.at:605: exit code was $at_status, expected 1"
44280 echo 1 > $at_status_file
44315 echo "calc.at:605: cat stderr"
44316 echo calc.at:605 >$at_check_line_file
44325 77) echo 77 > $at_status_file
44328 *) echo "calc.at:605: exit code was $at_status, expected 0"
44333 echo 1 > $at_status_file
44345 echo "calc.at:605: \$PREPARSER ./calc input"
44346 echo calc.at:605 >$at_check_line_file
44352 echo stderr:; tee stderr <$at_stderr
44355 77) echo 77 > $at_status_file
44358 *) echo "calc.at:605: exit code was $at_status, expected 1"
44363 echo 1 > $at_status_file
44398 echo "calc.at:605: cat stderr"
44399 echo calc.at:605 >$at_check_line_file
44408 77) echo 77 > $at_status_file
44411 *) echo "calc.at:605: exit code was $at_status, expected 0"
44416 echo 1 > $at_status_file
44428 echo "calc.at:605: \$PREPARSER ./calc input"
44429 echo calc.at:605 >$at_check_line_file
44435 echo stderr:; tee stderr <$at_stderr
44438 77) echo 77 > $at_status_file
44441 *) echo "calc.at:605: exit code was $at_status, expected 1"
44446 echo 1 > $at_status_file
44481 echo "calc.at:605: cat stderr"
44482 echo calc.at:605 >$at_check_line_file
44491 77) echo 77 > $at_status_file
44494 *) echo "calc.at:605: exit code was $at_status, expected 0"
44499 echo 1 > $at_status_file
44512 echo "calc.at:605: \$PREPARSER ./calc input"
44513 echo calc.at:605 >$at_check_line_file
44519 echo stderr:; tee stderr <$at_stderr
44522 77) echo 77 > $at_status_file
44525 *) echo "calc.at:605: exit code was $at_status, expected 1"
44530 echo 1 > $at_status_file
44565 echo "calc.at:605: cat stderr"
44566 echo calc.at:605 >$at_check_line_file
44575 77) echo 77 > $at_status_file
44578 *) echo "calc.at:605: exit code was $at_status, expected 0"
44583 echo 1 > $at_status_file
44592 echo "calc.at:605: \$PREPARSER ./calc /dev/null"
44593 echo calc.at:605 >$at_check_line_file
44599 echo stderr:; tee stderr <$at_stderr
44602 77) echo 77 > $at_status_file
44605 *) echo "calc.at:605: exit code was $at_status, expected 1"
44610 echo 1 > $at_status_file
44645 echo "calc.at:605: cat stderr"
44646 echo calc.at:605 >$at_check_line_file
44655 77) echo 77 > $at_status_file
44658 *) echo "calc.at:605: exit code was $at_status, expected 0"
44663 echo 1 > $at_status_file
44692 echo "calc.at:605: \$PREPARSER ./calc input"
44693 echo calc.at:605 >$at_check_line_file
44699 echo stderr:; tee stderr <$at_stderr
44702 77) echo 77 > $at_status_file
44705 *) echo "calc.at:605: exit code was $at_status, expected 0"
44710 echo 1 > $at_status_file
44749 echo "calc.at:605: cat stderr"
44750 echo calc.at:605 >$at_check_line_file
44759 77) echo 77 > $at_status_file
44762 *) echo "calc.at:605: exit code was $at_status, expected 0"
44767 echo 1 > $at_status_file
44782 echo "calc.at:605: \$PREPARSER ./calc input"
44783 echo calc.at:605 >$at_check_line_file
44789 echo stderr:; tee stderr <$at_stderr
44792 77) echo 77 > $at_status_file
44795 *) echo "calc.at:605: exit code was $at_status, expected 0"
44800 echo 1 > $at_status_file
44836 echo "calc.at:605: cat stderr"
44837 echo calc.at:605 >$at_check_line_file
44846 77) echo 77 > $at_status_file
44849 *) echo "calc.at:605: exit code was $at_status, expected 0"
44854 echo 1 > $at_status_file
44866 echo "calc.at:605: \$PREPARSER ./calc input"
44867 echo calc.at:605 >$at_check_line_file
44873 echo stderr:; tee stderr <$at_stderr
44876 77) echo 77 > $at_status_file
44879 *) echo "calc.at:605: exit code was $at_status, expected 0"
44884 echo 1 > $at_status_file
44921 echo "calc.at:605: cat stderr"
44922 echo calc.at:605 >$at_check_line_file
44931 77) echo 77 > $at_status_file
44934 *) echo "calc.at:605: exit code was $at_status, expected 0"
44939 echo 1 > $at_status_file
44989 echo "98. calc.at:621: testing ..."
45317 echo "calc.at:621: bison -o calc.cc calc.y"
45318 echo calc.at:621 >$at_check_line_file
45327 77) echo 77 > $at_status_file
45330 *) echo "calc.at:621: exit code was $at_status, expected 0"
45335 echo 1 > $at_status_file
45343 echo "calc.at:621: \$BISON_CXX_WORKS"
45344 echo calc.at:621 >$at_check_line_file
45350 echo stderr:; cat $at_stderr
45351 echo stdout:; cat $at_stdout
45353 77) echo 77 > $at_status_file
45356 *) echo "calc.at:621: exit code was $at_status, expected 0"
45361 echo 1 > $at_status_file
45368 echo "calc.at:621: \$CXX \$CXXFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.cc \$LIBS"
45369 echo calc.at:621 >$at_check_line_file
45375 echo stderr:; cat $at_stderr
45376 echo stdout:; cat $at_stdout
45378 77) echo 77 > $at_status_file
45381 *) echo "calc.at:621: exit code was $at_status, expected 0"
45386 echo 1 > $at_status_file
45411 echo "calc.at:621: \$PREPARSER ./calc input"
45412 echo calc.at:621 >$at_check_line_file
45418 echo stderr:; tee stderr <$at_stderr
45421 77) echo 77 > $at_status_file
45424 *) echo "calc.at:621: exit code was $at_status, expected 0"
45429 echo 1 > $at_status_file
45443 echo "calc.at:621: \$PREPARSER ./calc input"
45444 echo calc.at:621 >$at_check_line_file
45450 echo stderr:; tee stderr <$at_stderr
45453 77) echo 77 > $at_status_file
45456 *) echo "calc.at:621: exit code was $at_status, expected 1"
45461 echo 1 > $at_status_file
45497 echo "calc.at:621: cat stderr"
45498 echo calc.at:621 >$at_check_line_file
45507 77) echo 77 > $at_status_file
45510 *) echo "calc.at:621: exit code was $at_status, expected 0"
45515 echo 1 > $at_status_file
45527 echo "calc.at:621: \$PREPARSER ./calc input"
45528 echo calc.at:621 >$at_check_line_file
45534 echo stderr:; tee stderr <$at_stderr
45537 77) echo 77 > $at_status_file
45540 *) echo "calc.at:621: exit code was $at_status, expected 1"
45545 echo 1 > $at_status_file
45581 echo "calc.at:621: cat stderr"
45582 echo calc.at:621 >$at_check_line_file
45591 77) echo 77 > $at_status_file
45594 *) echo "calc.at:621: exit code was $at_status, expected 0"
45599 echo 1 > $at_status_file
45611 echo "calc.at:621: \$PREPARSER ./calc input"
45612 echo calc.at:621 >$at_check_line_file
45618 echo stderr:; tee stderr <$at_stderr
45621 77) echo 77 > $at_status_file
45624 *) echo "calc.at:621: exit code was $at_status, expected 1"
45629 echo 1 > $at_status_file
45665 echo "calc.at:621: cat stderr"
45666 echo calc.at:621 >$at_check_line_file
45675 77) echo 77 > $at_status_file
45678 *) echo "calc.at:621: exit code was $at_status, expected 0"
45683 echo 1 > $at_status_file
45695 echo "calc.at:621: \$PREPARSER ./calc input"
45696 echo calc.at:621 >$at_check_line_file
45702 echo stderr:; tee stderr <$at_stderr
45705 77) echo 77 > $at_status_file
45708 *) echo "calc.at:621: exit code was $at_status, expected 1"
45713 echo 1 > $at_status_file
45749 echo "calc.at:621: cat stderr"
45750 echo calc.at:621 >$at_check_line_file
45759 77) echo 77 > $at_status_file
45762 *) echo "calc.at:621: exit code was $at_status, expected 0"
45767 echo 1 > $at_status_file
45780 echo "calc.at:621: \$PREPARSER ./calc input"
45781 echo calc.at:621 >$at_check_line_file
45787 echo stderr:; tee stderr <$at_stderr
45790 77) echo 77 > $at_status_file
45793 *) echo "calc.at:621: exit code was $at_status, expected 1"
45798 echo 1 > $at_status_file
45834 echo "calc.at:621: cat stderr"
45835 echo calc.at:621 >$at_check_line_file
45844 77) echo 77 > $at_status_file
45847 *) echo "calc.at:621: exit code was $at_status, expected 0"
45852 echo 1 > $at_status_file
45861 echo "calc.at:621: \$PREPARSER ./calc /dev/null"
45862 echo calc.at:621 >$at_check_line_file
45868 echo stderr:; tee stderr <$at_stderr
45871 77) echo 77 > $at_status_file
45874 *) echo "calc.at:621: exit code was $at_status, expected 1"
45879 echo 1 > $at_status_file
45915 echo "calc.at:621: cat stderr"
45916 echo calc.at:621 >$at_check_line_file
45925 77) echo 77 > $at_status_file
45928 *) echo "calc.at:621: exit code was $at_status, expected 0"
45933 echo 1 > $at_status_file
45962 echo "calc.at:621: \$PREPARSER ./calc input"
45963 echo calc.at:621 >$at_check_line_file
45969 echo stderr:; tee stderr <$at_stderr
45972 77) echo 77 > $at_status_file
45975 *) echo "calc.at:621: exit code was $at_status, expected 0"
45980 echo 1 > $at_status_file
46020 echo "calc.at:621: cat stderr"
46021 echo calc.at:621 >$at_check_line_file
46030 77) echo 77 > $at_status_file
46033 *) echo "calc.at:621: exit code was $at_status, expected 0"
46038 echo 1 > $at_status_file
46053 echo "calc.at:621: \$PREPARSER ./calc input"
46054 echo calc.at:621 >$at_check_line_file
46060 echo stderr:; tee stderr <$at_stderr
46063 77) echo 77 > $at_status_file
46066 *) echo "calc.at:621: exit code was $at_status, expected 0"
46071 echo 1 > $at_status_file
46108 echo "calc.at:621: cat stderr"
46109 echo calc.at:621 >$at_check_line_file
46118 77) echo 77 > $at_status_file
46121 *) echo "calc.at:621: exit code was $at_status, expected 0"
46126 echo 1 > $at_status_file
46138 echo "calc.at:621: \$PREPARSER ./calc input"
46139 echo calc.at:621 >$at_check_line_file
46145 echo stderr:; tee stderr <$at_stderr
46148 77) echo 77 > $at_status_file
46151 *) echo "calc.at:621: exit code was $at_status, expected 0"
46156 echo 1 > $at_status_file
46194 echo "calc.at:621: cat stderr"
46195 echo calc.at:621 >$at_check_line_file
46204 77) echo 77 > $at_status_file
46207 *) echo "calc.at:621: exit code was $at_status, expected 0"
46212 echo 1 > $at_status_file
46253 echo "99. calc.at:622: testing ..."
46581 echo "calc.at:622: bison -o calc.cc calc.y"
46582 echo calc.at:622 >$at_check_line_file
46591 77) echo 77 > $at_status_file
46594 *) echo "calc.at:622: exit code was $at_status, expected 0"
46599 echo 1 > $at_status_file
46607 echo "calc.at:622: \$BISON_CXX_WORKS"
46608 echo calc.at:622 >$at_check_line_file
46614 echo stderr:; cat $at_stderr
46615 echo stdout:; cat $at_stdout
46617 77) echo 77 > $at_status_file
46620 *) echo "calc.at:622: exit code was $at_status, expected 0"
46625 echo 1 > $at_status_file
46632 echo "calc.at:622: \$CXX \$CXXFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.cc \$LIBS"
46633 echo calc.at:622 >$at_check_line_file
46639 echo stderr:; cat $at_stderr
46640 echo stdout:; cat $at_stdout
46642 77) echo 77 > $at_status_file
46645 *) echo "calc.at:622: exit code was $at_status, expected 0"
46650 echo 1 > $at_status_file
46675 echo "calc.at:622: \$PREPARSER ./calc input"
46676 echo calc.at:622 >$at_check_line_file
46682 echo stderr:; tee stderr <$at_stderr
46685 77) echo 77 > $at_status_file
46688 *) echo "calc.at:622: exit code was $at_status, expected 0"
46693 echo 1 > $at_status_file
46707 echo "calc.at:622: \$PREPARSER ./calc input"
46708 echo calc.at:622 >$at_check_line_file
46714 echo stderr:; tee stderr <$at_stderr
46717 77) echo 77 > $at_status_file
46720 *) echo "calc.at:622: exit code was $at_status, expected 1"
46725 echo 1 > $at_status_file
46760 echo "calc.at:622: cat stderr"
46761 echo calc.at:622 >$at_check_line_file
46770 77) echo 77 > $at_status_file
46773 *) echo "calc.at:622: exit code was $at_status, expected 0"
46778 echo 1 > $at_status_file
46790 echo "calc.at:622: \$PREPARSER ./calc input"
46791 echo calc.at:622 >$at_check_line_file
46797 echo stderr:; tee stderr <$at_stderr
46800 77) echo 77 > $at_status_file
46803 *) echo "calc.at:622: exit code was $at_status, expected 1"
46808 echo 1 > $at_status_file
46843 echo "calc.at:622: cat stderr"
46844 echo calc.at:622 >$at_check_line_file
46853 77) echo 77 > $at_status_file
46856 *) echo "calc.at:622: exit code was $at_status, expected 0"
46861 echo 1 > $at_status_file
46873 echo "calc.at:622: \$PREPARSER ./calc input"
46874 echo calc.at:622 >$at_check_line_file
46880 echo stderr:; tee stderr <$at_stderr
46883 77) echo 77 > $at_status_file
46886 *) echo "calc.at:622: exit code was $at_status, expected 1"
46891 echo 1 > $at_status_file
46926 echo "calc.at:622: cat stderr"
46927 echo calc.at:622 >$at_check_line_file
46936 77) echo 77 > $at_status_file
46939 *) echo "calc.at:622: exit code was $at_status, expected 0"
46944 echo 1 > $at_status_file
46956 echo "calc.at:622: \$PREPARSER ./calc input"
46957 echo calc.at:622 >$at_check_line_file
46963 echo stderr:; tee stderr <$at_stderr
46966 77) echo 77 > $at_status_file
46969 *) echo "calc.at:622: exit code was $at_status, expected 1"
46974 echo 1 > $at_status_file
47009 echo "calc.at:622: cat stderr"
47010 echo calc.at:622 >$at_check_line_file
47019 77) echo 77 > $at_status_file
47022 *) echo "calc.at:622: exit code was $at_status, expected 0"
47027 echo 1 > $at_status_file
47040 echo "calc.at:622: \$PREPARSER ./calc input"
47041 echo calc.at:622 >$at_check_line_file
47047 echo stderr:; tee stderr <$at_stderr
47050 77) echo 77 > $at_status_file
47053 *) echo "calc.at:622: exit code was $at_status, expected 1"
47058 echo 1 > $at_status_file
47093 echo "calc.at:622: cat stderr"
47094 echo calc.at:622 >$at_check_line_file
47103 77) echo 77 > $at_status_file
47106 *) echo "calc.at:622: exit code was $at_status, expected 0"
47111 echo 1 > $at_status_file
47120 echo "calc.at:622: \$PREPARSER ./calc /dev/null"
47121 echo
47127 echo stderr:; tee stderr <$at_stderr
47130 77) echo 77 > $at_status_file
47133 *) echo "calc.at:622: exit code was $at_status, expected 1"
47138 echo 1 > $at_status_file
47173 echo "calc.at:622: cat stderr"
47174 echo calc.at:622 >$at_check_line_file
47183 77) echo 77 > $at_status_file
47186 *) echo "calc.at:622: exit code was $at_status, expected 0"
47191 echo 1 > $at_status_file
47220 echo "calc.at:622: \$PREPARSER ./calc input"
47221 echo calc.at:622 >$at_check_line_file
47227 echo stderr:; tee stderr <$at_stderr
47230 77) echo 77 > $at_status_file
47233 *) echo "calc.at:622: exit code was $at_status, expected 0"
47238 echo 1 > $at_status_file
47277 echo "calc.at:622: cat stderr"
47278 echo calc.at:622 >$at_check_line_file
47287 77) echo 77 > $at_status_file
47290 *) echo "calc.at:622: exit code was $at_status, expected 0"
47295 echo 1 > $at_status_file
47310 echo "calc.at:622: \$PREPARSER ./calc input"
47311 echo calc.at:622 >$at_check_line_file
47317 echo stderr:; tee stderr <$at_stderr
47320 77) echo 77 > $at_status_file
47323 *) echo "calc.at:622: exit code was $at_status, expected 0"
47328 echo 1 > $at_status_file
47364 echo "calc.at:622: cat stderr"
47365 echo calc.at:622 >$at_check_line_file
47374 77) echo 77 > $at_status_file
47377 *) echo "calc.at:622: exit code was $at_status, expected 0"
47382 echo 1 > $at_status_file
47394 echo "calc.at:622: \$PREPARSER ./calc input"
47395 echo calc.at:622 >$at_check_line_file
47401 echo stderr:; tee stderr <$at_stderr
47404 77) echo 77 > $at_status_file
47407 *) echo "calc.at:622: exit code was $at_status, expected 0"
47412 echo 1 > $at_status_file
47449 echo "calc.at:622: cat stderr"
47450 echo calc.at:622 >$at_check_line_file
47459 77) echo 77 > $at_status_file
47462 *) echo "calc.at:622: exit code was $at_status, expected 0"
47467 echo 1 > $at_status_file
47508 echo "100. calc.at:624: testing ..."
47836 echo "calc.at:624: bison -o calc.cc calc.y"
47837 echo calc.at:624 >$at_check_line_file
47846 77) echo 77 > $at_status_file
47849 *) echo "calc.at:624: exit code was $at_status, expected 0"
47854 echo 1 > $at_status_file
47862 echo "calc.at:624: \$BISON_CXX_WORKS"
47863 echo calc.at:624 >$at_check_line_file
47869 echo stderr:; cat $at_stderr
47870 echo stdout:; cat $at_stdout
47872 77) echo 77 > $at_status_file
47875 *) echo "calc.at:624: exit code was $at_status, expected 0"
47880 echo 1 > $at_status_file
47887 echo "calc.at:624: \$CXX \$CXXFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.cc \$LIBS"
47888 echo calc.at:624 >$at_check_line_file
47894 echo stderr:; cat $at_stderr
47895 echo stdout:; cat $at_stdout
47897 77) echo 77 > $at_status_file
47900 *) echo
47905 echo 1 > $at_status_file
47930 echo "calc.at:624: \$PREPARSER ./calc input"
47931 echo calc.at:624 >$at_check_line_file
47937 echo stderr:; tee stderr <$at_stderr
47940 77) echo 77 > $at_status_file
47943 *) echo "calc.at:624: exit code was $at_status, expected 0"
47948 echo 1 > $at_status_file
47962 echo "calc.at:624: \$PREPARSER ./calc input"
47963 echo calc.at:624 >$at_check_line_file
47969 echo stderr:; tee stderr <$at_stderr
47972 77) echo 77 > $at_status_file
47975 *) echo "calc.at:624: exit code was $at_status, expected 1"
47980 echo 1 > $at_status_file
48015 echo "calc.at:624: cat stderr"
48016 echo calc.at:624 >$at_check_line_file
48025 77) echo 77 > $at_status_file
48028 *) echo "calc.at:624: exit code was $at_status, expected 0"
48033 echo 1 > $at_status_file
48045 echo "calc.at:624: \$PREPARSER ./calc input"
48046 echo calc.at:624 >$at_check_line_file
48052 echo stderr:; tee stderr <$at_stderr
48055 77) echo 77 > $at_status_file
48058 *) echo "calc.at:624: exit code was $at_status, expected 1"
48063 echo 1 > $at_status_file
48098 echo "calc.at:624: cat stderr"
48099 echo calc.at:624 >$at_check_line_file
48108 77) echo 77 > $at_status_file
48111 *) echo "calc.at:624: exit code was $at_status, expected 0"
48116 echo 1 > $at_status_file
48128 echo "calc.at:624: \$PREPARSER ./calc input"
48129 echo calc.at:624 >$at_check_line_file
48135 echo stderr:; tee stderr <$at_stderr
48138 77) echo 77 > $at_status_file
48141 *) echo "calc.at:624: exit code was $at_status, expected 1"
48146 echo 1 > $at_status_file
48181 echo "calc.at:624: cat stderr"
48182 echo calc.at:624 >$at_check_line_file
48191 77) echo 77 > $at_status_file
48194 *) echo "calc.at:624: exit code was $at_status, expected 0"
48199 echo 1 > $at_status_file
48211 echo "calc.at:624: \$PREPARSER ./calc input"
48212 echo calc.at:624 >$at_check_line_file
48218 echo stderr:; tee stderr <$at_stderr
48221 77) echo 77 > $at_status_file
48224 *) echo "calc.at:624: exit code was $at_status, expected 1"
48229 echo 1 > $at_status_file
48264 echo "calc.at:624: cat stderr"
48265 echo calc.at:624 >$at_check_line_file
48274 77) echo 77 > $at_status_file
48277 *) echo "calc.at:624: exit code was $at_status, expected 0"
48282 echo 1 > $at_status_file
48295 echo "calc.at:624: \$PREPARSER ./calc input"
48296 echo calc.at:624 >$at_check_line_file
48302 echo stderr:; tee stderr <$at_stderr
48305 77) echo 77 > $at_status_file
48308 *) echo "calc.at:624: exit code was $at_status, expected 1"
48313 echo 1 > $at_status_file
48348 echo "calc.at:624: cat stderr"
48349 echo calc.at:624 >$at_check_line_file
48358 77) echo 77 > $at_status_file
48361 *) echo "calc.at:624: exit code was $at_status, expected 0"
48366 echo 1 > $at_status_file
48375 echo "calc.at:624: \$PREPARSER ./calc /dev/null"
48376 echo calc.at:624 >$at_check_line_file
48382 echo stderr:; tee stderr <$at_stderr
48385 77) echo 77 > $at_status_file
48388 *) echo "calc.at:624: exit code was $at_status, expected 1"
48393 echo 1 > $at_status_file
48428 echo "calc.at:624: cat stderr"
48429 echo calc.at:624 >$at_check_line_file
48438 77) echo 77 > $at_status_file
48441 *) echo "calc.at:624: exit code was $at_status, expected 0"
48446 echo 1 > $at_status_file
48475 echo "calc.at:624: \$PREPARSER ./calc input"
48476 echo calc.at:624 >$at_check_line_file
48482 echo stderr:; tee stderr <$at_stderr
48485 77) echo 77 > $at_status_file
48488 *) echo "calc.at:624: exit code was $at_status, expected 0"
48493 echo 1 > $at_status_file
48532 echo "calc.at:624: cat stderr"
48533 echo calc.at:624 >$at_check_line_file
48542 77) echo 77 > $at_status_file
48545 *) echo "calc.at:624: exit code was $at_status, expected 0"
48550 echo 1 > $at_status_file
48565 echo "calc.at:624: \$PREPARSER ./calc input"
48566 echo calc.at:624 >$at_check_line_file
48572 echo stderr:; tee stderr <$at_stderr
48575 77) echo 77 > $at_status_file
48578 *) echo "calc.at:624: exit code was $at_status, expected 0"
48583 echo 1 > $at_status_file
48619 echo "calc.at:624: cat stderr"
48620 echo calc.at:624 >$at_check_line_file
48629 77) echo 77 > $at_status_file
48632 *) echo "calc.at:624: exit code was $at_status, expected 0"
48637 echo 1 > $at_status_file
48649 echo "calc.at:624: \$PREPARSER ./calc input"
48650 echo calc.at:624 >$at_check_line_file
48656 echo stderr:; tee stderr <$at_stderr
48659 77) echo 77 > $at_status_file
48662 *) echo "calc.at:624: exit code was $at_status, expected 0"
48667 echo 1 > $at_status_file
48704 echo "calc.at:624: cat stderr"
48705 echo calc.at:624 >$at_check_line_file
48714 77) echo 77 > $at_status_file
48717 *) echo "calc.at:624: exit code was $at_status, expected 0"
48722 echo 1 > $at_status_file
48763 echo "101. calc.at:626: testing ..."
49091 echo "calc.at:626: bison -o calc.cc calc.y"
49092 echo calc.at:626 >$at_check_line_file
49101 77) echo 77 > $at_status_file
49104 *) echo "calc.at:626: exit code was $at_status, expected 0"
49109 echo 1 > $at_status_file
49117 echo "calc.at:626: \$BISON_CXX_WORKS"
49118 echo calc.at:626 >$at_check_line_file
49124 echo stderr:; cat $at_stderr
49125 echo stdout:; cat $at_stdout
49127 77) echo 77 > $at_status_file
49130 *) echo "calc.at:626: exit code was $at_status, expected 0"
49135 echo 1 > $at_status_file
49142 echo "calc.at:626: \$CXX \$CXXFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.cc \$LIBS"
49143 echo calc.at:626 >$at_check_line_file
49149 echo stderr:; cat $at_stderr
49150 echo stdout:; cat $at_stdout
49152 77) echo 77 > $at_status_file
49155 *) echo "calc.at:626: exit code was $at_status, expected 0"
49160 echo 1 > $at_status_file
49185 echo "calc.at:626: \$PREPARSER ./calc input"
49186 echo calc.at:626 >$at_check_line_file
49192 echo stderr:; tee stderr <$at_stderr
49195 77) echo 77 > $at_status_file
49198 *) echo "calc.at:626: exit code was $at_status, expected 0"
49203 echo 1 > $at_status_file
49217 echo "calc.at:626: \$PREPARSER ./calc input"
49218 echo calc.at:626 >$at_check_line_file
49224 echo stderr:; tee stderr <$at_stderr
49227 77) echo 77 > $at_status_file
49230 *) echo "calc.at:626: exit code was $at_status, expected 1"
49235 echo 1 > $at_status_file
49270 echo "calc.at:626: cat stderr"
49271 echo calc.at:626 >$at_check_line_file
49280 77) echo 77 > $at_status_file
49283 *) echo "calc.at:626: exit code was $at_status, expected 0"
49288 echo 1 > $at_status_file
49300 echo "calc.at:626: \$PREPARSER ./calc input"
49301 echo calc.at:626 >$at_check_line_file
49307 echo stderr:; tee stderr <$at_stderr
49310 77) echo 77 > $at_status_file
49313 *) echo "calc.at:626: exit code was $at_status, expected 1"
49318 echo 1 > $at_status_file
49353 echo "calc.at:626: cat stderr"
49354 echo calc.at:626 >$at_check_line_file
49363 77) echo 77 > $at_status_file
49366 *) echo "calc.at:626: exit code was $at_status, expected 0"
49371 echo 1 > $at_status_file
49383 echo "calc.at:626: \$PREPARSER ./calc input"
49384 echo calc.at:626 >$at_check_line_file
49390 echo stderr:; tee stderr <$at_stderr
49393 77) echo 77 > $at_status_file
49396 *) echo "calc.at:626: exit code was $at_status, expected 1"
49401 echo 1 > $at_status_file
49436 echo "calc.at:626: cat stderr"
49437 echo calc.at:626 >$at_check_line_file
49446 77) echo 77 > $at_status_file
49449 *) echo "calc.at:626: exit code was $at_status, expected 0"
49454 echo 1 > $at_status_file
49466 echo "calc.at:626: \$PREPARSER ./calc input"
49467 echo calc.at:626 >$at_check_line_file
49473 echo stderr:; tee stderr <$at_stderr
49476 77) echo 77 > $at_status_file
49479 *) echo "calc.at:626: exit code was $at_status, expected 1"
49484 echo 1 > $at_status_file
49519 echo "calc.at:626: cat stderr"
49520 echo calc.at:626 >$at_check_line_file
49529 77) echo 77 > $at_status_file
49532 *) echo "calc.at:626: exit code was $at_status, expected 0"
49537 echo 1 > $at_status_file
49550 echo "calc.at:626: \$PREPARSER ./calc input"
49551 echo calc.at:626 >$at_check_line_file
49557 echo stderr:; tee stderr <$at_stderr
49560 77) echo 77 > $at_status_file
49563 *) echo "calc.at:626: exit code was $at_status, expected 1"
49568 echo 1 > $at_status_file
49603 echo "calc.at:626: cat stderr"
49604 echo calc.at:626 >$at_check_line_file
49613 77) echo 77 > $at_status_file
49616 *) echo "calc.at:626: exit code was $at_status, expected 0"
49621 echo 1 > $at_status_file
49630 echo "calc.at:626: \$PREPARSER ./calc /dev/null"
49631 echo calc.at:626 >$at_check_line_file
49637 echo stderr:; tee stderr <$at_stderr
49640 77) echo 77 > $at_status_file
49643 *) echo "calc.at:626: exit code was $at_status, expected 1"
49648 echo 1 > $at_status_file
49683 echo "calc.at:626: cat stderr"
49684 echo calc.at:626 >$at_check_line_file
49693 77) echo 77 > $at_status_file
49696 *) echo "calc.at:626: exit code was $at_status, expected 0"
49701 echo 1 > $at_status_file
49730 echo "calc.at:626: \$PREPARSER ./calc input"
49731 echo calc.at:626 >$at_check_line_file
49737 echo stderr:; tee stderr <$at_stderr
49740 77) echo 77 > $at_status_file
49743 *) echo "calc.at:626: exit code was $at_status, expected 0"
49748 echo 1 > $at_status_file
49787 echo "calc.at:626: cat stderr"
49788 echo calc.at:626 >$at_check_line_file
49797 77) echo 77 > $at_status_file
49800 *) echo "calc.at:626: exit code was $at_status, expected 0"
49805 echo 1 > $at_status_file
49820 echo "calc.at:626: \$PREPARSER ./calc input"
49821 echo calc.at:626 >$at_check_line_file
49827 echo stderr:; tee stderr <$at_stderr
49830 77) echo 77 > $at_status_file
49833 *) echo "calc.at:626: exit code was $at_status, expected 0"
49838 echo 1 > $at_status_file
49874 echo "calc.at:626: cat stderr"
49875 echo calc.at:626 >$at_check_line_file
49884 77) echo 77 > $at_status_file
49887 *) echo "calc.at:626: exit code was $at_status, expected 0"
49892 echo 1 > $at_status_file
49904 echo "calc.at:626: \$PREPARSER ./calc input"
49905 echo calc.at:626 >$at_check_line_file
49911 echo stderr:; tee stderr <$at_stderr
49914 77) echo 77 > $at_status_file
49917 *) echo "calc.at:626: exit code was $at_status, expected 0"
49922 echo 1 > $at_status_file
49959 echo "calc.at:626: cat stderr"
49960 echo calc.at:626 >$at_check_line_file
49969 77) echo 77 > $at_status_file
49972 *) echo "calc.at:626: exit code was $at_status, expected 0"
49977 echo 1 > $at_status_file
50018 echo "102. calc.at:628: testing ..."
50346 echo "calc.at:628: bison -o calc.cc calc.y"
50347 echo calc.at:628 >$at_check_line_file
50356 77) echo 77 > $at_status_file
50359 *) echo "calc.at:628: exit code was $at_status, expected 0"
50364 echo 1 > $at_status_file
50372 echo "calc.at:628: \$BISON_CXX_WORKS"
50373 echo calc.at:628 >$at_check_line_file
50379 echo stderr:; cat $at_stderr
50380 echo stdout:; cat $at_stdout
50382 77) echo 77 > $at_status_file
50385 *) echo "calc.at:628: exit code was $at_status, expected 0"
50390 echo 1 > $at_status_file
50397 echo "calc.at:628: \$CXX \$CXXFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.cc \$LIBS"
50398 echo calc.at:628 >$at_check_line_file
50404 echo stderr:; cat $at_stderr
50405 echo stdout:; cat $at_stdout
50407 77) echo 77 > $at_status_file
50410 *) echo "calc.at:628: exit code was $at_status, expected 0"
50415 echo 1 > $at_status_file
50440 echo "calc.at:628: \$PREPARSER ./calc input"
50441 echo calc.at:628 >$at_check_line_file
50447 echo stderr:; tee stderr <$at_stderr
50450 77) echo 77 > $at_status_file
50453 *) echo "calc.at:628: exit code was $at_status, expected 0"
50458 echo 1 > $at_status_file
50472 echo "calc.at:628: \$PREPARSER ./calc input"
50473 echo calc.at:628 >$at_check_line_file
50479 echo stderr:; tee stderr <$at_stderr
50482 77) echo 77 > $at_status_file
50485 *) echo "calc.at:628: exit code was $at_status, expected 1"
50490 echo 1 > $at_status_file
50525 echo "calc.at:628: cat stderr"
50526 echo calc.at:628 >$at_check_line_file
50535 77) echo 77 > $at_status_file
50538 *) echo "calc.at:628: exit code was $at_status, expected 0"
50543 echo 1 > $at_status_file
50555 echo "calc.at:628: \$PREPARSER ./calc input"
50556 echo calc.at:628 >$at_check_line_file
50562 echo stderr:; tee stderr <$at_stderr
50565 77) echo 77 > $at_status_file
50568 *) echo "calc.at:628: exit code was $at_status, expected 1"
50573 echo 1 > $at_status_file
50608 echo "calc.at:628: cat stderr"
50609 echo calc.at:628 >$at_check_line_file
50618 77) echo 77 > $at_status_file
50621 *) echo "calc.at:628: exit code was $at_status, expected 0"
50626 echo 1 > $at_status_file
50638 echo "calc.at:628: \$PREPARSER ./calc input"
50639 echo calc.at:628 >$at_check_line_file
50645 echo stderr:; tee stderr <$at_stderr
50648 77) echo 77 > $at_status_file
50651 *) echo "calc.at:628: exit code was $at_status, expected 1"
50656 echo 1 > $at_status_file
50691 echo "calc.at:628: cat stderr"
50692 echo calc.at:628 >$at_check_line_file
50701 77) echo 77 > $at_status_file
50704 *) echo "calc.at:628: exit code was $at_status, expected 0"
50709 echo 1 > $at_status_file
50721 echo "calc.at:628: \$PREPARSER ./calc input"
50722 echo calc.at:628 >$at_check_line_file
50728 echo stderr:; tee stderr <$at_stderr
50731 77) echo 77 > $at_status_file
50734 *) echo "calc.at:628: exit code was $at_status, expected 1"
50739 echo 1 > $at_status_file
50774 echo "calc.at:628: cat stderr"
50775 echo calc.at:628 >$at_check_line_file
50784 77) echo 77 > $at_status_file
50787 *) echo "calc.at:628: exit code was $at_status, expected 0"
50792 echo 1 > $at_status_file
50805 echo "calc.at:628: \$PREPARSER ./calc input"
50806 echo calc.at:628 >$at_check_line_file
50812 echo stderr:; tee stderr <$at_stderr
50815 77) echo 77 > $at_status_file
50818 *) echo "calc.at:628: exit code was $at_status, expected 1"
50823 echo 1 > $at_status_file
50858 echo "calc.at:628: cat stderr"
50859 echo calc.at:628 >$at_check_line_file
50868 77) echo 77 > $at_status_file
50871 *) echo "calc.at:628: exit code was $at_status, expected 0"
50876 echo 1 > $at_status_file
50885 echo "calc.at:628: \$PREPARSER ./calc /dev/null"
50886 echo calc.at:628 >$at_check_line_file
50892 echo stderr:; tee stderr <$at_stderr
50895 77) echo 77 > $at_status_file
50898 *) echo "calc.at:628: exit code was $at_status, expected 1"
50903 echo 1 > $at_status_file
50938 echo "calc.at:628: cat stderr"
50939 echo calc.at:628 >$at_check_line_file
50948 77) echo 77 > $at_status_file
50951 *) echo "calc.at:628: exit code was $at_status, expected 0"
50956 echo 1 > $at_status_file
50985 echo "calc.at:628: \$PREPARSER ./calc input"
50986 echo calc.at:628 >$at_check_line_file
50992 echo
50995 77) echo 77 > $at_status_file
50998 *) echo "calc.at:628: exit code was $at_status, expected 0"
51003 echo 1 > $at_status_file
51042 echo "calc.at:628: cat stderr"
51043 echo calc.at:628 >$at_check_line_file
51052 77) echo 77 > $at_status_file
51055 *) echo "calc.at:628: exit code was $at_status, expected 0"
51060 echo 1 > $at_status_file
51075 echo "calc.at:628: \$PREPARSER ./calc input"
51076 echo calc.at:628 >$at_check_line_file
51082 echo stderr:; tee stderr <$at_stderr
51085 77) echo 77 > $at_status_file
51088 *) echo "calc.at:628: exit code was $at_status, expected 0"
51093 echo 1 > $at_status_file
51129 echo "calc.at:628: cat stderr"
51130 echo calc.at:628 >$at_check_line_file
51139 77) echo 77 > $at_status_file
51142 *) echo "calc.at:628: exit code was $at_status, expected 0"
51147 echo 1 > $at_status_file
51159 echo "calc.at:628: \$PREPARSER ./calc input"
51160 echo calc.at:628 >$at_check_line_file
51166 echo stderr:; tee stderr <$at_stderr
51169 77) echo 77 > $at_status_file
51172 *) echo "calc.at:628: exit code was $at_status, expected 0"
51177 echo 1 > $at_status_file
51214 echo "calc.at:628: cat stderr"
51215 echo calc.at:628 >$at_check_line_file
51224 77) echo 77 > $at_status_file
51227 *) echo "calc.at:628: exit code was $at_status, expected 0"
51232 echo 1 > $at_status_file
51282 echo "103. calc.at:651: testing ..."
51610 echo "calc.at:651: bison -o calc.cc calc.y"
51611 echo calc.at:651 >$at_check_line_file
51620 77) echo 77 > $at_status_file
51623 *) echo "calc.at:651: exit code was $at_status, expected 0"
51628 echo 1 > $at_status_file
51636 echo "calc.at:651: \$BISON_CXX_WORKS"
51637 echo calc.at:651 >$at_check_line_file
51643 echo stderr:; cat $at_stderr
51644 echo stdout:; cat $at_stdout
51646 77) echo 77 > $at_status_file
51649 *) echo "calc.at:651: exit code was $at_status, expected 0"
51654 echo 1 > $at_status_file
51661 echo "calc.at:651: \$CXX \$CXXFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.cc \$LIBS"
51662 echo calc.at:651 >$at_check_line_file
51668 echo stderr:; cat $at_stderr
51669 echo stdout:; cat $at_stdout
51671 77) echo 77 > $at_status_file
51674 *) echo "calc.at:651: exit code was $at_status, expected 0"
51679 echo 1 > $at_status_file
51704 echo "calc.at:651: \$PREPARSER ./calc input"
51705 echo calc.at:651 >$at_check_line_file
51711 echo stderr:; tee stderr <$at_stderr
51714 77) echo 77 > $at_status_file
51717 *) echo "calc.at:651: exit code was $at_status, expected 0"
51722 echo 1 > $at_status_file
51736 echo "calc.at:651: \$PREPARSER ./calc input"
51737 echo calc.at:651 >$at_check_line_file
51743 echo stderr:; tee stderr <$at_stderr
51746 77) echo 77 > $at_status_file
51749 *) echo "calc.at:651: exit code was $at_status, expected 1"
51754 echo 1 > $at_status_file
51789 echo "calc.at:651: cat stderr"
51790 echo calc.at:651 >$at_check_line_file
51799 77) echo 77 > $at_status_file
51802 *) echo "calc.at:651: exit code was $at_status, expected 0"
51807 echo 1 > $at_status_file
51819 echo "calc.at:651: \$PREPARSER ./calc input"
51820 echo calc.at:651 >$at_check_line_file
51826 echo stderr:; tee stderr <$at_stderr
51829 77) echo 77 > $at_status_file
51832 *) echo "calc.at:651: exit code was $at_status, expected 1"
51837 echo 1 > $at_status_file
51872 echo "calc.at:651: cat stderr"
51873 echo calc.at:651 >$at_check_line_file
51882 77) echo 77 > $at_status_file
51885 *) echo "calc.at:651: exit code was $at_status, expected 0"
51890 echo 1 > $at_status_file
51902 echo "calc.at:651: \$PREPARSER ./calc input"
51903 echo calc.at:651 >$at_check_line_file
51909 echo stderr:; tee stderr <$at_stderr
51912 77) echo 77 > $at_status_file
51915 *) echo "calc.at:651: exit code was $at_status, expected 1"
51920 echo 1 > $at_status_file
51955 echo "calc.at:651: cat stderr"
51956 echo calc.at:651 >$at_check_line_file
51965 77) echo 77 > $at_status_file
51968 *) echo "calc.at:651: exit code was $at_status, expected 0"
51973 echo 1 > $at_status_file
51985 echo "calc.at:651: \$PREPARSER ./calc input"
51986 echo calc.at:651 >$at_check_line_file
51992 echo stderr:; tee stderr <$at_stderr
51995 77) echo 77 > $at_status_file
51998 *) echo "calc.at:651: exit code was $at_status, expected 1"
52003 echo 1 > $at_status_file
52038 echo "calc.at:651: cat stderr"
52039 echo calc.at:651 >$at_check_line_file
52048 77) echo 77 > $at_status_file
52051 *) echo "calc.at:651: exit code was $at_status, expected 0"
52056 echo 1 > $at_status_file
52069 echo "calc.at:651: \$PREPARSER ./calc input"
52070 echo calc.at:651 >$at_check_line_file
52076 echo stderr:; tee stderr <$at_stderr
52079 77) echo 77 > $at_status_file
52082 *) echo "calc.at:651: exit code was $at_status, expected 1"
52087 echo 1 > $at_status_file
52122 echo "calc.at:651: cat stderr"
52123 echo calc.at:651 >$at_check_line_file
52132 77) echo 77 > $at_status_file
52135 *) echo "calc.at:651: exit code was $at_status, expected 0"
52140 echo 1 > $at_status_file
52149 echo "calc.at:651: \$PREPARSER ./calc /dev/null"
52150 echo calc.at:651 >$at_check_line_file
52156 echo stderr:; tee stderr <$at_stderr
52159 77) echo 77 > $at_status_file
52162 *) echo "calc.at:651: exit code was $at_status, expected 1"
52167 echo 1 > $at_status_file
52202 echo "calc.at:651: cat stderr"
52203 echo calc.at:651 >$at_check_line_file
52212 77) echo 77 > $at_status_file
52215 *) echo "calc.at:651: exit code was $at_status, expected 0"
52220 echo 1 > $at_status_file
52249 echo "calc.at:651: \$PREPARSER ./calc input"
52250 echo calc.at:651 >$at_check_line_file
52256 echo stderr:; tee stderr <$at_stderr
52259 77) echo 77 > $at_status_file
52262 *) echo "calc.at:651: exit code was $at_status, expected 0"
52267 echo 1 > $at_status_file
52306 echo "calc.at:651: cat stderr"
52307 echo calc.at:651 >$at_check_line_file
52316 77) echo 77 > $at_status_file
52319 *) echo "calc.at:651: exit code was $at_status, expected 0"
52324 echo 1 > $at_status_file
52339 echo "calc.at:651: \$PREPARSER ./calc input"
52340 echo calc.at:651 >$at_check_line_file
52346 echo stderr:; tee stderr <$at_stderr
52349 77) echo 77 > $at_status_file
52352 *) echo "calc.at:651: exit code was $at_status, expected 0"
52357 echo 1 > $at_status_file
52393 echo "calc.at:651: cat stderr"
52394 echo calc.at:651 >$at_check_line_file
52403 77) echo 77 > $at_status_file
52406 *) echo "calc.at:651: exit code was $at_status, expected 0"
52411 echo 1 > $at_status_file
52423 echo "calc.at:651: \$PREPARSER ./calc input"
52424 echo calc.at:651 >$at_check_line_file
52430 echo stderr:; tee stderr <$at_stderr
52433 77) echo 77 > $at_status_file
52436 *) echo "calc.at:651: exit code was $at_status, expected 0"
52441 echo 1 > $at_status_file
52478 echo "calc.at:651: cat stderr"
52479 echo calc.at:651 >$at_check_line_file
52488 77) echo 77 > $at_status_file
52491 *) echo "calc.at:651: exit code was $at_status, expected 0"
52496 echo 1 > $at_status_file
52537 echo "104. calc.at:653: testing ..."
52865 echo "calc.at:653: bison -o calc.cc calc.y"
52866 echo calc.at:653 >$at_check_line_file
52875 77) echo 77 > $at_status_file
52878 *) echo "calc.at:653: exit code was $at_status, expected 0"
52883 echo 1 > $at_status_file
52891 echo "calc.at:653: \$BISON_CXX_WORKS"
52892 echo calc.at:653 >$at_check_line_file
52898 echo stderr:; cat $at_stderr
52899 echo stdout:; cat $at_stdout
52901 77) echo 77 > $at_status_file
52904 *) echo "calc.at:653: exit code was $at_status, expected 0"
52909 echo 1 > $at_status_file
52916 echo "calc.at:653: \$CXX \$CXXFLAGS \$CPPFLAGS \$LDFLAGS -o calc calc.cc \$LIBS"
52917 echo calc.at:653 >$at_check_line_file
52923 echo stderr:; cat $at_stderr
52924 echo stdout:; cat $at_stdout
52926 77) echo 77 > $at_status_file
52929 *) echo "calc.at:653: exit code was $at_status, expected 0"
52934 echo 1 > $at_status_file
52959 echo "calc.at:653: \$PREPARSER ./calc input"
52960 echo calc.at:653 >$at_check_line_file
52966 echo stderr:; tee stderr <$at_stderr
52969 77) echo 77 > $at_status_file
52972 *) echo "calc.at:653: exit code was $at_status, expected 0"
52977 echo 1 > $at_status_file
52991 echo "calc.at:653: \$PREPARSER ./calc input"
52992 echo calc.at:653 >$at_check_line_file
52998 echo stderr:; tee stderr <$at_stderr
53001 77) echo 77 > $at_status_file
53004 *) echo "calc.at:653: exit code was $at_status, expected 1"
53009 echo 1 > $at_status_file
53044 echo "calc.at:653: cat stderr"
53045 echo calc.at:653 >$at_check_line_file
53054 77) echo 77 > $at_status_file
53057 *) echo "calc.at:653: exit code was $at_status, expected 0"
53062 echo 1 > $at_status_file
53074 echo "calc.at:653: \$PREPARSER ./calc input"
53075 echo calc.at:653 >$at_check_line_file
53081 echo stderr:; tee stderr <$at_stderr
53084 77) echo 77 > $at_status_file
53087 *) echo "calc.at:653: exit code was $at_status, expected 1"
53092 echo 1 > $at_status_file
53127 echo "calc.at:653: cat stderr"
53128 echo calc.at:653 >$at_check_line_file
53137 77) echo 77 > $at_status_file
53140 *) echo "calc.at:653: exit code was $at_status, expected 0"
53145 echo 1 > $at_status_file
53157 echo "calc.at:653: \$PREPARSER ./calc input"
53158 echo calc.at:653 >$at_check_line_file
53164 echo stderr:; tee stderr <$at_stderr
53167 77) echo 77 > $at_status_file
53170 *) echo "calc.at:653: exit code was $at_status, expected 1"
53175 echo 1 > $at_status_file
53210 echo "calc.at:653: cat stderr"
53211 echo calc.at:653 >$at_check_line_file
53220 77) echo 77 > $at_status_file
53223 *) echo "calc.at:653: exit code was $at_status, expected 0"
53228 echo 1 > $at_status_file
53240 echo "calc.at:653: \$PREPARSER ./calc input"
53241 echo calc.at:653 >$at_check_line_file
53247 echo stderr:; tee stderr <$at_stderr
53250 77) echo 77 > $at_status_file
53253 *) echo "calc.at:653: exit code was $at_status, expected 1"
53258 echo 1 > $at_status_file
53293 echo "calc.at:653: cat stderr"
53294 echo calc.at:653 >$at_check_line_file
53303 77) echo 77 > $at_status_file
53306 *) echo "calc.at:653: exit code was $at_status, expected 0"
53311 echo 1 > $at_status_file
53324 echo "calc.at:653: \$PREPARSER ./calc input"
53325 echo calc.at:653 >$at_check_line_file
53331 echo stderr:; tee stderr <$at_stderr
53334 77) echo 77 > $at_status_file
53337 *) echo "calc.at:653: exit code was $at_status, expected 1"
53342 echo 1 > $at_status_file
53377 echo "calc.at:653: cat stderr"
53378 echo calc.at:653 >$at_check_line_file
53387 77) echo 77 > $at_status_file
53390 *) echo "calc.at:653: exit code was $at_status, expected 0"
53395 echo 1 > $at_status_file
53404 echo "calc.at:653: \$PREPARSER ./calc /dev/null"
53405 echo calc.at:653 >$at_check_line_file
53411 echo stderr:; tee stderr <$at_stderr
53414 77) echo 77 > $at_status_file
53417 *) echo "calc.at:653: exit code was $at_status, expected 1"
53422 echo 1 > $at_status_file
53457 echo "calc.at:653: cat stderr"
53458 echo calc.at:653 >$at_check_line_file
53467 77) echo 77 > $at_status_file
53470 *) echo "calc.at:653: exit code was $at_status, expected 0"
53475 echo 1 > $at_status_file
53504 echo "calc.at:653: \$PREPARSER ./calc input"
53505 echo calc.at:653 >$at_check_line_file
53511 echo stderr:; tee stderr <$at_stderr
53514 77) echo 77 > $at_status_file
53517 *) echo "calc.at:653: exit code was $at_status, expected 0"
53522 echo 1 > $at_status_file
53561 echo "calc.at:653: cat stderr"
53562 echo calc.at:653 >$at_check_line_file
53571 77) echo 77 > $at_status_file
53574 *) echo "calc.at:653: exit code was $at_status, expected 0"
53579 echo 1 > $at_status_file
53594 echo "calc.at:653: \$PREPARSER ./calc input"
53595 echo calc.at:653 >$at_check_line_file
53601 echo stderr:; tee stderr <$at_stderr
53604 77) echo 77 > $at_status_file
53607 *) echo "calc.at:653: exit code was $at_status, expected 0"
53612 echo 1 > $at_status_file
53648 echo "calc.at:653: cat stderr"
53649 echo calc.at:653 >$at_check_line_file
53658 77) echo 77 > $at_status_file
53661 *) echo "calc.at:653: exit code was $at_status, expected 0"
53666 echo 1 > $at_status_file
53678 echo "calc.at:653: \$PREPARSER ./calc input"
53679 echo calc.at:653 >$at_check_line_file
53685 echo stderr:; tee stderr <$at_stderr
53688 77) echo 77 > $at_status_file
53691 *) echo "calc.at:653: exit code was $at_status, expected 0"
53696 echo 1 > $at_status_file
53733 echo "calc.at:653: cat stderr"
53734 echo calc.at:653 >$at_check_line_file
53743 77) echo 77 > $at_status_file
53746 *) echo "calc.at:653: exit code was $at_status, expected 0"
53751 echo 1 > $at_status_file
53801 echo "105. torture.at:140: testing ..."
53906 echo "torture.at:146: perl -w ./gengram.pl 200 || exit 77"
53907 echo torture.at:146 >$at_check_line_file
53914 echo stdout:; tee stdout <$at_stdout
53916 77) echo 77 > $at_status_file
53919 *) echo "torture.at:146: exit code was $at_status, expected 0"
53924 echo 1 > $at_status_file
53933 echo "torture.at:147: bison -v -o input.c input.y"
53934 echo torture.at:147 >$at_check_line_file
53943 77) echo 77 > $at_status_file
53946 *) echo "torture.at:147: exit code was $at_status, expected 0"
53951 echo 1 > $at_status_file
53958 echo "torture.at:148: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
53959 echo torture.at:148 >$at_check_line_file
53965 echo stderr:; cat $at_stderr
53966 echo stdout:; cat $at_stdout
53968 77) echo 77 > $at_status_file
53971 *) echo "torture.at:148: exit code was $at_status, expected 0"
53976 echo 1 > $at_status_file
53983 echo "torture.at:149: \$PREPARSER ./input"
53984 echo torture.at:149 >$at_check_line_file
53993 77) echo 77 > $at_status_file
53996 *) echo "torture.at:149: exit code was $at_status, expected 0"
54001 echo 1 > $at_status_file
54020 echo "106. torture.at:232: testing ..."
54110 echo "torture.at:246: perl -w ./gengram.pl 1000 || exit 77"
54111 echo torture.at:246 >$at_check_line_file
54118 echo stdout:; tee stdout <$at_stdout
54120 77) echo 77 > $at_status_file
54123 *) echo "torture.at:246: exit code was $at_status, expected 0"
54128 echo 1 > $at_status_file
54144 echo "torture.at:250: ulimit -S -d 204000 || exit 77"
54145 echo torture.at:250 >$at_check_line_file
54154 77) echo 77 > $at_status_file
54157 *) echo "torture.at:250: exit code was $at_status, expected 0"
54162 echo 1 > $at_status_file
54173 echo "torture.at:252: bison -v -o input.c input.y"
54174 echo torture.at:252 >$at_check_line_file
54183 77) echo 77 > $at_status_file
54186 *) echo "torture.at:252: exit code was $at_status, expected 0"
54191 echo 1 > $at_status_file
54198 echo "torture.at:253: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
54199 echo torture.at:253 >$at_check_line_file
54205 echo stderr:; cat $at_stderr
54206 echo stdout:; cat $at_stdout
54208 77) echo 77 > $at_status_file
54211 *) echo "torture.at:253: exit code was $at_status, expected 0"
54216 echo 1 > $at_status_file
54223 echo "torture.at:254: \$PREPARSER ./input"
54224 echo torture.at:254 >$at_check_line_file
54233 77) echo 77 > $at_status_file
54236 *) echo "torture.at:254: exit code was $at_status, expected 0"
54241 echo 1 > $at_status_file
54260 echo "107. torture.at:368: testing ..."
54360 echo "torture.at:370: perl -w ./gengram.pl 1000 || exit 77"
54361 echo torture.at:370 >$at_check_line_file
54368 echo stdout:; tee stdout <$at_stdout
54370 77) echo 77 > $at_status_file
54373 *) echo "torture.at:370: exit code was $at_status, expected 0"
54378 echo 1 > $at_status_file
54394 echo "torture.at:374: ulimit -S -d 204000 || exit 77"
54395 echo torture.at:374 >$at_check_line_file
54404 77) echo 77 > $at_status_file
54407 *) echo "torture.at:374: exit code was $at_status, expected 0"
54412 echo 1 > $at_status_file
54423 echo "torture.at:376: bison -v -o input.c input.y"
54424 echo torture.at:376 >$at_check_line_file
54433 77) echo 77 > $at_status_file
54436 *) echo "torture.at:376: exit code was $at_status, expected 0"
54441 echo 1 > $at_status_file
54448 echo "torture.at:377: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
54449 echo torture.at:377 >$at_check_line_file
54455 echo stderr:; cat $at_stderr
54456 echo stdout:; cat $at_stdout
54458 77) echo 77 > $at_status_file
54461 *) echo "torture.at:377: exit code was $at_status, expected 0"
54466 echo 1 > $at_status_file
54473 echo "torture.at:378: \$PREPARSER ./input"
54474 echo torture.at:378 >$at_check_line_file
54483 77) echo 77 > $at_status_file
54486 *) echo "torture.at:378: exit code was $at_status, expected 0"
54491 echo 1 > $at_status_file
54510 echo "108. torture.at:445: testing ..."
54569 echo "torture.at:452: bison -o input.c input.y"
54570 echo torture.at:452 >$at_check_line_file
54579 77) echo 77 > $at_status_file
54582 *) echo "torture.at:452: exit code was $at_status, expected 0"
54587 echo 1 > $at_status_file
54594 echo "torture.at:452: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
54595 echo torture.at:452 >$at_check_line_file
54601 echo stderr:; cat $at_stderr
54602 echo stdout:; cat $at_stdout
54604 77) echo 77 > $at_status_file
54607 *) echo "torture.at:452: exit code was $at_status, expected 0"
54612 echo 1 > $at_status_file
54622 echo "torture.at:455: \$PREPARSER ./input 20"
54623 echo torture.at:455 >$at_check_line_file
54629 echo stderr:; cat $at_stderr
54632 77) echo 77 > $at_status_file
54635 *) echo "torture.at:455: exit code was $at_status, expected 0"
54640 echo 1 > $at_status_file
54648 echo "torture.at:457: \$PREPARSER ./input 900"
54649 echo torture.at:457 >$at_check_line_file
54655 echo stderr:; cat $at_stderr
54658 77) echo 77 > $at_status_file
54661 *) echo "torture.at:457: exit code was $at_status, expected 0"
54666 echo 1 > $at_status_file
54675 echo "torture.at:460: \$PREPARSER ./input 10000"
54676 echo torture.at:460 >$at_check_line_file
54682 echo stderr:; cat $at_stderr
54685 77) echo 77 > $at_status_file
54688 *) echo "torture.at:460: exit code was $at_status, expected 2"
54693 echo 1 > $at_status_file
54712 echo "109. torture.at:471: testing ..."
54766 echo "torture.at:473: bison -o input.c input.y"
54767 echo torture.at:473 >$at_check_line_file
54776 77) echo 77 > $at_status_file
54779 *) echo "torture.at:473: exit code was $at_status, expected 0"
54784 echo 1 > $at_status_file
54791 echo "torture.at:473: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
54792 echo torture.at:473 >$at_check_line_file
54798 echo stderr:; cat $at_stderr
54799 echo stdout:; cat $at_stdout
54801 77) echo 77 > $at_status_file
54804 *) echo "torture.at:473: exit code was $at_status, expected 0"
54809 echo 1 > $at_status_file
54819 echo "torture.at:476: \$PREPARSER ./input 20"
54820 echo torture.at:476 >$at_check_line_file
54826 echo stderr:; cat $at_stderr
54829 77) echo 77 > $at_status_file
54832 *) echo "torture.at:476: exit code was $at_status, expected 0"
54837 echo 1 > $at_status_file
54845 echo "torture.at:478: \$PREPARSER ./input 900"
54846 echo torture.at:478 >$at_check_line_file
54852 echo stderr:; cat $at_stderr
54855 77) echo 77 > $at_status_file
54858 *) echo "torture.at:478: exit code was $at_status, expected 0"
54863 echo 1 > $at_status_file
54872 echo "torture.at:481: \$PREPARSER ./input 10000"
54873 echo torture.at:481 >$at_check_line_file
54879 echo stderr:; cat $at_stderr
54882 77) echo 77 > $at_status_file
54885 *) echo "torture.at:481: exit code was $at_status, expected 2"
54890 echo 1 > $at_status_file
54918 echo "110. existing.at:26: testing ..."
55252 echo "existing.at:356: bison --verbose --defines input.y"
55253 echo existing.at:356 >$at_check_line_file
55262 77) echo 77 > $at_status_file
55265 *) echo "existing.at:356: exit code was $at_status, expected 0"
55270 echo 1 > $at_status_file
55289 echo "111. existing.at:364: testing ..."
55887 echo "existing.at:960: bison --verbose --defines input.y"
55888 echo existing.at:960 >$at_check_line_file
55894 echo >>$at_stderr; echo "input.y: conflicts: 78 shift/reduce, 10 reduce/reduce
55898 77) echo 77 > $at_status_file
55901 *) echo "existing.at:960: exit code was $at_status, expected 0"
55906 echo 1 > $at_status_file
55914 echo "existing.at:972: grep '^State.*conflicts:' input.output"
55915 echo existing.at:972 >$at_check_line_file
55922 echo >>$at_stdout; echo "State 64 conflicts: 14 shift/reduce
55933 77) echo 77 > $at_status_file
55936 *) echo "existing.at:972: exit code was $at_status, expected 0"
55941 echo 1 > $at_status_file
55960 echo "112. existing.at:980: testing ..."
56507 echo "existing.at:1523: bison --verbose --defines input.y"
56508 echo existing.at:1523 >$at_check_line_file
56517 77) echo 77 > $at_status_file
56520 *) echo "existing.at:1523: exit code was $at_status, expected 0"
56525 echo 1 > $at_status_file
56553 echo "113. regression.at:28: testing ..."
56584 echo "regression.at:44: bison -o input.c input.y"
56585 echo regression.at:44 >$at_check_line_file
56594 77) echo 77 > $at_status_file
56597 *) echo "regression.at:44: exit code was $at_status, expected 0"
56602 echo 1 > $at_status_file
56609 echo "regression.at:45: \$CC \$CFLAGS \$CPPFLAGS -o input.o -c input.c"
56610 echo regression.at:45 >$at_check_line_file
56616 echo stderr:; cat $at_stderr
56617 echo stdout:; cat $at_stdout
56619 77) echo
56622 *) echo "regression.at:45: exit code was $at_status, expected 0"
56627 echo 1 > $at_status_file
56634 echo "regression.at:46: \$CC \$CFLAGS \$CPPFLAGS -o input.o -DYYDEBUG -c input.c"
56635 echo regression.at:46 >$at_check_line_file
56641 echo stderr:; cat $at_stderr
56642 echo stdout:; cat $at_stdout
56644 77) echo 77 > $at_status_file
56647 *) echo "regression.at:46: exit code was $at_status, expected 0"
56652 echo 1 > $at_status_file
56671 echo "114. regression.at:57: testing ..."
56712 echo "regression.at:83: bison -o input.c input.y"
56713 echo regression.at:83 >$at_check_line_file
56722 77) echo 77 > $at_status_file
56725 *) echo "regression.at:83: exit code was $at_status, expected 0"
56730 echo 1 > $at_status_file
56737 echo "regression.at:84: \$CC \$CFLAGS \$CPPFLAGS -o input.o -c input.c"
56738 echo regression.at:84 >$at_check_line_file
56744 echo stderr:; cat $at_stderr
56745 echo stdout:; cat $at_stdout
56747 77) echo 77 > $at_status_file
56750 *) echo "regression.at:84: exit code was $at_status, expected 0"
56755 echo 1 > $at_status_file
56774 echo "115. regression.at:95: testing ..."
56788 echo "regression.at:105: bison -v -o input.c input.y"
56789 echo regression.at:105 >$at_check_line_file
56798 77) echo 77 > $at_status_file
56801 *) echo "regression.at:105: exit code was $at_status, expected 0"
56806 echo 1 > $at_status_file
56814 echo "regression.at:107: grep 'tests = {{{{{{{{{{}}}}}}}}}};' input.c"
56815 echo regression.at:107 >$at_check_line_file
56822 echo stdout:; cat $at_stdout
56824 77) echo 77 > $at_status_file
56827 *) echo "regression.at:107: exit code was $at_status, expected 0"
56832 echo 1 > $at_status_file
56851 echo "116. regression.at:117: testing ..."
56870 echo "regression.at:134: bison -v -o input.c input.y"
56871 echo regression.at:134 >$at_check_line_file
56877 echo >>$at_stderr; echo "input.y:6.8-14: warning: symbol \`\"<=\"' used more than once as a literal string
56881 77) echo 77 > $at_status_file
56884 *) echo "regression.at:134: exit code was $at_status, expected 0"
56889 echo 1 > $at_status_file
56908 echo "117. regression.at:143: testing ..."
56946 echo "regression.at:177: bison -o input.c -v input.y"
56947 echo regression.at:177 >$at_check_line_file
56956 77) echo 77 > $at_status_file
56959 *) echo "regression.at:177: exit code was $at_status, expected 0"
56964 echo 1 > $at_status_file
56973 echo "regression.at:276: cat input.output"
56974 echo regression.at:276 >$at_check_line_file
56981 echo >>$at_stdout; echo "Grammar
57078 77) echo 77 > $at_status_file
57081 *) echo "regression.at:276: exit code was $at_status, expected 0"
57086 echo 1 > $at_status_file
57105 echo "118. regression.at:287: testing ..."
57121 echo "regression.at:299: bison -v -o input.c input.y"
57122 echo regression.at:299 >$at_check_line_file
57131 77) echo 77 > $at_status_file
57134 *) echo "regression.at:299: exit code was $at_status, expected 0"
57139 echo 1 > $at_status_file
57158 echo "119. regression.at:310: testing ..."
57174 echo "regression.at:331: bison input.y"
57175 echo regression.at:331 >$at_check_line_file
57181 echo >>$at_stderr; echo "input.y:2.1: invalid character: \`?'
57192 77) echo 77 > $at_status_file
57195 *) echo "regression.at:331: exit code was $at_status, expected 1"
57200 echo 1 > $at_status_file
57219 echo "120. regression.at:336: testing ..."
57235 echo "regression.at:352: bison input.y"
57236 echo regression.at:352 >$at_check_line_file
57242 echo >>$at_stderr; echo "input.y:3.1: missing \`{' in \"%destructor {...}\"
57248 77) echo 77 > $at_status_file
57251 *) echo "regression.at:352: exit code was $at_status, expected 1"
57256 echo 1 > $at_status_file
57275 echo "121. regression.at:363: testing ..."
57328 echo "regression.at:401: bison -o input.c input.y"
57329 echo regression.at:401 >$at_check_line_file
57338 77) echo 77 > $at_status_file
57341 *) echo "regression.at:401: exit code was $at_status, expected 0"
57346 echo 1 > $at_status_file
57353 echo "regression.at:402: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o input input.c \$LIBS"
57354 echo regression.at:402 >$at_check_line_file
57360 echo stderr:; cat $at_stderr
57361 echo stdout:; cat $at_stdout
57363 77) echo 77 > $at_status_file
57366 *) echo "regression.at:402: exit code was $at_status, expected 0"
57371 echo 1 > $at_status_file
57382 echo "regression.at:406: \$PREPARSER ./input"
57383 echo regression.at:406 >$at_check_line_file
57392 77) echo 77 > $at_status_file
57395 *) echo "regression.at:406: exit code was $at_status, expected 1"
57400 echo 1 > $at_status_file
57418 echo "122. regression.at:416: testing ..."
57449 echo "regression.at:432: bison -o input.c input.y"
57450 echo regression.at:432 >$at_check_line_file
57459 77) echo 77 > $at_status_file
57462 *) echo "regression.at:432: exit code was $at_status, expected 0"
57467 echo 1 > $at_status_file
57474 echo "regression.at:433: \$CC \$CFLAGS \$CPPFLAGS -o input.o -c input.c"
57475 echo regression.at:433 >$at_check_line_file
57481 echo stderr:; cat $at_stderr
57482 echo stdout:; cat $at_stdout
57484 77) echo 77 > $at_status_file
57487 *) echo "regression.at:433: exit code was $at_status, expected 0"
57492 echo 1 > $at_status_file
57510 echo "123. regression.at:447: testing ..."
57539 echo "regression.at:472: bison -v input.y"
57540 echo regression.at:472 >$at_check_line_file
57549 77) echo 77 > $at_status_file
57552 *) echo "regression.at:472: exit code was $at_status, expected 0"
57557 echo 1 > $at_status_file
57564 echo "regression.at:597: cat input.output"
57565 echo regression.at:597 >$at_check_line_file
57572 echo >>$at_stdout; echo "Grammar
57697 77) echo 77 > $at_status_file
57700 *) echo "regression.at:597: exit code was $at_status, expected 0"
57705 echo 1 > $at_status_file
57724 echo "124. regression.at:624: testing ..."
57741 echo "regression.at:637: bison -v -o input.c input.y"
57742 echo regression.at:637 >$at_check_line_file
57751 77) echo 77 > $at_status_file
57754 *) echo "regression.at:637: exit code was $at_status, expected 0"
57759 echo 1 > $at_status_file
57771 echo "regression.at:735: cat tables.c"
57772 echo regression.at:735 >$at_check_line_file
57779 echo >>$at_stdout; echo "static const yytype_uint8 yytranslate[] =
57872 77) echo 77 > $at_status_file
57875 *) echo "regression.at:735: exit code was $at_status, expected 0"
57880 echo 1 > $at_status_file
57899 echo "125. regression.at:866: testing ..."
58021 echo "regression.at:866: bison -o dancer.c dancer.y"
58022 echo regression.at:866 >$at_check_line_file
58031 77) echo 77 > $at_status_file
58034 *) echo "regression.at:866: exit code was $at_status, expected 0"
58039 echo 1 > $at_status_file
58046 echo "regression.at:866: bison -o dancer.c dancer.y"
58047 echo regression.at:866 >$at_check_line_file
58056 77) echo 77 > $at_status_file
58059 *) echo "regression.at:866: exit code was $at_status, expected 0"
58064 echo 1 > $at_status_file
58071 echo "regression.at:866: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o dancer dancer.c \$LIBS"
58072 echo regression.at:866 >$at_check_line_file
58078 echo stderr:; cat $at_stderr
58079 echo stdout:; cat $at_stdout
58081 77) echo 77 > $at_status_file
58084 *) echo "regression.at:866: exit code was $at_status, expected 0"
58089 echo 1 > $at_status_file
58096 echo "regression.at:866: \$PREPARSER ./dancer"
58097 echo regression.at:866 >$at_check_line_file
58103 echo >>$at_stderr; echo "syntax error, unexpected ':'
58107 77) echo 77 > $at_status_file
58110 *) echo "regression.at:866: exit code was $at_status, expected 1"
58115 echo 1 > $at_status_file
58154 echo "126. regression.at:867: testing ..."
58276 echo "regression.at:867: bison -o dancer.c dancer.y"
58277 echo regression.at:867 >$at_check_line_file
58286 77) echo 77 > $at_status_file
58289 *) echo "regression.at:867: exit code was $at_status, expected 0"
58294 echo 1 > $at_status_file
58301 echo "regression.at:867: bison -o dancer.c dancer.y"
58302 echo regression.at:867 >$at_check_line_file
58311 77) echo 77 > $at_status_file
58314 *) echo "regression.at:867: exit code was $at_status, expected 0"
58319 echo 1 > $at_status_file
58326 echo "regression.at:867: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o dancer dancer.c \$LIBS"
58327 echo regression.at:867 >$at_check_line_file
58333 echo stderr:; cat $at_stderr
58334 echo stdout:; cat $at_stdout
58336 77) echo 77 > $at_status_file
58339 *) echo "regression.at:867: exit code was $at_status, expected 0"
58344 echo 1 > $at_status_file
58351 echo "regression.at:867: \$PREPARSER ./dancer"
58352 echo regression.at:867 >$at_check_line_file
58358 echo >>$at_stderr; echo "syntax error, unexpected ':'
58362 77) echo 77 > $at_status_file
58365 *) echo "regression.at:867: exit code was $at_status, expected 1"
58370 echo 1 > $at_status_file
58409 echo "127. regression.at:868: testing ..."
58540 echo "regression.at:868: bison -o dancer.c dancer.y"
58541 echo regression.at:868 >$at_check_line_file
58550 77) echo 77 > $at_status_file
58553 *) echo "regression.at:868: exit code was $at_status, expected 0"
58558 echo 1 > $at_status_file
58565 echo "regression.at:868: bison -o dancer.cc dancer.y"
58566 echo regression.at:868 >$at_check_line_file
58575 77) echo 77 > $at_status_file
58578 *) echo "regression.at:868: exit code was $at_status, expected 0"
58583 echo 1 > $at_status_file
58591 echo "regression.at:868: \$BISON_CXX_WORKS"
58592 echo regression.at:868 >$at_check_line_file
58598 echo stderr:; cat $at_stderr
58599 echo stdout:; cat $at_stdout
58601 77) echo 77 > $at_status_file
58604 *) echo "regression.at:868: exit code was $at_status, expected 0"
58609 echo 1 > $at_status_file
58616 echo "regression.at:868: \$CXX \$CXXFLAGS \$CPPFLAGS \$LDFLAGS -o dancer dancer.cc \$LIBS"
58617 echo regression.at:868 >$at_check_line_file
58623 echo stderr:; cat $at_stderr
58624 echo stdout:; cat $at_stdout
58626 77) echo 77 > $at_status_file
58629 *) echo "regression.at:868: exit code was $at_status, expected 0"
58634 echo 1 > $at_status_file
58641 echo "regression.at:868: \$PREPARSER ./dancer"
58642 echo regression.at:868 >$at_check_line_file
58648 echo >>$at_stderr; echo "syntax error, unexpected ':'
58652 77) echo 77 > $at_status_file
58655 *) echo "regression.at:868: exit code was $at_status, expected 1"
58660 echo 1 > $at_status_file
58699 echo "128. regression.at:963: testing ..."
58792 echo "regression.at:963: bison -o expect2.c expect2.y"
58793 echo regression.at:963 >$at_check_line_file
58802 77) echo 77 > $at_status_file
58805 *) echo "regression.at:963: exit code was $at_status, expected 0"
58810 echo 1 > $at_status_file
58817 echo "regression.at:963: bison -o expect2.c expect2.y"
58818 echo regression.at:963 >$at_check_line_file
58827 77) echo 77 > $at_status_file
58830 *) echo "regression.at:963: exit code was $at_status, expected 0"
58835 echo 1 > $at_status_file
58842 echo "regression.at:963: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o expect2 expect2.c \$LIBS"
58843 echo regression.at:963 >$at_check_line_file
58849 echo stderr:; cat $at_stderr
58850 echo stdout:; cat $at_stdout
58852 77) echo 77 > $at_status_file
58855 *) echo "regression.at:963: exit code was $at_status, expected 0"
58860 echo 1 > $at_status_file
58867 echo "regression.at:963: \$PREPARSER ./expect2"
58868 echo regression.at:963 >$at_check_line_file
58874 echo >>$at_stderr; echo "syntax error, unexpected '+', expecting A or B
58878 77) echo 77 > $at_status_file
58881 *) echo "regression.at:963: exit code was $at_status, expected 1"
58886 echo 1 > $at_status_file
58925 echo "129. regression.at:964: testing ..."
59018 echo "regression.at:964: bison -o expect2.c expect2.y"
59019 echo regression.at:964 >$at_check_line_file
59028 77) echo 77 > $at_status_file
59031 *) echo "regression.at:964: exit code was $at_status, expected 0"
59036 echo 1 > $at_status_file
59043 echo "regression.at:964: bison -o expect2.c expect2.y"
59044 echo regression.at:964 >$at_check_line_file
59053 77) echo 77 > $at_status_file
59056 *) echo "regression.at:964: exit code was $at_status, expected 0"
59061 echo 1 > $at_status_file
59068 echo "regression.at:964: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o expect2 expect2.c \$LIBS"
59069 echo regression.at:964 >$at_check_line_file
59075 echo stderr:; cat $at_stderr
59076 echo stdout:; cat $at_stdout
59078 77) echo 77 > $at_status_file
59081 *) echo "regression.at:964: exit code was $at_status, expected 0"
59086 echo 1 > $at_status_file
59093 echo "regression.at:964: \$PREPARSER ./expect2"
59094 echo regression.at:964 >$at_check_line_file
59100 echo >>$at_stderr; echo "syntax error, unexpected '+', expecting A or B
59104 77) echo 77 > $at_status_file
59107 *) echo "regression.at:964: exit code was $at_status, expected 1"
59112 echo 1 > $at_status_file
59151 echo "130. regression.at:965: testing ..."
59252 echo "regression.at:965: bison -o expect2.c expect2.y"
59253 echo regression.at:965 >$at_check_line_file
59262 77) echo 77 > $at_status_file
59265 *) echo "regression.at:965: exit code was $at_status, expected 0"
59270 echo 1 > $at_status_file
59277 echo "regression.at:965: bison -o expect2.cc expect2.y"
59278 echo regression.at:965 >$at_check_line_file
59287 77) echo 77 > $at_status_file
59290 *) echo "regression.at:965: exit code was $at_status, expected 0"
59295 echo 1 > $at_status_file
59303 echo "regression.at:965: \$BISON_CXX_WORKS"
59304 echo regression.at:965 >$at_check_line_file
59310 echo stderr:; cat $at_stderr
59311 echo stdout:; cat $at_stdout
59313 77) echo 77 > $at_status_file
59316 *) echo "regression.at:965: exit code was $at_status, expected 0"
59321 echo 1 > $at_status_file
59328 echo "regression.at:965: \$CXX \$CXXFLAGS \$CPPFLAGS \$LDFLAGS -o expect2 expect2.cc \$LIBS"
59329 echo regression.at:965 >$at_check_line_file
59335 echo stderr:; cat $at_stderr
59336 echo stdout:; cat $at_stdout
59338 77) echo 77 > $at_status_file
59341 *) echo "regression.at:965: exit code was $at_status, expected 0"
59346 echo 1 > $at_status_file
59353 echo "regression.at:965: \$PREPARSER ./expect2"
59354 echo regression.at:965 >$at_check_line_file
59360 echo >>$at_stderr; echo "syntax error, unexpected '+', expecting A or B
59364 77) echo 77 > $at_status_file
59367 *) echo "regression.at:965: exit code was $at_status, expected 1"
59372 echo 1 > $at_status_file
59420 echo "131. c++.at:102: testing ..."
59440 echo "c++.at:102: bison -o input.cc input.yy"
59441 echo c++.at:102 >$at_check_line_file
59450 77) echo 77 > $at_status_file
59453 *) echo "c++.at:102: exit code was $at_status, expected 0"
59458 echo 1 > $at_status_file
59512 echo "c++.at:102: doxygen --version || exit 77"
59513 echo c++.at:102 >$at_check_line_file
59520 echo stdout:; cat $at_stdout
59522 77) echo 77 > $at_status_file
59525 *) echo "c++.at:102: exit code was $at_status, expected 0"
59530 echo 1 > $at_status_file
59537 echo "c++.at:102: doxygen"
59538 echo c++.at:102 >$at_check_line_file
59544 echo stderr:; cat $at_stderr
59547 77) echo 77 > $at_status_file
59550 *) echo "c++.at:102: exit code was $at_status, expected 0"
59555 echo 1 > $at_status_file
59574 echo "132. c++.at:103: testing ..."
59594 echo "c++.at:103: bison -o input.cc input.yy"
59595 echo c++.at:103 >$at_check_line_file
59604 77) echo 77 > $at_status_file
59607 *) echo "c++.at:103: exit code was $at_status, expected 0"
59612 echo 1 > $at_status_file
59666 echo "c++.at:103: doxygen --version || exit 77"
59667 echo c++.at:103 >$at_check_line_file
59674 echo stdout:; cat $at_stdout
59676 77) echo 77 > $at_status_file
59679 *) echo "c++.at:103: exit code was $at_status, expected 0"
59684 echo 1 > $at_status_file
59691 echo "c++.at:103: doxygen"
59692 echo c++.at:103 >$at_check_line_file
59698 echo stderr:; cat $at_stderr
59701 77) echo 77 > $at_status_file
59704 *) echo "c++.at:103: exit code was $at_status, expected 0"
59709 echo 1 > $at_status_file
59737 echo "133. cxx-type.at:412: testing ..."
60094 echo "cxx-type.at:414: bison -o types.c types.y"
60095 echo cxx-type.at:414 >$at_check_line_file
60101 echo stderr:; cat $at_stderr
60104 77) echo 77 > $at_status_file
60107 *) echo "cxx-type.at:414: exit code was $at_status, expected 0"
60112 echo 1 > $at_status_file
60119 echo "cxx-type.at:414: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o types types.c \$LIBS"
60120 echo cxx-type.at:414 >$at_check_line_file
60126 echo stderr:; cat $at_stderr
60127 echo stdout:; cat $at_stdout
60129 77) echo 77 > $at_status_file
60132 *) echo "cxx-type.at:414: exit code was $at_status, expected 0"
60137 echo 1 > $at_status_file
60166 echo "cxx-type.at:416: \$PREPARSER ./types test-input"
60167 echo cxx-type.at:416 >$at_check_line_file
60173 echo >>$at_stderr; echo "syntax error
60175 echo >>$at_stdout; echo "+(z,q)
60186 77) echo 77 > $at_status_file
60189 *) echo "cxx-type.at:416: exit code was $at_status, expected 0"
60194 echo 1 > $at_status_file
60212 echo "134. cxx-type.at:419: testing ..."
60572 echo "cxx-type.at:420: bison -o types.c types.y"
60573 echo cxx-type.at:420 >$at_check_line_file
60579 echo stderr:; cat $at_stderr
60582 77) echo 77 > $at_status_file
60585 *) echo "cxx-type.at:420: exit code was $at_status, expected 0"
60590 echo 1 > $at_status_file
60597 echo "cxx-type.at:420: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o types types.c \$LIBS"
60598 echo cxx-type.at:420 >$at_check_line_file
60604 echo stderr:; cat $at_stderr
60605 echo stdout:; cat $at_stdout
60607 77) echo 77 > $at_status_file
60610 *) echo "cxx-type.at:420: exit code was $at_status, expected 0"
60615 echo 1 > $at_status_file
60644 echo "cxx-type.at:422: \$PREPARSER ./types test-input"
60645 echo cxx-type.at:422 >$at_check_line_file
60651 echo >>$at_stderr; echo "syntax error
60653 echo >>$at_stdout; echo "3.0-3.5: +(z,q)
60664 77) echo 77 > $at_status_file
60667 *) echo "cxx-type.at:422: exit code was $at_status, expected 0"
60672 echo 1 > $at_status_file
60690 echo "135. cxx-type.at:425: testing ..."
61047 echo "cxx-type.at:427: bison -o types.c types.y"
61048 echo cxx-type.at:427 >$at_check_line_file
61054 echo stderr:; cat $at_stderr
61057 77) echo 77 > $at_status_file
61060 *) echo "cxx-type.at:427: exit code was $at_status, expected 0"
61065 echo 1 > $at_status_file
61072 echo "cxx-type.at:427: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o types types.c \$LIBS"
61073 echo cxx-type.at:427 >$at_check_line_file
61079 echo stderr:; cat $at_stderr
61080 echo stdout:; cat $at_stdout
61082 77) echo 77 > $at_status_file
61085 *) echo "cxx-type.at:427: exit code was $at_status, expected 0"
61090 echo 1 > $at_status_file
61119 echo "cxx-type.at:429: \$PREPARSER ./types test-input"
61120 echo cxx-type.at:429 >$at_check_line_file
61126 echo >>$at_stderr; echo "syntax error
61128 echo >>$at_stdout; echo "+(z,q)
61139 77) echo 77 > $at_status_file
61142 *) echo "cxx-type.at:429: exit code was $at_status, expected 0"
61147 echo 1 > $at_status_file
61165 echo "136. cxx-type.at:432: testing ..."
61525 echo "cxx-type.at:434: bison -o types.c types.y"
61526 echo cxx-type.at:434 >$at_check_line_file
61532 echo stderr:; cat $at_stderr
61535 77) echo 77 > $at_status_file
61538 *) echo "cxx-type.at:434: exit code was $at_status, expected 0"
61543 echo 1 > $at_status_file
61550 echo "cxx-type.at:434: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o types types.c \$LIBS"
61551 echo cxx-type.at:434 >$at_check_line_file
61557 echo stderr:; cat $at_stderr
61558 echo stdout:; cat $at_stdout
61560 77) echo 77 > $at_status_file
61563 *) echo "cxx-type.at:434: exit code was $at_status, expected 0"
61568 echo 1 > $at_status_file
61597 echo "cxx-type.at:436: \$PREPARSER ./types test-input"
61598 echo cxx-type.at:436 >$at_check_line_file
61604 echo >>$at_stderr; echo "syntax error
61606 echo >>$at_stdout; echo "3.0-3.5: +(z,q)
61617 77) echo 77 > $at_status_file
61620 *) echo "cxx-type.at:436: exit code was $at_status, expected 0"
61625 echo 1 > $at_status_file
61643 echo "137. cxx-type.at:439: testing ..."
62005 echo "cxx-type.at:441: bison -o types.c types.y"
62006 echo cxx-type.at:441 >$at_check_line_file
62012 echo stderr:; cat $at_stderr
62015 77) echo 77 > $at_status_file
62018 *) echo "cxx-type.at:441: exit code was $at_status, expected 0"
62023 echo 1 > $at_status_file
62030 echo "cxx-type.at:441: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o types types.c \$LIBS"
62031 echo cxx-type.at:441 >$at_check_line_file
62037 echo stderr:; cat $at_stderr
62038 echo stdout:; cat $at_stdout
62040 77) echo 77 > $at_status_file
62043 *) echo "cxx-type.at:441: exit code was $at_status, expected 0"
62048 echo 1 > $at_status_file
62077 echo "cxx-type.at:443: \$PREPARSER ./types test-input"
62078 echo cxx-type.at:443 >$at_check_line_file
62084 echo >>$at_stderr; echo "syntax error
62086 echo >>$at_stdout; echo "+(z,q)
62097 77) echo 77 > $at_status_file
62100 *) echo "cxx-type.at:443: exit code was $at_status, expected 0"
62105 echo 1 > $at_status_file
62123 echo "138. cxx-type.at:446: testing ..."
62488 echo "cxx-type.at:448: bison -o types.c types.y"
62489 echo cxx-type.at:448 >$at_check_line_file
62495 echo stderr:; cat $at_stderr
62498 77) echo 77 > $at_status_file
62501 *) echo "cxx-type.at:448: exit code was $at_status, expected 0"
62506 echo 1 > $at_status_file
62513 echo "cxx-type.at:448: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o types types.c \$LIBS"
62514 echo cxx-type.at:448 >$at_check_line_file
62520 echo stderr:; cat $at_stderr
62521 echo stdout:; cat $at_stdout
62523 77) echo 77 > $at_status_file
62526 *) echo "cxx-type.at:448: exit code was $at_status, expected 0"
62531 echo 1 > $at_status_file
62560 echo "cxx-type.at:450: \$PREPARSER ./types test-input"
62561 echo cxx-type.at:450 >$at_check_line_file
62567 echo >>$at_stderr; echo "syntax error
62569 echo >>$at_stdout; echo "3.0-3.5: +(z,q)
62580 77) echo 77 > $at_status_file
62583 *) echo "cxx-type.at:450: exit code was $at_status, expected 0"
62588 echo 1 > $at_status_file
62606 echo "139. cxx-type.at:453: testing ..."
62968 echo "cxx-type.at:455: bison -o types.c types.y"
62969 echo cxx-type.at:455 >$at_check_line_file
62975 echo stderr:; cat $at_stderr
62978 77) echo 77 > $at_status_file
62981 *) echo "cxx-type.at:455: exit code was $at_status, expected 0"
62986 echo 1 > $at_status_file
62993 echo "cxx-type.at:455: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o types types.c \$LIBS"
62994 echo cxx-type.at:455 >$at_check_line_file
63000 echo stderr:; cat $at_stderr
63001 echo stdout:; cat $at_stdout
63003 77) echo 77 > $at_status_file
63006 *) echo "cxx-type.at:455: exit code was $at_status, expected 0"
63011 echo 1 > $at_status_file
63040 echo "cxx-type.at:457: \$PREPARSER ./types test-input"
63041 echo cxx-type.at:457 >$at_check_line_file
63047 echo >>$at_stderr; echo "syntax error
63049 echo >>$at_stdout; echo "+(z,q)
63060 77) echo 77 > $at_status_file
63063 *) echo "cxx-type.at:457: exit code was $at_status, expected 0"
63068 echo 1 > $at_status_file
63086 echo "140. cxx-type.at:459: testing ..."
63451 echo "cxx-type.at:461: bison -o types.c types.y"
63452 echo cxx-type.at:461 >$at_check_line_file
63458 echo stderr:; cat $at_stderr
63461 77) echo 77 > $at_status_file
63464 *) echo "cxx-type.at:461: exit code was $at_status, expected 0"
63469 echo 1 > $at_status_file
63476 echo "cxx-type.at:461: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o types types.c \$LIBS"
63477 echo cxx-type.at:461 >$at_check_line_file
63483 echo stderr:; cat $at_stderr
63484 echo stdout:; cat $at_stdout
63486 77) echo 77 > $at_status_file
63489 *) echo "cxx-type.at:461: exit code was $at_status, expected 0"
63494 echo 1 > $at_status_file
63523 echo "cxx-type.at:463: \$PREPARSER ./types test-input"
63524 echo cxx-type.at:463 >$at_check_line_file
63530 echo >>$at_stderr; echo "syntax error
63532 echo >>$at_stdout; echo "3.0-3.5: +(z,q)
63543 77) echo 77 > $at_status_file
63546 *) echo "cxx-type.at:463: exit code was $at_status, expected 0"
63551 echo 1 > $at_status_file
63569 echo "141. cxx-type.at:466: testing ..."
63931 echo "cxx-type.at:468: bison -o types.c types.y"
63932 echo cxx-type.at:468 >$at_check_line_file
63938 echo stderr:; cat $at_stderr
63941 77) echo 77 > $at_status_file
63944 *) echo "cxx-type.at:468: exit code was $at_status, expected 0"
63949 echo 1 > $at_status_file
63956 echo "cxx-type.at:468: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o types types.c \$LIBS"
63957 echo cxx-type.at:468 >$at_check_line_file
63963 echo stderr:; cat $at_stderr
63964 echo stdout:; cat $at_stdout
63966 77) echo 77 > $at_status_file
63969 *) echo "cxx-type.at:468: exit code was $at_status, expected 0"
63974 echo 1 > $at_status_file
64003 echo "cxx-type.at:470: \$PREPARSER ./types test-input"
64004 echo cxx-type.at:470 >$at_check_line_file
64010 echo >>$at_stderr; echo "syntax error, unexpected ID, expecting '=' or '+' or ')'
64012 echo >>$at_stdout; echo "+(z,q)
64023 77) echo 77 > $at_status_file
64026 *) echo "cxx-type.at:470: exit code was $at_status, expected 0"
64031 echo 1 > $at_status_file
64058 echo "142. glr-regression.at:25: testing ..."
64142 echo "glr-regression.at:96: bison -o glr-regr1.c glr-regr1.y"
64143 echo glr-regression.at:96 >$at_check_line_file
64149 echo >>$at_stderr; echo "glr-regr1.y: conflicts: 1 shift/reduce
64153 77) echo 77 > $at_status_file
64156 *) echo "glr-regression.at:96: exit code was $at_status, expected 0"
64161 echo 1 > $at_status_file
64168 echo "glr-regression.at:97: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr1 glr-regr1.c \$LIBS"
64169 echo glr-regression.at:97 >$at_check_line_file
64175 echo stderr:; cat $at_stderr
64176 echo stdout:; cat $at_stdout
64178 77) echo 77 > $at_status_file
64181 *) echo "glr-regression.at:97: exit code was $at_status, expected 0"
64186 echo 1 > $at_status_file
64193 echo "glr-regression.at:108: echo BPBPB | ./glr-regr1"
64194 echo glr-regression.at:108 >$at_check_line_file
64195 ( $at_traceon; echo BPBPB | ./glr-regr1 ) >$at_stdout 2>$at_stder1
64201 echo >>$at_stdout; echo "E -> 'B'
64212 77) echo 77 > $at_status_file
64215 *) echo "glr-regression.at:108: exit code was $at_status, expected 0"
64220 echo 1 > $at_status_file
64239 echo "143. glr-regression.at:116: testing ..."
64348 echo "glr-regression.at:212: bison -o glr-regr2a.c glr-regr2a.y"
64349 echo glr-regression.at:212 >$at_check_line_file
64355 echo >>$at_stderr; echo "glr-regr2a.y: conflicts: 2 shift/reduce
64359 77) echo 77 > $at_status_file
64362 *) echo "glr-regression.at:212: exit code was $at_status, expected 0"
64367 echo 1 > $at_status_file
64374 echo "glr-regression.at:213: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr2a glr-regr2a.c \$LIBS"
64375 echo glr-regression.at:213 >$at_check_line_file
64381 echo stderr:; cat $at_stderr
64382 echo stdout:; cat $at_stdout
64384 77) echo 77 > $at_status_file
64387 *) echo "glr-regression.at:213: exit code was $at_status, expected 0"
64392 echo 1 > $at_status_file
64400 echo "glr-regression.at:217: echo s VARIABLE_1 t v x q | ./glr-regr2a"
64401 echo glr-regression.at:217 >$at_check_line_file
64402 ( $at_traceon; echo s VARIABLE_1 t v x q | ./glr-regr2a ) >$at_stdout 2>$at_stder1
64408 echo >>$at_stdout; echo "Variable: 'VARIABLE_1'
64411 77) echo 77 > $at_status_file
64414 *) echo "glr-regression.at:217: exit code was $at_status, expected 0"
64419 echo 1 > $at_status_file
64426 echo "glr-regression.at:220: echo s VARIABLE_1 , ANOTHER_VARIABLE_2 t e | ./glr-regr2a"
64427 echo glr-regression.at:220 >$at_check_line_file
64428 ( $at_traceon; echo s VARIABLE_1 , ANOTHER_VARIABLE_2 t e | ./glr-regr2a ) >$at_stdout 2>$at_stder1
64434 echo >>$at_stdout; echo "Varlist: 'VARIABLE_1,ANOTHER_VARIABLE_2'
64437 77) echo 77 > $at_status_file
64440 *) echo "glr-regression.at:220: exit code was $at_status, expected 0"
64445 echo 1 > $at_status_file
64452 echo "glr-regression.at:223: echo s VARIABLE_3 t v x | ./glr-regr2a"
64453 echo glr-regression.at:223 >$at_check_line_file
64454 ( $at_traceon; echo s VARIABLE_3 t v x | ./glr-regr2a ) >$at_stdout 2>$at_stder1
64460 echo >>$at_stdout; echo "Variable: 'VARIABLE_3'
64463 77) echo 77 > $at_status_file
64466 *) echo "glr-regression.at:223: exit code was $at_status, expected 0"
64471 echo 1 > $at_status_file
64491 echo "144. glr-regression.at:232: testing ..."
64594 echo "glr-regression.at:322: bison -o glr-regr3.c glr-regr3.y"
64595 echo glr-regression.at:322 >$at_check_line_file
64601 echo >>$at_stderr; echo "glr-regr3.y: conflicts: 1 shift/reduce, 1 reduce/reduce
64605 77) echo 77 > $at_status_file
64608 *) echo "glr-regression.at:322: exit code was $at_status, expected 0"
64613 echo 1 > $at_status_file
64620 echo "glr-regression.at:323: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr3 glr-regr3.c \$LIBS"
64621 echo glr-regression.at:323 >$at_check_line_file
64627 echo stderr:; cat $at_stderr
64628 echo stdout:; cat $at_stdout
64630 77) echo 77 > $at_status_file
64633 *) echo "glr-regression.at:323: exit code was $at_status, expected 0"
64638 echo 1 > $at_status_file
64646 echo "glr-regression.at:327: echo p1 t4 o2 p1 p1 t1 o1 t2 p2 o1 t3 p2 p2 | ./glr-regr3"
64647 echo glr-regression.at:327 >$at_check_line_file
64648 ( $at_traceon; echo p1 t4 o2 p1 p1 t1 o1 t2 p2 o1 t3 p2 p2 | ./glr-regr3 ) >$at_stdout 2>$at_stder1
64654 echo >>$at_stdout; echo "Result: 1c04
64657 77) echo 77 > $at_status_file
64660 *) echo "glr-regression.at:327: exit code was $at_status, expected 0"
64665 echo 1 > $at_status_file
64684 echo "145. glr-regression.at:337: testing ..."
64777 echo "glr-regression.at:417: bison -o glr-regr4.c glr-regr4.y"
64778 echo glr-regression.at:417 >$at_check_line_file
64784 echo >>$at_stderr; echo "glr-regr4.y: conflicts: 1 reduce/reduce
64788 77) echo 77 > $at_status_file
64791 *) echo "glr-regression.at:417: exit code was $at_status, expected 0"
64796 echo 1 > $at_status_file
64803 echo "glr-regression.at:418: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr4 glr-regr4.c \$LIBS"
64804 echo glr-regression.at:418 >$at_check_line_file
64810 echo stderr:; cat $at_stderr
64811 echo stdout:; cat $at_stdout
64813 77) echo 77 > $at_status_file
64816 *) echo "glr-regression.at:418: exit code was $at_status, expected 0"
64821 echo 1 > $at_status_file
64829 echo "glr-regression.at:422: ./glr-regr4"
64830 echo glr-regression.at:422 >$at_check_line_file
64837 echo >>$at_stdout; echo "merge{ S <- merge{ A <- A1 <- 'a' and A <- A2 <- 'a' } and S <- B <- 'a' }
64840 77) echo 77 > $at_status_file
64843 *) echo "glr-regression.at:422: exit code was $at_status, expected 0"
64848 echo 1 > $at_status_file
64867 echo "146. glr-regression.at:432: testing ..."
64935 echo "glr-regression.at:487: bison -o glr-regr5.c glr-regr5.y"
64936 echo glr-regression.at:487 >$at_check_line_file
64942 echo >>$at_stderr; echo "glr-regr5.y: conflicts: 1 reduce/reduce
64946 77) echo 77 > $at_status_file
64949 *) echo "glr-regression.at:487: exit code was $at_status, expected 0"
64954 echo 1 > $at_status_file
64961 echo "glr-regression.at:488: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr5 glr-regr5.c \$LIBS"
64962 echo glr-regression.at:488 >$at_check_line_file
64968 echo stderr:; cat $at_stderr
64969 echo stdout:; cat $at_stdout
64971 77) echo 77 > $at_status_file
64974 *) echo "glr-regression.at:488: exit code was $at_status, expected 0"
64979 echo 1 > $at_status_file
64987 echo "glr-regression.at:492: ./glr-regr5"
64988 echo glr-regression.at:492 >$at_check_line_file
64994 echo >>$at_stderr; echo "syntax is ambiguous
64998 77) echo 77 > $at_status_file
65001 *) echo "glr-regression.at:492: exit code was $at_status, expected 0"
65006 echo 1 > $at_status_file
65025 echo "147. glr-regression.at:502: testing ..."
65085 echo "glr-regression.at:549: bison -o glr-regr6.c glr-regr6.y"
65086 echo glr-regression.at:549 >$at_check_line_file
65092 echo >>$at_stderr; echo "glr-regr6.y: conflicts: 1 reduce/reduce
65096 77) echo 77 > $at_status_file
65099 *) echo "glr-regression.at:549: exit code was $at_status, expected 0"
65104 echo 1 > $at_status_file
65111 echo "glr-regression.at:550: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr6 glr-regr6.c \$LIBS"
65112 echo glr-regression.at:550 >$at_check_line_file
65118 echo stderr:; cat $at_stderr
65119 echo stdout:; cat $at_stdout
65121 77) echo 77 > $at_status_file
65124 *) echo "glr-regression.at:550: exit code was $at_status, expected 0"
65129 echo 1 > $at_status_file
65137 echo "glr-regression.at:556: ./glr-regr6"
65138 echo glr-regression.at:556 >$at_check_line_file
65144 echo >>$at_stderr; echo "syntax is ambiguous
65146 echo >>$at_stdout; echo "Destructor called.
65149 77) echo 77 > $at_status_file
65152 *) echo "glr-regression.at:556: exit code was $at_status, expected 0"
65157 echo 1 > $at_status_file
65176 echo "148. glr-regression.at:566: testing ..."
65250 echo "glr-regression.at:627: bison -o glr-regr7.c glr-regr7.y"
65251 echo glr-regression.at:627 >$at_check_line_file
65257 echo >>$at_stderr; echo "glr-regr7.y: conflicts: 2 reduce/reduce
65261 77) echo 77 > $at_status_file
65264 *) echo "glr-regression.at:627: exit code was $at_status, expected 0"
65269 echo 1 > $at_status_file
65276 echo "glr-regression.at:628: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr7 glr-regr7.c \$LIBS"
65277 echo glr-regression.at:628 >$at_check_line_file
65283 echo stderr:; cat $at_stderr
65284 echo stdout:; cat $at_stdout
65286 77) echo 77 > $at_status_file
65289 *) echo "glr-regression.at:628: exit code was $at_status, expected 0"
65294 echo 1 > $at_status_file
65302 echo "glr-regression.at:632: ./glr-regr7"
65303 echo glr-regression.at:632 >$at_check_line_file
65309 echo >>$at_stderr; echo "memory exhausted
65313 77) echo 77 > $at_status_file
65316 *) echo "glr-regression.at:632: exit code was $at_status, expected 2"
65321 echo 1 > $at_status_file
65340 echo "149. glr-regression.at:644: testing ..."
65432 echo "glr-regression.at:723: bison -o glr-regr8.c glr-regr8.y"
65433 echo glr-regression.at:723 >$at_check_line_file
65439 echo >>$at_stderr; echo "glr-regr8.y: conflicts: 1 reduce/reduce
65443 77) echo 77 > $at_status_file
65446 *) echo "glr-regression.at:723: exit code was $at_status, expected 0"
65451 echo 1 > $at_status_file
65458 echo "glr-regression.at:724: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr8 glr-regr8.c \$LIBS"
65459 echo glr-regression.at:724 >$at_check_line_file
65465 echo stderr:; cat $at_stderr
65466 echo stdout:; cat $at_stdout
65468 77) echo 77 > $at_status_file
65471 *) echo "glr-regression.at:724: exit code was $at_status, expected 0"
65476 echo 1 > $at_status_file
65484 echo "glr-regression.at:730: ./glr-regr8"
65485 echo glr-regression.at:730 >$at_check_line_file
65492 echo >>$at_stdout; echo "empty: 9/9
65496 77) echo 77 > $at_status_file
65499 *) echo "glr-regression.at:730: exit code was $at_status, expected 0"
65504 echo 1 > $at_status_file
65523 echo "150. glr-regression.at:740: testing ..."
65602 echo "glr-regression.at:806: bison -o glr-regr9.c glr-regr9.y"
65603 echo glr-regression.at:806 >$at_check_line_file
65609 echo >>$at_stderr; echo "glr-regr9.y: conflicts: 1 reduce/reduce
65613 77) echo 77 > $at_status_file
65616 *) echo "glr-regression.at:806: exit code was $at_status, expected 0"
65621 echo 1 > $at_status_file
65628 echo "glr-regression.at:807: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr9 glr-regr9.c \$LIBS"
65629 echo glr-regression.at:807 >$at_check_line_file
65635 echo stderr:; cat $at_stderr
65636 echo stdout:; cat $at_stdout
65638 77) echo 77 > $at_status_file
65641 *) echo "glr-regression.at:807: exit code was $at_status, expected 0"
65646 echo 1 > $at_status_file
65654 echo "glr-regression.at:811: ./glr-regr9"
65655 echo glr-regression.at:811 >$at_check_line_file
65661 echo >>$at_stderr; echo "memory exhausted
65665 77) echo 77 > $at_status_file
65668 *) echo "glr-regression.at:811: exit code was $at_status, expected 0"
65673 echo 1 > $at_status_file
65692 echo "151. glr-regression.at:820: testing ..."
65754 echo "glr-regression.at:869: bison -o glr-regr10.c glr-regr10.y"
65755 echo glr-regression.at:869 >$at_check_line_file
65761 echo >>$at_stderr; echo "glr-regr10.y: conflicts: 1 reduce/reduce
65765 77) echo 77 > $at_status_file
65768 *) echo "glr-regression.at:869: exit code was $at_status, expected 0"
65773 echo 1 > $at_status_file
65780 echo "glr-regression.at:870: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr10 glr-regr10.c \$LIBS"
65781 echo glr-regression.at:870 >$at_check_line_file
65787 echo stderr:; cat $at_stderr
65788 echo stdout:; cat $at_stdout
65790 77) echo 77 > $at_status_file
65793 *) echo "glr-regression.at:870: exit code was $at_status, expected 0"
65798 echo 1 > $at_status_file
65806 echo "glr-regression.at:872: ./glr-regr10"
65807 echo glr-regression.at:872 >$at_check_line_file
65816 77) echo 77 > $at_status_file
65819 *) echo "glr-regression.at:872: exit code was $at_status, expected 0"
65824 echo 1 > $at_status_file
65843 echo "152. glr-regression.at:881: testing ..."
65910 echo "glr-regression.at:935: bison -o glr-regr11.c glr-regr11.y"
65911 echo glr-regression.at:935 >$at_check_line_file
65917 echo >>$at_stderr; echo "glr-regr11.y: conflicts: 1 reduce/reduce
65921 77) echo 77 > $at_status_file
65924 *) echo "glr-regression.at:935: exit code was $at_status, expected 0"
65929 echo 1 > $at_status_file
65936 echo "glr-regression.at:936: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr11 glr-regr11.c \$LIBS"
65937 echo glr-regression.at:936 >$at_check_line_file
65943 echo stderr:; cat $at_stderr
65944 echo stdout:; cat $at_stdout
65946 77) echo 77 > $at_status_file
65949 *) echo "glr-regression.at:936: exit code was $at_status, expected 0"
65954 echo 1 > $at_status_file
65962 echo "glr-regression.at:938: ./glr-regr11"
65963 echo glr-regression.at:938 >$at_check_line_file
65972 77) echo 77 > $at_status_file
65975 *) echo "glr-regression.at:938: exit code was $at_status, expected 0"
65980 echo 1 > $at_status_file
65999 echo "153. glr-regression.at:947: testing ..."
66129 echo "glr-regression.at:1064: bison -o glr-regr12.c glr-regr12.y"
66130 echo glr-regression.at:1064 >$at_check_line_file
66136 echo >>$at_stderr; echo "glr-regr12.y: conflicts: 1 shift/reduce, 1 reduce/reduce
66140 77) echo 77 > $at_status_file
66143 *) echo "glr-regression.at:1064: exit code was $at_status, expected 0"
66148 echo 1 > $at_status_file
66155 echo "glr-regression.at:1065: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr12 glr-regr12.c \$LIBS"
66156 echo glr-regression.at:1065 >$at_check_line_file
66162 echo stderr:; cat $at_stderr
66163 echo stdout:; cat $at_stdout
66165 77) echo 77 > $at_status_file
66168 *) echo "glr-regression.at:1065: exit code was $at_status, expected 0"
66173 echo 1 > $at_status_file
66181 echo "glr-regression.at:1067: ./glr-regr12"
66182 echo glr-regression.at:1067 >$at_check_line_file
66191 77) echo 77 > $at_status_file
66194 *) echo "glr-regression.at:1067: exit code was $at_status, expected 0"
66199 echo 1 > $at_status_file
66218 echo "154. glr-regression.at:1078: testing ..."
66344 echo "glr-regression.at:1189: bison -o glr-regr13.c glr-regr13.y"
66345 echo glr-regression.at:1189 >$at_check_line_file
66354 77) echo 77 > $at_status_file
66357 *) echo "glr-regression.at:1189: exit code was $at_status, expected 0"
66362 echo 1 > $at_status_file
66369 echo "glr-regression.at:1190: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr13 glr-regr13.c \$LIBS"
66370 echo glr-regression.at:1190 >$at_check_line_file
66376 echo stderr:; cat $at_stderr
66377 echo stdout:; cat $at_stdout
66379 77) echo 77 > $at_status_file
66382 *) echo "glr-regression.at:1190: exit code was $at_status, expected 0"
66387 echo 1 > $at_status_file
66395 echo "glr-regression.at:1203: ./glr-regr13"
66396 echo glr-regression.at:1203 >$at_check_line_file
66403 echo >>$at_stdout; echo "defstate_init <- empty string:
66415 77) echo 77 > $at_status_file
66418 *) echo "glr-regression.at:1203: exit code was $at_status, expected 0"
66423 echo 1 > $at_status_file
66442 echo "155. glr-regression.at:1212: testing ..."
66647 echo "glr-regression.at:1404: bison -o glr-regr14.c glr-regr14.y"
66648 echo glr-regression.at:1404 >$at_check_line_file
66654 echo >>$at_stderr; echo "glr-regr14.y: conflicts: 3 reduce/reduce
66658 77) echo 77 > $at_status_file
66661 *) echo "glr-regression.at:1404: exit code was $at_status, expected 0"
66666 echo 1 > $at_status_file
66673 echo "glr-regression.at:1405: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr14 glr-regr14.c \$LIBS"
66674 echo glr-regression.at:1405 >$at_check_line_file
66680 echo stderr:; cat $at_stderr
66681 echo stdout:; cat $at_stdout
66683 77) echo 77 > $at_status_file
66686 *) echo "glr-regression.at:1405: exit code was $at_status, expected 0"
66691 echo 1 > $at_status_file
66699 echo "glr-regression.at:1420: ./glr-regr14"
66700 echo glr-regression.at:1420 >$at_check_line_file
66707 echo >>$at_stdout; echo "conflict <- empty string:
66721 77) echo 77 > $at_status_file
66724 *) echo "glr-regression.at:1420: exit code was $at_status, expected 0"
66729 echo 1 > $at_status_file
66748 echo "156. glr-regression.at:1429: testing ..."
66837 echo "glr-regression.at:1505: bison -o glr-regr15.c glr-regr15.y"
66838 echo glr-regression.at:1505 >$at_check_line_file
66844 echo >>$at_stderr; echo "glr-regr15.y: conflicts: 2 reduce/reduce
66848 77) echo 77 > $at_status_file
66851 *) echo "glr-regression.at:1505: exit code was $at_status, expected 0"
66856 echo 1 > $at_status_file
66863 echo "glr-regression.at:1506: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr15 glr-regr15.c \$LIBS"
66864 echo glr-regression.at:1506 >$at_check_line_file
66870 echo stderr:; cat $at_stderr
66871 echo stdout:; cat $at_stdout
66873 77) echo 77 > $at_status_file
66876 *) echo "glr-regression.at:1506: exit code was $at_status, expected 0"
66881 echo 1 > $at_status_file
66889 echo "glr-regression.at:1510: ./glr-regr15"
66890 echo glr-regression.at:1510 >$at_check_line_file
66896 echo >>$at_stderr; echo "syntax is ambiguous
66900 77) echo 77 > $at_status_file
66903 *) echo "glr-regression.at:1510: exit code was $at_status, expected 0"
66908 echo 1 > $at_status_file
66927 echo "157. glr-regression.at:1519: testing ..."
66992 echo "glr-regression.at:1571: bison -o glr-regr16.c glr-regr16.y"
66993 echo glr-regression.at:1571 >$at_check_line_file
66999 echo >>$at_stderr; echo "glr-regr16.y: conflicts: 1 reduce/reduce
67003 77) echo 77 > $at_status_file
67006 *) echo "glr-regression.at:1571: exit code was $at_status, expected 0"
67011 echo 1 > $at_status_file
67018 echo "glr-regression.at:1572: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr16 glr-regr16.c \$LIBS"
67019 echo glr-regression.at:1572 >$at_check_line_file
67025 echo stderr:; cat $at_stderr
67026 echo stdout:; cat $at_stdout
67028 77) echo 77 > $at_status_file
67031 *) echo "glr-regression.at:1572: exit code was $at_status, expected 0"
67036 echo 1 > $at_status_file
67044 echo "glr-regression.at:1576: ./glr-regr16"
67045 echo glr-regression.at:1576 >$at_check_line_file
67051 echo >>$at_stderr; echo "syntax error
67055 77) echo 77 > $at_status_file
67058 *) echo "glr-regression.at:1576: exit code was $at_status, expected 0"
67063 echo 1 > $at_status_file
67082 echo "158. glr-regression.at:1585: testing ..."
67166 echo "glr-regression.at:1656: bison -o glr-regr17.c glr-regr17.y"
67167 echo glr-regression.at:1656 >$at_check_line_file
67173 echo >>$at_stderr; echo "glr-regr17.y: conflicts: 3 reduce/reduce
67177 77) echo 77 > $at_status_file
67180 *) echo "glr-regression.at:1656: exit code was $at_status, expected 0"
67185 echo 1 > $at_status_file
67192 echo "glr-regression.at:1657: \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS -o glr-regr17 glr-regr17.c \$LIBS"
67193 echo glr-regression.at:1657 >$at_check_line_file
67199 echo stderr:; cat $at_stderr
67200 echo stdout:; cat $at_stdout
67202 77) echo 77 > $at_status_file
67205 *) echo "glr-regression.at:1657: exit code was $at_status, expected 0"
67210 echo 1 > $at_status_file
67218 echo "glr-regression.at:1661: ./glr-regr17"
67219 echo glr-regression.at:1661 >$at_check_line_file
67225 echo >>$at_stderr; echo "Error at 1.1-2.3: syntax is ambiguous.
67229 77) echo 77 > $at_status_file
67232 *) echo "glr-regression.at:1661: exit code was $at_status, expected 0"
67237 echo 1 > $at_status_file
67252 echo "$as_me: no such test group: $at_group" >&2
67270 echo "$at_setup_line" >$at_check_line_file
67274 echo $ECHO_N "$at_group. $at_setup_line: $ECHO_C" >> $at_group_log
67302 echo $at_msg
67314 echo "$at_log_msg" >> $at_group_log
67315 echo "$at_log_msg" >&5
67324 echo "$at_log_msg" >> $at_group_log
67329 echo "#! /bin/sh"
67330 echo 'test "${ZSH_VERSION+set}" = set && alias -g '\''${1+"$@"}'\''='\''"$@"'\'''
67331 echo "cd $at_dir"
67332 echo 'exec ${CONFIG_SHELL-'"$SHELL"'}' "$0" \
67334 echo 'exit 1'
67350 echo "$as_me: ending at: $at_stop_date" >&5
67358 echo "$as_me: test suite duration: $at_duration" >&5
67362 at_skip_count=`set dummy $at_skip_list; shift; echo $#`
67363 at_fail_count=`set dummy $at_fail_list; shift; echo $#`
67364 at_xpass_count=`set dummy $at_xpass_list; shift; echo $#`
67365 at_xfail_count=`set dummy $at_xfail_list; shift; echo $#`
67371 echo
67377 echo
67379 echo
67385 echo
67453 echo "$at_result"
67454 echo "$at_result" >&5
67456 echo "ERROR: $at_result" >&2
67457 echo "ERROR: $at_result" >&5
67459 echo
67468 echo "Failed tests:"
67470 echo
67473 echo "Skipped tests:"
67475 echo
67478 echo "Unexpected passes:"
67480 echo
67488 echo
67497 echo
67499 echo
67506 echo
67514 echo
67515 echo "Please send \`$as_me.log' and all information you think might help:"
67516 echo
67517 echo " To: <bug-bison@gnu.org>"
67518 echo " Subject: [GNU Bison 2.3] $as_me:$at_fail_list${at_fail_list:+ failed${at_xpass_list:+,}}$at_xpass_list${at_xpass_list:+ passed unexpectedly}"
67519 echo
67521 echo
67522 echo 'You may investigate any problem if you feel able to do so, in which'
67523 echo 'case the test suite provides a good starting point.'
67524 echo