[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:55:38 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit 34fd2f0bb8d734f45a70ba4ede73fd842d0b5dbc
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date:   Wed Apr 11 17:16:32 2012 +0200

    add: tests for alias handling

diff --git a/Tst/Short/alias.res.gz.uu b/Tst/Short/alias.res.gz.uu
new file mode 100644
index 0000000..84a5bb3
--- /dev/null
+++ b/Tst/Short/alias.res.gz.uu
@@ -0,0 +1,14 @@
+begin 640 alias.res.gz
+M'XL(""2 at A4\``V%L:6%S+G)E<P#M4\MNPC`0O.<K5E4/21N9V.%5(G)`O2!5
+MO=`;JE`H`1E9`=EN2XOX]ZX=<'P(53^@.22V=W9V=C.>O3Q.GP&`YO`TG<"-
+M5IH(OKS)@MDYPG+`PP6ON`ZC+#!?R',H!"\4J<I/HG2A'3K-P:V[!/9R]V9>
+MRS*T"2"XTE#(C8H<K$?@Z#9]8J--^2$!_;4O=^O09KD`30CP2 at .',2C^7=KP
+MG+YZ"$;@Y#:>,(K")*\V(#$WB>$0PVK?I/5RX*NR$);ZT)SW\UJ]P&.S"'D,
+MS"LW\"H,R;EK at 0!4-0JPE04NQH=@SNHM"PR+2WEHTEGB3X[YH^,1'(%G<')U
+M&?42L64+JU`C;2#8_)FJ\O10%^]Z%#V_=GJN;2==ES;\'X5$+_ at B^A[#H/XS
+MVS%KXL/\0KA%!2SH='"\+0]J@]I;!K)MA20(,04L2W458H3&UALC;!6A\BKT
+MSMC!0.PC_D3)'+Z]$:O2^BB<3:(8*&S*JI2%WLD0W8_)YEJ9R_.N%FLN2B]/
+M:>O/]CO&/*>D";G,E=X;,Z:_3]:,+?V?[)7)IMY52O$J-30AC;+;X`<31!RO
+$+04`````
+`
+end
diff --git a/Tst/Short/alias.stat b/Tst/Short/alias.stat
new file mode 100644
index 0000000..af1b019
--- /dev/null
+++ b/Tst/Short/alias.stat
@@ -0,0 +1,4 @@
+1 >> tst_memory_0 :: 1334157348:3143- 14004 :3-1-4:ix86-Linux:mamawutz:182164
+1 >> tst_memory_1 :: 1334157348:3143- 14004 :3-1-4:ix86-Linux:mamawutz:2239244
+1 >> tst_memory_2 :: 1334157348:3143- 14004 :3-1-4:ix86-Linux:mamawutz:2272028
+1 >> tst_timer_1 :: 1334157348:3143- 14004 :3-1-4:ix86-Linux:mamawutz:9
diff --git a/Tst/Short/alias.tst b/Tst/Short/alias.tst
index 656df27..cd09764 100644
--- a/Tst/Short/alias.tst
+++ b/Tst/Short/alias.tst
@@ -19,5 +19,12 @@ proc probe2(alias list i) { i; };
 list n = 1;
 probe2(n);
 
+proc probe3(alias int i) { i;listvar(); };
+
+int j=2;
+probe3(j);
+
+probe3(1+2);
+
 tst_status(1);$
 

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list