Making check in visamb
Makefile:866: no file name for include' Making check in data make[4]: Nothing to be done forcheck’.
Makefile:866: no file name for include' make check-TESTS Makefile:866: no file name forinclude’
(
prog=./Vis-amb ;
input=data/input.test.tree ;
if [ “a${input}” != “a” ]; then input=“-i ./${input}”; fi ;
output=data/input.test.tree.out ;
correct=./data/input.test.tree.out.correct ;
switches="" ;
echo set -e ;
echo ${prog} ${switches} ${input} -o ${output};
echo diff ${output} ${correct} ;
echo rm ${output} ;
) >visamb1_check &&
chmod +x visamb1_check
(
prog=./Vis-amb ;
input=data/input.exp.tree ;
if [ “a${input}” != “a” ]; then input=“-i ./${input}”; fi ;
output=data/input.exp.tree.out ;
correct=./data/input.exp.tree.out.correct ;
switches="" ;
echo set -e ;
echo ${prog} ${switches} ${input} -o ${output};
echo diff ${output} ${correct} ;
echo rm ${output} ;
) >visamb2_check &&
chmod +x visamb2_check
1c1
< parsetree([],“6”)

> parsetree([root(amb-abbr(“h H5 H6 H7”,[N(cf(sort(“H”)),[N(cf(sort(“H”)),[N(lit(“h”),[]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“H”)),[lexical(“H5”)])]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“H”)),[N(cf(sort(“H”)),[lexical(“H6”)]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“H”)),[lexical(“H7”)])])]),N(cf(sort(“H”)),[N(cf(sort(“H”)),[N(lit(“h”),[]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“H”)),[N(cf(sort(“H”)),[lexical(“H5”)]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“H”)),[lexical(“H6”)])])]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“H”)),[lexical(“H7”)])])])),root(amb-abbr(“H4 h H5 H6”,[N(cf(sort(“H”)),[N(cf(sort(“H”)),[lexical(“H4”)]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“H”)),[N(lit(“h”),[]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“H”)),[N(cf(sort(“H”)),[lexical(“H5”)]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“H”)),[lexical(“H6”)])])])]),N(cf(sort(“H”)),[N(cf(sort(“H”)),[lexical(“H4”)]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“H”)),[N(cf(sort(“H”)),[N(lit(“h”),[]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“H”)),[lexical(“H5”)])]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“H”)),[lexical(“H6”)])])])]))],“6”)
FAIL: visamb1_check
1c1
< parsetree([],“1”)

> parsetree([root(amb-abbr(“id id id”,[N(cf(sort(“Exp”)),[N(cf(sort(“Exp”)),[N(lit(“id”),[])]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“Exp”)),[N(cf(sort(“Exp”)),[N(lit(“id”),[])]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“Exp”)),[N(lit(“id”),[])])])]),N(cf(sort(“Exp”)),[N(cf(sort(“Exp”)),[N(cf(sort(“Exp”)),[N(lit(“id”),[])]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“Exp”)),[N(lit(“id”),[])])]),N(cf(opt(layout)),[N(cf(layout),[lexical(" ")])]),N(cf(sort(“Exp”)),[N(lit(“id”),[])])])]))],“1”)
FAIL: visamb2_check
=======================================
2 of 2 tests failed
Please report to stratego-bugs@cs.uu.nl
=======================================
make[5]: *** [check-TESTS] Error 1
make[4]: *** [check-am] Error 2
make[3]: *** [check-recursive] Error 1
make[2]: *** [check-recursive] Error 1
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1

Submitted on 10 May 2004 at 18:59

On 10 May 2004 at 19:38 Jira commented:

STR-84, martin:
Ok, this shows that we need to have Mac OS X in our buildfarm …


On 31 May 2004 at 20:37 Jira commented:

STR-84, martin:
Ok, I’m testing the latest sources now we have ssh access to an MacOS X 10.3 machine.

uname -a: quarterpounder.labs.cs.uu.nl 7.3.0 Darwin Kernel Version 7.3.0: Fri Mar 5 14:22:55 PST 2004; root:xnu/xnu-517.3.15.obj~4/RELEASE_PPC Power Macintosh powerpc

I’ve just build ATerm 2.1 and SDF2 Bundle 2.1 succesfully at MacOS X Darwin. make, make check, make installcheck, and make install are ok. Next is StrategoXT …


On 10 July 2004 at 09:15 Jira commented:

STR-84, martin:
Solved, well, this part of the check. Other problems will be added as separate issues.

Log in to post comments