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

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

[Octave-bug-tracker] [bug #57540] new failing test in bp-table.cc-tst


From: Hartmut
Subject: [Octave-bug-tracker] [bug #57540] new failing test in bp-table.cc-tst
Date: Sat, 4 Jan 2020 17:17:06 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0

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

                 Summary: new failing test in bp-table.cc-tst
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Sat 04 Jan 2020 10:17:04 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

I have just compiled dev Octave (hg id: f658d41003e4), run "make install" and
then run "make test" under linux. In addition to two failing tests in
publish.tst (they are already somwhere in Savannah, I think), I have seen one
newly failing test in pb-table.cc-tst:


>>>>> processing
/home/hartmut-nobackup/octave-repo/libinterp/parse-tree/bp-table.cc-tst
***** test
 dbclear all;   # Clear out breakpoints before test
 dbstop help;
 dbstop in ls;
 dbstop help at 100;
 dbstop in ls 100;    ## 100 is a comment; code line is at 103
 dbstop help 201 if a==5;
 dbstop if error Octave:undefined-function;
 s = dbstatus;
 dbclear all;
 assert ({s.bkpt(:).name}, {"help", "help", "help>do_contents", "ls", "ls"});
 assert ([s.bkpt(:).line], [48, 100, 201, 58, 103]);
 assert (s.errs, {"Octave:undefined-function"});
!!!!! test failed
ASSERT errors for:  assert ([s.bkpt(:).line],[48, 100, 201, 58, 103])

  Location  |  Observed  |  Expected  |  Reason
    (4)           56           58        Abs err 2 exceeds tol 0 by 2
    (5)          101          103        Abs err 2 exceeds tol 0 by 2


I am not sure about the meaning of this test function, but thought I'd report
it anyways. I haven't found any bug report in Savannah yet, when searching for
"bp-table.cc-tst".




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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