Changeset: 7a08747cea00 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7a08747cea00 Modified Files: clients/Tests/exports.stable.out monetdb5/mal/Tests/tst044.stable.out monetdb5/mal/Tests/tst804.stable.out Branch: default Log Message:
Approve output. diffs (56 lines): diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out --- a/clients/Tests/exports.stable.out +++ b/clients/Tests/exports.stable.out @@ -2277,6 +2277,7 @@ int hasSameSignature(MalBlkPtr mb, Instr int hasSideEffects(InstrPtr p, int strict); str hashRef; int headProp; +str hgeRef; int hlbProp; int horiginProp; int hubProp; diff --git a/monetdb5/mal/Tests/tst044.stable.out b/monetdb5/mal/Tests/tst044.stable.out --- a/monetdb5/mal/Tests/tst044.stable.out +++ b/monetdb5/mal/Tests/tst044.stable.out @@ -34,23 +34,23 @@ function user.main():void; io.print(a); a := 0.3415:flt; io.print(a); - b := 3.1449999809265137:dbl; + b := 3.145:dbl; io.print(b); b := -3.145:dbl; io.print(b); - b := 3.450000047683716:dbl; + b := 3.45:dbl; io.print(b); - b := 0.34150001406669617:dbl; + b := 0.3415:dbl; io.print(b); end user.main; [ 3.145 ] [ -3.145 ] [ 3.45 ] [ 0.3415 ] -[ 3.1449999809265137 ] +[ 3.145 ] [ -3.145 ] -[ 3.450000047683716 ] -[ 0.34150001406669617 ] +[ 3.45 ] +[ 0.3415 ] # 16:38:20 > # 16:38:20 > Done. diff --git a/monetdb5/mal/Tests/tst804.stable.out b/monetdb5/mal/Tests/tst804.stable.out --- a/monetdb5/mal/Tests/tst804.stable.out +++ b/monetdb5/mal/Tests/tst804.stable.out @@ -13,7 +13,7 @@ stdout of test 'tst804` in directory 'mo ## test definiton of a function in a unknown module #function wrong.message():void; !SyntaxException:parseError:function wrong.message():void; -!SyntaxException:parseError: ^<module> name not defined + !SyntaxException:parseError: io.print("shouldn't come here"); !SyntaxException:parseError:^';' expected !SyntaxException:parseError:end message; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list