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

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

[Octave-bug-tracker] [bug #49119] libinterp/corefcn/debug.cc-tst unit te


From: Rik
Subject: [Octave-bug-tracker] [bug #49119] libinterp/corefcn/debug.cc-tst unit tests cause several files to open in GUI editor
Date: Tue, 3 Jul 2018 14:18:32 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #18, bug #49119 (project octave):

I can confirm the behavior of Mike's patch from comment #15.  'clear all'. 
This can't be accidental.  The test code for debug.cc includes


%! dbstop @ftp/dir;
%! dbstop @audioplayer/set 70;
%! dbstop quantile>__quantile__;
%! dbstop ls;


What is particularly interesting is I re-ordered the calls to dbstop, and when
I run 'clear all' I now get all 4 files.


%!test
%! dbclear all;   # Clear out breakpoints before test
%! dbstop ls;
%! dbstop @ftp/dir;
%! dbstop @audioplayer/set 70;
%! dbstop quantile>__quantile__;
%! s = dbstatus;
%!# keyboard;
%! 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"]);




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49119>

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




reply via email to

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