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

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

[Octave-bug-tracker] [bug #55132] make check fail at sparse/bicg.m


From: Leonardo
Subject: [Octave-bug-tracker] [bug #55132] make check fail at sparse/bicg.m
Date: Thu, 29 Nov 2018 10:51:17 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0

URL:
  <https://savannah.gnu.org/bugs/?55132>

                 Summary: make check fail at sparse/bicg.m
                 Project: GNU Octave
            Submitted by: pocker
            Submitted on: Thu 29 Nov 2018 03:51:15 PM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I don't know if this is a bug or not, nor where to report it.

I am running linux mint 19 (xfce) and I am trying to build and install octave
from source.
After a succeful "make" I did a "make check" and got the results:

PASS                            14924
  FAIL                                1
  XFAIL (reported bug)               35
  SKIP (missing feature)            127
  SKIP (run-time condition)          12


the "FAIL" was at sparse/bicg.m

results of bicg.m (extracted from fntests.log)

***** test
 ## unpreconditioned residual
 A = sparse (toeplitz ([2, 1, 0, 0, 0], [2, -1, 0, 0, 0]));
 b = sum (A, 2);
 M = magic (5);
 [x, flag, relres] = bicg (A, b, [], 2, M);
 assert (norm (b - A * x) / norm (b), 0, relres);
!!!!! test failed
ASSERT errors for:  assert (norm (b - A * x) / norm (b),0,relres)

  Location  |  Observed  |  Expected  |  Reason
     ()        0.85267         0         Abs err 0.85267 exceeds tol 0.85267
by 2e-16






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55132>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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