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, 07 Sep 2011 07:48:01 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1

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

                 Summary: two tests fail in speed.m (MinGW)
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年09月07日 07時48分00秒
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

A new test failure in line.m of the recent source,
(After changeset 13108    d44d7f3c7998)


  ***** 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 (size (n), [1, 15]);
 assert (isnumeric (T_f1));
 assert (size (T_f1), [1, 15]);
 assert (isnumeric (T_f1));
 assert (size (T_f2), [1, 15]);
!!!!! test failed
assert (size (n),[1, 15]) expected
    1   15
but got
    1   13
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 (size (n), [1, 15]);
 assert (isnumeric (T_f1));
 assert (size (T_f1), [1, 15]);
 assert (isnumeric (T_f1));
 assert (size (T_f2), [1, 15]);
!!!!! test failed
subscript indices must be either positive integers or logicals

I have not see the details yet but report the fail.





    _______________________________________________________

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]