Changeset: 54c840571c55 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=54c840571c55
Modified Files:
        monetdb5/mal/Tests/tst819.mal
        monetdb5/mal/Tests/tst819.stable.err
        monetdb5/mal/Tests/tst819.stable.out
Branch: default
Log Message:

A minor identifier length test.


diffs (90 lines):

diff --git a/monetdb5/mal/Tests/tst819.mal b/monetdb5/mal/Tests/tst819.mal
new file mode 100644
--- /dev/null
+++ b/monetdb5/mal/Tests/tst819.mal
@@ -0,0 +1,9 @@
+#extra long signature
+function extralongfunctionsignature(p1:bat[:oid,:sht], 
p2:bat[:oid,:sht]):bat[:oid,:sht];
+ b:= bat.new(:oid,:sht);
+return extralongfunctionsignature:= b;
+end extralongfunctionsignature;
+
+p1:= bat.new(:oid,:sht);
+p2:= bat.new(:oid,:sht);
+z:= extralongfunctionsignature(p1,p2);
diff --git a/monetdb5/mal/Tests/tst819.stable.err 
b/monetdb5/mal/Tests/tst819.stable.err
new file mode 100644
--- /dev/null
+++ b/monetdb5/mal/Tests/tst819.stable.err
@@ -0,0 +1,33 @@
+stderr of test 'tst819` in directory 'mal` itself:
+
+
+# 21:21:41 >  
+# 21:21:41 >   mserver5  --debug=10 --set gdk_nr_threads=0  --set 
"gdk_dbfarm=/ufs/mk/current//Linux/var/MonetDB" --set mapi_open=true --set 
mapi_port=39275 --set monet_prompt= --trace --forcemito --set mal_listing=2  
--dbname=mTests_mal  tst819.mal
+# 21:21:41 >  
+
+# builtin opt  gdk_dbname = demo
+# builtin opt  gdk_dbfarm = /ufs/mk/current//Linux/var/monetdb5/dbfarm
+# builtin opt  gdk_debug = 0
+# builtin opt  gdk_alloc_map = no
+# builtin opt  gdk_vmtrim = yes
+# builtin opt  monet_prompt = >
+# builtin opt  monet_daemon = no
+# builtin opt  mapi_port = 50000
+# builtin opt  mapi_open = false
+# builtin opt  mapi_autosense = false
+# builtin opt  default_pipe = 
inline,remap,evaluate,costModel,coercions,emptySet,aliases,mitosis,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,dataflow,history,multiplex,garbageCollector
+# builtin opt  minimal_pipe = inline,remap,deadcode,multiplex,garbageCollector
+# builtin opt  sql_optimizer = default_pipe
+# builtin opt  sql_debug = 0
+# cmdline opt  gdk_nr_threads = 0
+# cmdline opt  gdk_dbfarm = /ufs/mk/current//Linux/var/MonetDB
+# cmdline opt  mapi_open = true
+# cmdline opt  mapi_port = 39275
+# cmdline opt  monet_prompt = 
+# cmdline opt  mal_listing = 2
+# cmdline opt  gdk_dbname = mTests_mal
+
+# 21:21:41 >  
+# 21:21:41 >  Done.
+# 21:21:41 >  
+
diff --git a/monetdb5/mal/Tests/tst819.stable.out 
b/monetdb5/mal/Tests/tst819.stable.out
new file mode 100644
--- /dev/null
+++ b/monetdb5/mal/Tests/tst819.stable.out
@@ -0,0 +1,33 @@
+stdout of test 'tst819` in directory 'mal` itself:
+
+
+# 21:21:41 >  
+# 21:21:41 >   mserver5  --debug=10 --set gdk_nr_threads=0  --set 
"gdk_dbfarm=/ufs/mk/current//Linux/var/MonetDB" --set mapi_open=true --set 
mapi_port=39275 --set monet_prompt= --trace --forcemito --set mal_listing=2  
--dbname=mTests_mal  tst819.mal
+# 21:21:41 >  
+
+# MonetDB 5 server v11.4.0
+# This is an unreleased version
+# Serving database 'mTests_mal', using 4 threads
+# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically 
linked
+# Found 7.749 GiB available main-memory.
+# Copyright (c) 1993-July 2008 CWI.
+# Copyright (c) August 2008-2011 MonetDB B.V., all rights reserved
+# Visit http://monetdb.cwi.nl/ for further information
+# Listening for connection requests on mapi:monetdb://eir.ins.cwi.nl:39275/
+# MonetDB/SQL module loaded
+# MonetDB/GIS module loaded
+function 
user.extralongfunctionsignature(p1:bat[:oid,:sht],p2:bat[:oid,:sht]):bat[:oid,:sht];
+    b := bat.new(:oid,:sht);
+    return extralongfunctionsignature := b;
+end extralongfunctionsignature;
+function user.main():void;
+#extra long signature 
+    p1 := bat.new(:oid,:sht);
+    p2 := bat.new(:oid,:sht);
+    z := user.extralongfunctionsignature(p1,p2);
+end main;
+
+# 21:21:41 >  
+# 21:21:41 >  Done.
+# 21:21:41 >  
+
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to