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

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

[Octave-bug-tracker] [bug #61911] testsuite segfaults on Debian armel


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #61911] testsuite segfaults on Debian armel
Date: Sat, 26 Mar 2022 17:26:04 -0400 (EDT)

Follow-up Comment #23, bug #61911 (project octave):

Compile with default flags on Debian armel chroot 
5fa3d8f0dcb3+ (stable) w/ test for bug 35881 is out, "make check" goes
through: 


Failure Summary:

  libinterp/corefcn/conv2.cc-tst ................................. pass  
48/51  
                                                    (reported bug) XFAIL   3
  libinterp/corefcn/data.cc-tst .................................. pass
1204/1211
                                                                   FAIL    1
                                                    (reported bug) XFAIL   6
  libinterp/corefcn/dlmread.cc-tst ............................... pass   
9/11  
                                                                   FAIL    1
                                                              REGRESSION   1
  libinterp/corefcn/file-io.cc-tst ............................... pass  
97/98  
                                                    (reported bug) XFAIL   1
  libinterp/corefcn/gsvd.cc-tst .................................. pass  
43/46  
                                                    (reported bug) XFAIL   3
  libinterp/corefcn/mappers.cc-tst ............................... pass 
418/420 
                                                                   FAIL    2
  libinterp/corefcn/max.cc-tst ................................... pass 
111/114 
                                                    (reported bug) XFAIL   3
  libinterp/corefcn/pr-output.cc-tst ............................. pass  
12/13  
                                                    (reported bug) XFAIL   1
  libinterp/octave-value/ov-java.cc-tst .......................... pass  
14/15  
                                                    (reported bug) XFAIL   1
  libinterp/parse-tree/pt-tm-const.cc-tst ........................ pass 
202/203 
                                                    (reported bug) XFAIL   1
  ode/ode15i.m ................................................... pass  
47/48  
                                                                   FAIL    1
  
 ................................................... pass   38/40  
                                                                   FAIL    2
  plot/draw/isosurface.m ......................................... pass  
29/30  
                                                    (reported bug) XFAIL   1
  specfun/gammainc.m ............................................. pass  
87/88  
                                                    (reported bug) XFAIL   1
  testfun/test.m ................................................. pass  
56/57  
                                                    (reported bug) XFAIL   1
  bug-35881/bug-35881.tst ........................................ pass    0/1
  
                                                              REGRESSION   1
  bug-49379/bug-49379.tst ........................................ pass    0/1
  
                                                    (reported bug) XFAIL   1
  classdef/classdef.tst .......................................... pass  
34/37  
                                                    (reported bug) XFAIL   3
  fcn-handle/bug-51567.tst ....................................... pass    0/2
  
                                                    (reported bug) XFAIL   2

Summary:

  PASS                            17059
  FAIL                                7
  REGRESSION                          2
  XFAIL (reported bug)               28
  SKIP (missing feature)            105
  SKIP (run-time condition)          52


Failure details:


test libinterp/corefcn/data.cc-tst

***** assert (single (NA ("double")), NA ("single"))
!!!!! test failed
ASSERT errors for:  assert (single (NA ("double")),NA ("single"))

  Location  |  Observed  |  Expected  |  Reason
     ()          NaN           NA        'NA' mismatch

test libinterp/corefcn/dlmread.cc-tst
!!!!! test failed
ASSERT errors for:  assert (dlmread (file),[1, NA, 3])

  Location  |  Observed  |  Expected  |  Reason
    (2)           0            NA        'NA' mismatch

test libinterp/corefcn/mappers.cc-tst 

***** assert (isna (single (NA)))

!!!!! test failed
assert (isna (single (NA))) failed


test  ode/ode15i.m 
[IDA ERROR]  IDASolve
  At t = 0, the linear solver setup failed unrecoverably.

***** testif HAVE_SUNDIALS_SUNLINSOL_KLU
 opt = odeset ("Jacobian", @jacfunsparse, "AbsTol", 1e-7, "RelTol", 1e-7);
 [t, y] = ode15i (@rob, [0, 100], [1; 0; 0], [-1e-4; 1e-4; 0], opt);
 assert ([t(end), y(end,:)], fref, 1e-3);
!!!!! test failed
IDASolve failed
test ode/ode15s.m

[IDA ERROR]  IDASolve
  At t = 0, the linear solver setup failed unrecoverably.

***** testif HAVE_SUNDIALS_SUNLINSOL_KLU
 opt = odeset ("MStateDependence", "none",
               "Mass", sparse ([1, 0, 0; 0, 1, 0; 0, 0, 0]),
               "Jacobian", @jacfunsparse);
 [t, y] = ode15s (@rob, [0, 100], [1; 0; 0], opt);
 assert ([t(end), y(end,:)], frefrob, 1e-3);
!!!!! test failed
IDASolve failed



Dmitri.
-- 





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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