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

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

[Octave-bug-tracker] [bug #34822] Mingw panics on a simple complex produ


From: Nitzan Arazi
Subject: [Octave-bug-tracker] [bug #34822] Mingw panics on a simple complex product
Date: Thu, 09 Feb 2012 19:54:37 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.46 Safari/535.11

Follow-up Comment #18, bug #34822 (project octave):

Regarding my previous post, the fntests for octave 3.6.0 were in-complete.

I have re-run the full fntests for Octave-mingw-3.4.3 for which I have the
full building tree and have tried the OpenBLAS dll.

In relation to the original ATLAS dll (total 5 failures), for the OpenBLAS dll
I have got additional 2 failures:

One for svds:


>>>>> processing c:OctaveBoctave-3.4.3scripts/sparsesvds.m
  ***** test
 s = svds (speye (10));
 assert (s, ones (6, 1), 2*eps);
!!!!! test failed
assert (s,ones (6, 1),2 * eps) expected
   1
   1
   1
   1
   1
   1
but got
   1.00000
   1.00000
   1.00000
   1.00000
   1.00000
   1.00000
maximum absolute error 8.88178e-016 exceeds tolerance 4.44089e-016


and one for dec2base


>>>>> processing c:OctaveBoctave-3.4.3scripts/stringsdec2base.m
  ***** assert(dec2base(uint64(2)^63-1,16), '7FFFFFFFFFFFFFFF');
!!!!! test failed
assert (dec2base (uint64 (2) ^ 63 - 1, 16),'7FFFFFFFFFFFFFFF') expected
7FFFFFFFFFFFFFFF
but got
8000000000000000


The svds failure may be acceptable but the dec2base failure should be
explored.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34822>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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