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

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

[Octave-bug-tracker] [bug #55577] test in file-io.cc-tst fails on Octave


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55577] test in file-io.cc-tst fails on Octave 5.0.90 (only in GUI with run_test_suite)
Date: Fri, 25 Jan 2019 17:48:33 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Follow-up Comment #4, bug #55577 (project octave):

I can now reproduce this failure by forcing a large number of open files.


>> test libinterp/corefcn/file-io.cc-tst 
PASSES 90 out of 90 tests
>> fid = [];
>> for i = 1:100; fid(i) = fopen (tempname (), "w+"); endfor
>> test libinterp/corefcn/file-io.cc-tst 
ans =
{
  [1,1] = [](0x1)
}

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



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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