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

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

[Octave-bug-tracker] [bug #33861] Two new fails in data.cc test in dev.


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #33861] Two new fails in data.cc test in dev. source
Date: Tue, 26 Jul 2011 04:03:41 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30

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

                 Summary: Two new fails in data.cc test in dev. source
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年07月26日 04時03分40秒
                Category: Interpreter
                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:

Hello

On the MinGW dev source build,


author  Rik <address@hidden>
Mon Jul 25 10:32:01 2011 -0700 (4 hours ago)
branch  stable
changeset 12882 724bb6b7e3d5
parent 12874    d5d3f04a645f


two new fails in test on data.cc



  ***** assert ([zeros(3,2,2); ones(1,2,2)], repmat([0;0;0;1],[1,2,2]) );
!!!!! test failed
assert ([zeros(3, 2, 2); ones(1, 2, 2)],repmat ([0; 0; 0; 1], [1, 2, 2]))
expected
ans(:,:,1) =

   0   0
   0   0
   0   0
   1   1

ans(:,:,2) =

   0   0
   0   0
   0   0
   1   1
but got
ans(:,:,1) =

   1.0000e+000   1.0000e+000
   0.0000e+000   0.0000e+000
   0.0000e+000   0.0000e+000
   6.2222e+175   1.0026e-089

ans(:,:,2) =

   1.0000e+000   1.0000e+000
   0.0000e+000   0.0000e+000
   0.0000e+000   0.0000e+000
   6.5095e+252   2.0156e+000
values do not match
  ***** assert ([zeros(3,2,2); ones(1,2,2)], vertcat(zeros(3,2,2),
ones(1,2,2)) );
!!!!! test failed
assert ([zeros(3, 2, 2); ones(1, 2, 2)],vertcat (zeros (3, 2, 2), ones (1, 2,
2))) expected
ans(:,:,1) =

   0   0
   0   0
   0   0
   1   1

ans(:,:,2) =

   0   0
   0   0
   0   0
   1   1
but got
ans(:,:,1) =

   1.00000   1.00000
   0.00000   0.00000
   0.00000   0.00000
   0.00000   0.00000

ans(:,:,2) =

   1.0000e+000   1.0000e+000
   0.0000e+000   0.0000e+000
   0.0000e+000   0.0000e+000
   3.9465e+180   1.0000e+000
values do not match


The above has been not recognized until recent new added test.

Regards

Tatsuro




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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