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

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

[Octave-bug-tracker] [bug #34231] line.m fa il (MinGW)


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34231] line.m fa il (MinGW)
Date: Wed, 07 Sep 2011 07:40:36 +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/?34231>

                 Summary: line.m fail (MinGW)
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年09月07日 07時40分35秒
                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
 hf = figure (1232, "visible", "off");
 unwind_protect  
   h = line;
   assert (get (h, "xdata"), [0 1], eps);
   assert (get (h, "ydata"), [0 1], eps);
   assert (get (h, "type"), "line");
   assert (get (h, "color"), [0 0 0]);
   assert (get (h, "linestyle"), "-");
   assert (get (h, "linewidth"), 0.5, eps);
 unwind_protect_cleanup
   close (hf);
 end_unwind_protect
!!!!! test failed
assert (get (h, "linewidth"),0.5,eps) expected
 0.50000
but got
 20


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





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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