Changeset: a06f072870a1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a06f072870a1 Modified Files: monetdb5/mal/Tests/tst275.malC monetdb5/mal/Tests/tst275.stable.out Branch: mtest Log Message:
also fix old test diffs (69 lines): diff --git a/monetdb5/mal/Tests/tst275.malC b/monetdb5/mal/Tests/tst275.malC --- a/monetdb5/mal/Tests/tst275.malC +++ b/monetdb5/mal/Tests/tst275.malC @@ -4,10 +4,7 @@ #it includes insertions,deletions,selections, and joins. b:= bat.new(:int); -io.printf("#~BeginVariableOutput~#\n"); -(bk,bv):= bat.info(b); -io.print(bk,bv); -io.printf("#~EndVariableOutput~#\n"); +(bk,bv):= bat.info(b) profiler.start(); err := bat.append(b,15); diff --git a/monetdb5/mal/Tests/tst275.stable.out b/monetdb5/mal/Tests/tst275.stable.out --- a/monetdb5/mal/Tests/tst275.stable.out +++ b/monetdb5/mal/Tests/tst275.stable.out @@ -28,50 +28,6 @@ stdout of test 'tst275` in directory 'mo # 13:20:46 > "mclient" "-lmal" "-ftest" "-Eutf-8" "--host=/var/tmp/mtest-18020" "--port=37961" # 13:20:46 > -#~BeginVariableOutput~# -#--------------------------# -# t t t # name -# void str str # type -#--------------------------# -[ 0@0, "batId", "tmp_1004" ] -[ 1@0, "batCacheid", "516" ] -[ 2@0, "tparentid", "0" ] -[ 3@0, "batSharecnt", "0" ] -[ 4@0, "batCount", "0" ] -[ 5@0, "batCapacity", "256" ] -[ 6@0, "head", "void" ] -[ 7@0, "tail", "int" ] -[ 8@0, "batPersistence", "transient" ] -[ 9@0, "batRestricted", "updatable" ] -[ 10@0, "batRefcnt", "1" ] -[ 11@0, "batLRefcnt", "1" ] -[ 12@0, "batDirty", "dirty" ] -[ 13@0, "hseqbase", "0@0" ] -[ 14@0, "tident", "t" ] -[ 15@0, "tdense", "0" ] -[ 16@0, "tseqbase", nil ] -[ 17@0, "tsorted", "1" ] -[ 18@0, "trevsorted", "1" ] -[ 19@0, "tkey", "1" ] -[ 20@0, "tvarsized", "0" ] -[ 21@0, "tnosorted", "0" ] -[ 22@0, "tnorevsorted", "0" ] -[ 23@0, "tnokey[0]", "0" ] -[ 24@0, "tnokey[1]", "0" ] -[ 25@0, "tnonil", "1" ] -[ 26@0, "tnil", "0" ] -[ 27@0, "batInserted", "0" ] -[ 28@0, "ttop", "0" ] -[ 29@0, "batCopiedtodisk", "0" ] -[ 30@0, "batDirtydesc", "dirty" ] -[ 31@0, "theap.dirty", "clean" ] -[ 32@0, "tail.free", "0" ] -[ 33@0, "0", "1024" ] -[ 34@0, "1024", "malloced" ] -[ 35@0, "1024", "malloced" ] -[ 36@0, "1024", "10/1004.tail" ] -[ 37@0, "tvheap->dirty", "clean" ] -#~EndVariableOutput~# #--------------------------# # h t # name # void int # type _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list