bugGNU Octave - Bugs: bug #34945, Test fail in uimenu.m (MinGW)

 
 

bug #34945: Test fail in uimenu.m (MinGW)

Submitter:  Tatsuro MATSUOKA <tmacchant>
Submitted:  Wed 30 Nov 2011 05:56:46 AM UTC
   
 
Category:  Interpreter 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
   

Fri 02 Dec 2011 10:52:19 PM UTC, comment #2: 
Rik <rik5>
Group administrator
Wed 30 Nov 2011 09:53:43 PM UTC, comment #1: 

 The title should be "Test fail in uimenu.m (MinGW)"
Sorry for my mistake.

As was written in the
https://savannah.gnu.org/bugs/?34944
If graphics_toolkit is fltk, the error is disappeared.

Tatsuro MATSUOKA <tmacchant>
Wed 30 Nov 2011 05:56:46 AM UTC, original submission:  

Details:

On the recent development source (changeset 13960:ef96344a6e58), the test for
allchild.m

  scripts\plot\uimenu.m .................................. PASS    2/3    FAIL 1


octave:5> test uimenu
  ***** test
 hf = figure ("visible", "off");
 unwind_protect
   uie = findall (hf, "label", "&edit");
   myui = uimenu (uie, "label", "mylabel");
   assert (ancestor (myui, "uimenu", "toplevel"), uie)
 unwind_protect_cleanup
   close (hf);
 end_unwind_protect
!!!!! test failed
uimenu: invalid parent handle.


Is the error related to
http://savannah.gnu.org/bugs/?34943 and
http://savannah.gnu.org/bugs/?34944

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 (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-12-02 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
        SummaryTest fail in allchild.m (MinGW) Test fail in uimenu.m (MinGW)

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code