[MacPorts] #41155: Preparing for new Octave release
MacPorts
noreply at macports.org
Fri Dec 6 10:01:17 PST 2013
#41155: Preparing for new Octave release
----------------------------+-------------------------
Reporter: kingcrimson@… | Owner: michaelld@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: | Keywords:
Port: octave |
----------------------------+-------------------------
Comment (by michaelld@…):
Everything builds and functions on 10.9 as well for me. Make check
failures, details, and results:
{{{
libinterp/corefcn/dlmread.cc-tst ....................... PASS 12/20
FAIL 8
all 8 errors are like this one:
ASSERT errors for: assert (dlmread (file),[1, 2, 3; 4 + 4i, 5, 6; 7, 8,
9; 10, 11, 12])
Location | Observed | Expected | Reason
() O E real != complex
libinterp/corefcn/sparse-xpow.cc-tst ................... PASS 1/2
FAIL 1
ASSERT errors for: assert (sparse (2i) .^ [3, 4],sparse ([-0 - 8i, 16]))
Location | Observed | Expected | Reason
(1) -1.4696e-15-8i 0-8i Abs err 2.3054e-15 exceeds tol
0
(2) 16-3.9189e-15i 16+0i Abs err 4.3027e-15 exceeds tol
0
libinterp/corefcn/str2double.cc-tst .................... PASS 28/31
FAIL 3
all 3 test errors are like this one:
ASSERT errors for: assert (str2double (char ("1", "2 3", "4i")),[1; NaN;
4i])
Location | Observed | Expected | Reason
() O E real != complex
libinterp/dldfcn/chol.cc-tst ........................... PASS 28/29
FAIL 1
ASSERT errors for: assert (cca' * cca,ca,16 * eps)
Location | Observed | Expected | Reason
(3,3) 16+5.5511e-17i 16 Abs err 3.5531e-15 exceeds tol
3.5527e-15
scripts/io/importdata.m ................................ PASS 22/23
FAIL 1
ASSERT errors for: assert (a,A)
Location | Observed | Expected | Reason
() O E real != complex
scripts/sparse/eigs.m .................................. PASS 152/153
FAIL 1
ASSERT errors for: assert (max (abs ((A - d1 (i) * eye (n)) * v1 (:,
i))),0,1e-11)
Location | Observed | Expected | Reason
() 3.0465e-11 0 Abs err 3.0465e-11 exceeds tol
1e-11
scripts/sparse/svds.m .................................. PASS 5/6
FAIL 1
ASSERT errors for: assert (s2,s (k:-1:1),tol)
Location | Observed | Expected | Reason
. O(6x1) E(7x1) Dimensions don't match
scripts/specfun/realpow.m .............................. PASS 4/5
FAIL 1
assert (realpow (1i,2), -1)
realpow: produced complex result
bug-38236.tst .......................................... PASS 0/1
FAIL 1
'vr' undefined near line 1 column 36
io.tst ................................................. PASS 82/85
FAIL 3
all 3 errors are like this one:
[val, count, msg, pos] = sscanf ("3I2", "%f");
assert (val, 3);
assert (count, 1);
assert (msg, "");
assert (pos, 2);
ASSERT errors for: assert (val,3)
Location | Observed | Expected | Reason
. O(0x1) E(1x1) Dimensions don't match
PASS 11437
FAIL 21
XFAIL 6
SKIPPED 43
}}}
--
Ticket URL: <https://trac.macports.org/ticket/41155#comment:22>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list