octave-maintainers
[Top][All Lists]
Advanced

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

Re: Testing octave-4.0.1-rc4


From: PhilipNienhuis
Subject: Re: Testing octave-4.0.1-rc4
Date: Fri, 11 Mar 2016 06:30:48 -0800 (PST)

Rik-4 wrote
> jwe,
> 
> I tested the new tarball at ftp://alpha.gnu.org.  As expected for a
> vanilla
> Linux system, it passed all tests and all build configurations including
> in-tree, out-of-tree builds, and 'make install' followed by
> __run_test_suite__.

On Mageia-5 Linux I get only two FAILs for osmesa:

:
>>>>> processing
>>>>> /home/philip/devel/octdev/oct4.0.0-rc4/libinterp/dldfcn/__osmesa_print__.cc-tst
***** testif HAVE_OSMESA, HAVE_GL2PS_H
 if (isunix ())
   h = figure ("visible", "off");
   fn = tempname ();
   sombrero ();
   __osmesa_print__ (h, fn, "svg");
   assert (stat (fn).size, 2692270, -0.1);
   unlink (fn);
   img = __osmesa_print__ (h);
   assert (size (img), [get(h, "position")([4, 3]), 3])
   ## Use pixel sum per RGB channel as fingerprint
   img_fp = squeeze (sum (sum (img), 2));
   assert (img_fp, [52942515; 54167797; 56158178], -0.05);
 endif
!!!!! test failed
ASSERT errors for:  assert (stat (fn).size,2692270,-0.1)

  Location  |  Observed  |  Expected  |  Reason
     ()          2798       2692270      Rel err 0.99896 exceeds tol 0.1
***** testif HAVE_OSMESA, HAVE_GL2PS_H
 if (isunix ())
   h = figure ("visible", "off");
   fn = tempname ();
   plot (sin (0:0.1:2*pi));
   __osmesa_print__ (h, fn, "svgis2d");
   assert (stat (fn).size, 7438, -0.1);
   unlink (fn);
   img = __osmesa_print__ (h);
   assert (size (img), [get(h, "position")([4, 3]), 3])
   ## Use pixel sum per RGB channel as fingerprint
   img_fp = squeeze (sum (sum (img), 2));
   assert (img_fp, [59281711; 59281711; 59482179], -0.05);
 endif
!!!!! test failed
ASSERT errors for:  assert (stat (fn).size,7438,-0.1)

  Location  |  Observed  |  Expected  |  Reason
     ()          2120         7438       Rel err 0.71498 exceeds tol 0.1
:

I get those FAILs with any Octave build on my Linux system.

Philip




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Testing-octave-4-0-1-rc4-tp4675369p4675396.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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