octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #38602] make check fail in test.m & residue.m


From: anonymous
Subject: [Octave-bug-tracker] [bug #38602] make check fail in test.m & residue.m
Date: Wed, 27 Mar 2013 05:37:20 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0

URL:
  <http://savannah.gnu.org/bugs/?38602>

                 Summary: make check fail in test.m & residue.m
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 27 Mar 2013 05:37:18 AM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: izzie
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

when i tried to make check, there were 2 expected failures.
i've checked the fntest.log, this is the result:

residue.m
***** xtest
 z1 =  7.0372976777e6;
 p1 = -3.1415926536e9;
 p2 = -4.9964813512e8;
 r1 = -(1 + z1/p1)/(1 - p1/p2)/p2/p1;
 r2 = -(1 + z1/p2)/(1 - p2/p1)/p2/p1;
 r3 = (1 + (p2 + p1)/p2/p1*z1)/p2/p1;
 r4 = z1/p2/p1;
 r = [r1; r2; r3; r4];
 p = [p1; p2; 0; 0];
 k = [];
 e = [1; 1; 1; 2];
 b = [1, z1];
 a = [1, -(p1 + p2), p1*p2, 0, 0];
 [br, ar] = residue (r, p, k, e);
 assert (br, b, 1e-8);
 assert (ar, a, 1e-8);
!!!!! known failure
assert (br,b,1e-8) expected
   1.0000e+00   7.0373e+06
but got
 7.0373e+06
Dimensions don't match


test.m
 ***** xtest error("This test is known to fail")
!!!!! known failure
This test is known to fail

ho to fix that problems?







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38602>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]