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

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

[Octave-bug-tracker] [bug #55970] Cannot copy figure to clipboard


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #55970] Cannot copy figure to clipboard
Date: Thu, 24 Oct 2019 12:59:33 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

Follow-up Comment #6, bug #55970 (project octave):

THe tests are failing perhaps due to this change:

e.g. 

http://buildbot.octave.org:8010/#/builders/12/builds/1230/steps/6/logs/stdio




***** testif HAVE_OPENGL, HAVE_QT; have_window_system () && any (strcmp ("qt",
available_graphics_toolkits ()))
 toolkit = graphics_toolkit ("qt");
 hf = figure ("visible", "off");
 unwind_protect
   h = findall (hf);
   all_handles(1) = {"figure"};
   all_handles(2,1) = {"uitoolbar"};
   all_handles(3:5) = {"uimenu"};
   all_handles([6:7, 9]) = {"uipushtool"};
   all_handles([8, 10:13]) = {"uitoggletool"};
   all_handles(14:33) = {"uimenu"};
   assert (get (h, "type"), all_handles);
 unwind_protect_cleanup
   close (hf);
   graphics_toolkit (toolkit);
 end_unwind_protect
!!!!! test failed
ASSERT errors for:  assert (get (h, "type"),all_handles)
  Location  |  Observed  |  Expected  |  Reason
     .         O(34x1)      E(33x1)      Dimensions don't match



Dmitri.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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