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

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

[Octave-bug-tracker] [bug #34234] two tests fail in speed.m (MinGW)


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34234] two tests fail in speed.m (MinGW)
Date: Wed, 05 Oct 2011 09:22:33 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.187 Safari/535.1

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

On MinGW I have gotten the similar results as those in the Cygwin.
 

>>>>> processing
e:usrTatsumingwhomeoctaveshgoctave-workscripts/testfunspeed.m
  ***** test
 [order, n, T_f1, T_f2] = speed ("airy (x)", "x = rand (n, 10)", [100,
1000]);
 assert (isstruct (order));
 assert (size (order), [1, 1]);
 assert (fieldnames (order), {"p"; "a"});
 assert (isnumeric (n));
 assert (length (n) > 10);
 n_sz = size (n); 
 assert (isnumeric (T_f1));
 assert (size (T_f1), n_sz);
 assert (isnumeric (T_f2));
 assert (size (T_f2), n_sz);
!!!!! test failed
assert (size (T_f2),n_sz) expected
    1   14
but got
    1   15
values do not match
  ***** test
 [order, n, T_f1, T_f2] = speed ("sum (x)", "", [100, 1000], "v = 0; for i =
1:length (x), v += x(i); end");
 assert (isstruct (order));
 assert (size (order), [1, 1]);
 assert (fieldnames (order), {"p"; "a"});
 assert (isnumeric (n));
 assert (length (n) > 10);
 n_sz = size (n); 
 assert (size (n), [1, 15]);
 assert (isnumeric (T_f1));
 assert (size (T_f1), n_sz);
 assert (isnumeric (T_f2));
 assert (size (T_f2), n_sz);
!!!!! test failed
subscript indices must be either positive integers or logicals


BTW, I will not able to commit until 10/11(JST) due to my job.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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