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

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

[Octave-bug-tracker] [bug #49734] uimenu's position is sometimes 0


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #49734] uimenu's position is sometimes 0
Date: Mon, 16 Dec 2019 09:20:34 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0

Update of bug #49734 (project octave):

                Severity:              3 - Normal => 4 - Important          

    _______________________________________________________

Follow-up Comment #10:

The test suite also fails occasionally for the test of "uimenu" (essentially
the same as comment #0):

***** testif HAVE_OPENGL, HAVE_QT; have_window_system () && any (strcmp ("qt",
available_graphics_toolkits ()))
 toolkit = graphics_toolkit ("qt");
 hf = figure ("visible", "off");
 unwind_protect
   ui = uimenu ("label", "mylabel");
   assert (findobj (hf, "type", "uimenu"), ui);
   assert (get (ui, "label"), "mylabel");
   assert (get (ui, "checked"), "off");
   assert (get (ui, "separator"), "off");
   assert (get (ui, "enable"), "on");
   assert (get (ui, "position"), 4);
 unwind_protect_cleanup
   close (hf);
   graphics_toolkit (toolkit);
 end_unwind_protect
!!!!! test failed
ASSERT errors for:  assert (get (ui, "position"),4)
  Location  |  Observed  |  Expected  |  Reason
     ()           0            4         Abs err 4 exceeds tol 0 by 4


Raising importance because the test suite should pass all tests for the
release.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?49734>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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