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

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:53:41 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit ba4310bfe743be331830a8dd2b20a41ab0733f60
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date:   Fri Feb 24 16:35:37 2012 +0100

    test: blackbox within newstruct

diff --git a/Tst/Short/bug_newstruct.res.gz.uu b/Tst/Short/bug_newstruct.res.gz.uu
new file mode 100644
index 0000000..13a4f58
--- /dev/null
+++ b/Tst/Short/bug_newstruct.res.gz.uu
@@ -0,0 +1,9 @@
+begin 640 bug_newstruct.res.gz
+M'XL("`.N1T\``V)U9U]N97=S=')U8W0N<F5S`$U0RPK",!"\]RN&X*$%B<:W
+M5/<@7 at 010>]2ZX-`K6(V^OLF/A)/N\QC9YG-=KY8`5"$Y6(&P89EI?<B3S9?
+MID-PX$[7FM,L3_P$$?;VO*N/3\-W6[)TFS1<<'!U"6'O2;1:"&(8MJ=38/LR
+M4JFX'?1#F^M=-$6EC=/:RZ6H#Z:)\EH?P86N1!:?&_S%#"7>EF6D1_2QE1$:
+M$WX96`=8M0EK^0N;QA-*><+'3N,1Y3IQWC<Z\0&4!.O$_T!!^=>#<CWX)GU/
+/UJ0JRQO)"VB\M$I_`0``
+`
+end
diff --git a/Tst/Short/bug_newstruct.stat b/Tst/Short/bug_newstruct.stat
new file mode 100644
index 0000000..8082a9f
--- /dev/null
+++ b/Tst/Short/bug_newstruct.stat
@@ -0,0 +1,4 @@
+1 >> tst_memory_0 :: 1330097667:3140- 14004 :3-1-4:ix86-Linux:mamawutz:180552
+1 >> tst_memory_1 :: 1330097667:3140- 14004 :3-1-4:ix86-Linux:mamawutz:2239244
+1 >> tst_memory_2 :: 1330097667:3140- 14004 :3-1-4:ix86-Linux:mamawutz:2272028
+1 >> tst_timer_1 :: 1330097667:3140- 14004 :3-1-4:ix86-Linux:mamawutz:7
diff --git a/Tst/Short/bug_newstruct.tst b/Tst/Short/bug_newstruct.tst
new file mode 100644
index 0000000..3e595b9
--- /dev/null
+++ b/Tst/Short/bug_newstruct.tst
@@ -0,0 +1,14 @@
+LIB "tst.lib";
+tst_init();
+
+// newstruct stuff
+newstruct("pdivisor","list summands, cone tail");
+
+list L;
+cone c;
+pdivisor P;
+P.summands=L;
+P.tail=c;
+P;
+
+tst_status(1);$
diff --git a/Tst/Short/ok_s.lst b/Tst/Short/ok_s.lst
index 4b53ae2..4d27dcf 100644
--- a/Tst/Short/ok_s.lst
+++ b/Tst/Short/ok_s.lst
@@ -70,6 +70,7 @@ bug_homog
 bug_interpol
 bug_mres
 bug_napMultT
+bug_newstruct
 bug_pd
 bug_presolve
 bug_primdec

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list