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

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

[Octave-bug-tracker] [bug #34232] loglog.m test fail (MinGW)


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34232] loglog.m test fail (MinGW)
Date: Wed, 07 Sep 2011 07:43:26 +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/?34232>

                 Summary: loglog.m test fail (MinGW)
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年09月07日 07時43分25秒
                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  
   a = logspace (-5, 1, 10);
   b =-logspace (-5, 1, 10);
   loglog (a, b)
   axis tight
   assert (all (get (gca, "ytick") < 0));
 unwind_protect_cleanup
 close (hf);
 end_unwind_protect
!!!!! test failed
assert (all (get (gca, "ytick") < 0)) failed


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





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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