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

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

[Octave-bug-tracker] [bug #63896] ichol failed test will flood stdio


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #63896] ichol failed test will flood stdio
Date: Thu, 9 Mar 2023 15:56:32 -0500 (EST)

Follow-up Comment #2, bug #63896 (project octave):

Here is an example:


$ cat t1.m 
1;
disp("Hi!")

%!shared A 
%! A = magic(5);

%!test
%! assert(1, 2);

octave:1> test t1
***** test
 assert(1, 2);
!!!!! test failed
ASSERT errors for:  assert (1,2)

  Location  |  Observed  |  Expected  |  Reason
     ()           1            2         Abs err 1 exceeds tol 0 by 1
shared variables     A =

       17   24    1    8   15
       23    5    7   14   16
        4    6   13   20   22
       10   12   19   21    3
       11   18   25    2    9




Some of the sparse-matrix-functions tests have a fairly large test matrices
(in ichol() A2 is 900x900). So failing test floods the log and e.g. here 
https://buildbot.octave.org/#/builders/21/builds/278/steps/7/logs/stdio breaks
the Internet :)

Is there a way to suppress output of the display of (shared) variables like
that?

Dmitri.
-- 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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