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

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

[Octave-bug-tracker] [bug #55879] two failing unit tests with dev build


From: Hartmut
Subject: [Octave-bug-tracker] [bug #55879] two failing unit tests with dev build (findall.m and allchild.m)
Date: Sun, 10 Mar 2019 17:01:18 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0

URL:
  <https://savannah.gnu.org/bugs/?55879>

                 Summary: two failing unit tests with dev build (findall.m and
allchild.m)
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Sun 10 Mar 2019 09:01:16 PM UTC
                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: GNU/Linux

    _______________________________________________________

Details:

I have compiled the Octave default branch (hg id 9ec36417c262) today on my
Linux PC (Ubuntu 18.04) and observed two failing tests when running "make
test":


>>>>> processing
/home/hartmut-nobackup/octave-repo/scripts/plot/util/findall.m
***** 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:24,1) = {"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(33x1)      E(24x1)      Dimensions don't match



>>>>> processing
/home/hartmut-nobackup/octave-repo/scripts/plot/util/allchild.m
***** testif HAVE_OPENGL, HAVE_QT; have_window_system () && any (strcmp ("qt",
available_graphics_toolkits ()))
 toolkit = graphics_toolkit ("qt");
 hf = figure ("visible", "off");
 unwind_protect
   l = line;
   kids = allchild (hf);
   assert (get (kids, "type"), {"axes"; "uimenu"; "uimenu"; "uimenu"});
 unwind_protect_cleanup
   close (hf);
   graphics_toolkit (toolkit);
 end_unwind_protect
!!!!! test failed
ASSERT errors for:  assert (get (kids, "type"),{"axes"; "uimenu"; "uimenu";
"uimenu"})

  Location  |  Observed  |  Expected  |  Reason
     .          O(5x1)       E(4x1)      Dimensions don't match


I have no idea if those failures are known already or relevant at all. If you
need more information on my build configuration (no extra config or compile
options at all), just let me know.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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