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: Rik
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 13:13:05 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #54180 (project octave):

                  Status:                    None => In Progress            

    _______________________________________________________

Follow-up Comment #11:

Concur with jwe.  If the patch is updated to use unwind/protect blocks it can
be applied immediately to the stable branch.

On the dev branch, the test m-file could be augmented to use


FIDs = fopen ("all");
... run tests on file ...
FIDs = setdiff (fopen ("all"), FIDs);
if (! isempty (FIDs))
  error ("test: file XXX failed to close file descriptors");
endif




    _______________________________________________________

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]