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

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

[Octave-bug-tracker] [bug #48363] __run-test_suite_ FAILs for data.cc-ts


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #48363] __run-test_suite_ FAILs for data.cc-tst ('NaN' mismatches)
Date: Tue, 12 Jul 2016 13:37:50 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #12, bug #48363 (project octave):

Not fixed in a 64-bit (--enable-windows-64 configured) MXE cross-build from
July 11 (not sure but hg id >= 67a44207da71) 


[...]
>>>>> processing
D:\Octave\Octave-4.1.0+VEp_w64_20160711\share\octave\4.1.0+\etc\tests\libinterp\corefcn\data.cc-tst
***** test
 [f, e] = log2 ([0,-1; 2,-4; Inf,-Inf]);
 assert (f, [0,-0.5; 0.5,-0.5; Inf,-Inf]);
 assert (e(1:2,:), [0,1;2,3]);
!!!!! test failed
ASSERT errors for:  assert (f,[0, -0.5; 0.5, -0.5; Inf, -Inf])

  Location  |  Observed  |  Expected  |  Reason
   (3,1)         NaN          Inf        'NaN' mismatch
   (3,2)         NaN          -Inf       'NaN' mismatch

[...]

***** test
 [f, e] = log2 (complex (zeros (3, 2), [0,-1; 2,-4; Inf,-Inf]));
 assert (f, complex (zeros (3, 2), [0,-0.5; 0.5,-0.5; Inf,-Inf]));
 assert (e(1:2,:), [0,1; 2,3]);
!!!!! test failed
ASSERT errors for:  assert (f,complex (zeros (3, 2), [0, -0.5; 0.5, -0.5; Inf,
-Inf]))

  Location  |  Observed  |  Expected  |  Reason
   (3,1)       NaN+NaNi      0+Infi      'NaN' mismatch
   (3,2)       NaN+NaNi      0-Infi      'NaN' mismatch



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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