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

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

[Octave-bug-tracker] [bug #54180] libinterp/corefcn/file-io.cc-tst failu


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #54180] libinterp/corefcn/file-io.cc-tst failure and weird output when test suite is run twice
Date: Mon, 25 Jun 2018 00:38:39 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #3, bug #54180 (project octave):

Thanks; that helps narrows things down.

Running file-io.cc-tst on its own repeated without error is a clue...  I've
managed to isolate and repeat the third case you cited.  The slightly more
verbose result is


>> test file-io.cc-tst
ans =
{
  [1,1] = [](0x1)
}

***** error textscan (single (40))
!!!!! error failed.
Expected an error, but got no error


So this example is expecting textscan (single (40)) to fail, but it isn't
failing.  That suggests to me that some test *after* file-io.cc-tst is opening
a bunch of file, all the way up to file ID "40", without closing that file
(probably many files).  Since file-io.cc-tst on its own is not failing, we
need to find that later test which is opening files but not closing them.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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