bugGNU Octave - Bugs: bug #61747, Test failure in debug.cc about...

 
 

bug #61747: Test failure in debug.cc about audio, string mismatch

Submitter:  Arun Giridhar <arungiridhar>
Submitted:  Thu 30 Dec 2021 04:47:35 PM UTC
   
 
Category:  Test Suite Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 31 Dec 2021 11:45:14 AM UTC, comment #3: 
Markus Mützel <mmuetzel>
Group administrator
Thu 30 Dec 2021 08:01:13 PM UTC, comment #2: 

I see this is now fixed by cset d3b1d0e770e2. Please close this report when able.

Arun Giridhar <arungiridhar>
Group Member
Thu 30 Dec 2021 05:12:30 PM UTC, comment #1: 

This fixes it for me but I have no idea if this is the intent:

--- a/libinterp/corefcn/debug.cc        Wed Dec 29 18:17:53 2021 -0800
+++ b/libinterp/corefcn/debug.cc        Thu Dec 30 12:11:43 2021 -0500
@@ -534,7 +534,7 @@
 %! unwind_protect
 %!   dbclear all;   # Clear out breakpoints before test
 %!   dbstop @ftp/dir;
-%!   dbstop @audioplayer/set 70;
+%!   dbstop @audioplayer/set 85;
 %!   dbstop quantile>__quantile__;
 %!   dbstop ls;
 %!   s = dbstatus;


Arun Giridhar <arungiridhar>
Group Member
Thu 30 Dec 2021 04:47:35 PM UTC, original submission:  

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


Arun Giridhar <arungiridhar>
Group Member

 

(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 mmuetzel (Posted a comment)
  • -email is unavailable- added by arungiridhar (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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-12-31 mmuetzel CategoryNone Test Suite
        Item GroupNone Regression
        StatusNone Fixed
        Open/ClosedOpen Closed
        Operating SystemGNU/Linux Any

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code