Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel/Tests
In directory
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31571/src/modules/kernel/Tests
Modified Files:
time01.stable.out
Log Message:
The output of the instructions is cleaned up.
Amongst others, the properties of instructions are also displayed.
U = types not yet resolved
P = polymorphic instruction
G = subject to garbage control
R = subject to recycler control
J = jump towards other statement
A few tests are not handled yet.
Index: time01.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/Tests/time01.stable.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- time01.stable.out 27 May 2007 15:15:46 -0000 1.1
+++ time01.stable.out 15 Mar 2008 19:36:43 -0000 1.2
@@ -7,10 +7,10 @@
-# MonetDB Server v5.0.0_beta2_1
-# Copyright (c) 1993-2007 CWI, all rights reserved
-# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked
-# dbname:mTests_src_modules_kernel
+# MonetDB server v5.5.0, based on kernel v1.23.0
+# Serving database 'mTests_src_modules_kernel'
+# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically
linked
+# Copyright (c) 1993-2008 CWI, all rights reserved
# Visit http://monetdb.cwi.nl/ for further information
#
#x0 := mtime.daytime("10:00:00");
@@ -34,23 +34,23 @@
#c := batcalc.==(b2, b1);
#io.print(c);
#
-function user.main():void; # 0 (main:void)
- x0 := mtime.daytime("10:00:00"); # 1 MTIMEdaytime_fromstr
(x0:daytime)<-(_2:str)
- x1 := mtime.daytime("10:00:20"); # 2 MTIMEdaytime_fromstr
(x1:daytime)<-(_4:str)
- x2 := mtime.daytime("10:00:50"); # 3 MTIMEdaytime_fromstr
(x2:daytime)<-(_6:str)
- b0 := bat.new(:oid,:daytime); # 4 CMDBATnew
(b0:bat[:oid,:daytime])<-(_8:oid)(_9:daytime)
- bat.insert(b0,[EMAIL PROTECTED]:oid,x0); # 5 BKCinsert_bun
(_10:void)<-(b0:bat[:oid,:daytime])(_11:oid)(x0:daytime)
- bat.insert(b0,[EMAIL PROTECTED]:oid,x1); # 6 BKCinsert_bun
(_12:void)<-(b0:bat[:oid,:daytime])(_13:oid)(x1:daytime)
- bat.insert(b0,[EMAIL PROTECTED]:oid,x2); # 7 BKCinsert_bun
(_14:void)<-(b0:bat[:oid,:daytime])(_15:oid)(x2:daytime)
- b2 := algebra.sort(b0); # 8 ALGhsort
(b2:bat[:oid,:daytime])<-(b0:bat[:oid,:daytime])
- b1 := bat.new(:oid,:daytime); # 9 CMDBATnew
(b1:bat[:oid,:daytime])<-(_8:oid)(_9:daytime)
- bat.append(b1,x0); # 10 BKCappend_val_wrap
(_18:void)<-(b1:bat[:oid,:daytime])(x0:daytime)
- bat.append(b1,x1); # 11 BKCappend_val_wrap
(_19:void)<-(b1:bat[:oid,:daytime])(x1:daytime)
- bat.append(b1,x2); # 12 BKCappend_val_wrap
(_20:void)<-(b1:bat[:oid,:daytime])(x2:daytime)
- io.print(b2); # 13 IOprint_val (_21:void)<-(b2:bat[:oid,:daytime])
- io.print(b1); # 14 IOprint_val (_22:void)<-(b1:bat[:oid,:daytime])
- c := batcalc.==(b2,b1); # 15 MTIMEdaytimebat_EQ
(c:bat[:oid,:bit])<-(b2:bat[:oid,:daytime])(b1:bat[:oid,:daytime])
- io.print(c); # 16 IOprint_val (_24:void)<-(c:bat[:oid,:bit])
+function user.main():void; # 0 main:void {G}
+ x0 := mtime.daytime("10:00:00"); # 1 x0:daytime :=
MTIMEdaytime_fromstr(_2:str)
+ x1 := mtime.daytime("10:00:20"); # 2 x1:daytime :=
MTIMEdaytime_fromstr(_4:str)
+ x2 := mtime.daytime("10:00:50"); # 3 x2:daytime :=
MTIMEdaytime_fromstr(_6:str)
+ b0 := bat.new(:oid,:daytime); # 4 b0:bat[:oid,:daytime] :=
CMDBATnew(_8:oid, _9:daytime) {G}
+ bat.insert(b0,[EMAIL PROTECTED]:oid,x0); # 5 _10:void :=
BKCinsert_bun(b0:bat[:oid,:daytime], _11:oid, x0:daytime)
+ bat.insert(b0,[EMAIL PROTECTED]:oid,x1); # 6 _12:void :=
BKCinsert_bun(b0:bat[:oid,:daytime], _13:oid, x1:daytime)
+ bat.insert(b0,[EMAIL PROTECTED]:oid,x2); # 7 _14:void :=
BKCinsert_bun(b0:bat[:oid,:daytime], _15:oid, x2:daytime)
+ b2 := algebra.sort(b0); # 8 b2:bat[:oid,:daytime] :=
ALGhsort(b0:bat[:oid,:daytime]) {G}
+ b1 := bat.new(:oid,:daytime); # 9 b1:bat[:oid,:daytime] :=
CMDBATnew(_8:oid, _9:daytime) {G}
+ bat.append(b1,x0); # 10 _18:void :=
BKCappend_val_wrap(b1:bat[:oid,:daytime], x0:daytime)
+ bat.append(b1,x1); # 11 _19:void :=
BKCappend_val_wrap(b1:bat[:oid,:daytime], x1:daytime)
+ bat.append(b1,x2); # 12 _20:void :=
BKCappend_val_wrap(b1:bat[:oid,:daytime], x2:daytime)
+ io.print(b2); # 13 _21:void :=
IOprint_val(b2:bat[:oid,:daytime])
+ io.print(b1); # 14 _22:void :=
IOprint_val(b1:bat[:oid,:daytime])
+ c := batcalc.==(b2,b1); # 15 c:bat[:oid,:bit] :=
MTIMEdaytimebat_EQ(b2:bat[:oid,:daytime], b1:bat[:oid,:daytime]) {G}
+ io.print(c); # 16 _24:void :=
IOprint_val(c:bat[:oid,:bit])
end main; # 17
#-------------------------#
# h t # name
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins