bugGNU Octave - Bugs: bug #38602, make check fail in test.m &...

 
 

bug #38602: make check fail in test.m & residue.m

Submitted by:  None
Submitted on:  Wed 27 Mar 2013 05:37:18 AM UTC  
 
Category: Configuration and Build SystemSeverity: 3 - Normal
Priority: 5 - NormalItem Group: Build Failure
Status: DuplicateAssigned to: None
Originator Name: izzieOriginator Email: -unavailable-
Open/Closed: ClosedRelease: 3.6.4
Operating System: GNU/Linux

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Wed 27 Mar 2013 03:03:18 PM UTC, comment #1:

The second one isn't a bug, it's testing test's own syntax for known failures. For the first one, this is a known failure, and your report is therefore a duplicate of bug #34266.

Jordi GutiƩrrez Hermoso <jordigh>
Project Administrator
Wed 27 Mar 2013 05:37:18 AM UTC, original submission:

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?

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by jordigh (Posted a comment)
  • -unavailable- added by None (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only project members can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 3 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Wed 27 Mar 2013 03:03:18 PM UTCjordighStatusNone=>Duplicate
      Open/ClosedOpen=>Closed
      Dependencies-=>Depends on bugs #34266

    Back to the top


    Powered by Savane 3.1-cleanup1