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

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

[Octave-bug-tracker] [bug #61747] Test failure in debug.cc about audio,


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #61747] Test failure in debug.cc about audio, string mismatch
Date: Thu, 30 Dec 2021 11:47:37 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0

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

                 Summary: Test failure in debug.cc about audio, string
mismatch
                 Project: GNU Octave
            Submitted by: arungiridhar
            Submitted on: Thu 30 Dec 2021 11:47:35 AM EST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I get this new test failure for debug.cc in changeset 82b685157e2b. A
side-effect of the recent changes to the audo documentation?


>>>>> processing ...libinterp/corefcn/debug.cc-tst
***** test
 if (isguirunning ())
   orig_show_dbg = __event_manager_gui_preference__ ("editor/show_dbg_file",
                                                   "0");
 endif
 unwind_protect
   dbclear all;   # Clear out breakpoints before test
   dbstop @ftp/dir;
   dbstop @audioplayer/set 70;
   dbstop quantile>__quantile__;
   dbstop ls;
   s = dbstatus;
   dbclear all;
   assert (s(1).name, "@audioplayer/set>setproperty");
   assert (s(2).name, "@ftp/dir");
   assert (s(3).name, "ls");
   assert (s(4).name, "quantile>__quantile__");
   assert (s(2).file(end-10:end), [filesep "@ftp" filesep "dir.m"]);
 unwind_protect_cleanup
   if (isguirunning ())
     __event_manager_gui_preference__ ("editor/show_dbg_file",
orig_show_dbg);
   endif
 end_unwind_protect
!!!!! test failed
ASSERT errors for:  assert (s (1).name,"@audioplayer/set>setproperty")

  Location  |  Observed  |  Expected  |  Reason
     []      @audioplayer/set @audioplayer/set>setproperty   Strings don't
match





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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