bugGNU Octave - Bugs: bug #34233, semilogy.m test fail (fltk)

 
 

bug #34233: semilogy.m test fail (fltk)

Submitter:  Tatsuro MATSUOKA <tmacchant>
Submitted:  Wed 07 Sep 2011 07:45:35 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Thu 02 Feb 2012 06:21:46 PM UTC, comment #6: 

This seems to have been fixed for FLTK as well.  At least, I don't have any problems with the semilog tests after 14316:0216b5d6c80c on the stable branch.  Closing bug.

Rik <rik5>
Group administrator
Sun 18 Sep 2011 03:15:06 AM UTC, comment #5: 

Since this should now be working for gnuplot on all OS's, but not for FLTK, I'm changing the summary.

Ben Abbott <bpabbott>
Group Member
Thu 15 Sep 2011 10:06:18 PM UTC, comment #4: 

I pushed a changeset to fix the gnuplot backend.

http://hg.savannah.gnu.org/hgweb/octave/rev/bda7b080f205

The fltk backend still needs to be fixed.

Ben Abbott <bpabbott>
Group Member
Mon 12 Sep 2011 11:18:44 PM UTC, comment #3: 

I pushed a changeset to fix the fontend.

Changes to the gnuplot and fltk backends are still needed to produce the proper plots.

Ben Abbott <bpabbott>
Group Member
Mon 12 Sep 2011 09:58:03 PM UTC, comment #2: 

With the changeset by Ben Abbott for loglog.m , test of semilogy.m was finished without FAIL.
Thanks!

Tatsuro MATSUOKA <tmacchant>
Thu 08 Sep 2011 04:02:30 AM UTC, comment #1: 

The origin of error seem to be the same as
https://savannah.gnu.org/bugs/?34232

Tatsuro MATSUOKA <tmacchant>
Wed 07 Sep 2011 07:45:35 AM UTC, original submission:  

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);
   semilogy (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.

Tatsuro MATSUOKA <tmacchant>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by bpabbott (Posted a comment)
  • -email is unavailable- added by tmacchant (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-02-02 rik5 StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2011-11-30 rik5 CategoryNone Plotting with OpenGL
    2011-09-18 bpabbott StatusReady For Test Confirmed
    2011-09-18 bpabbott Summarysemilogy.m test fail (MinGW) semilogy.m test fail (fltk)
    2011-09-12 bpabbott StatusNone Ready For Test

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code