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

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

[Octave-bug-tracker] [bug #57435] Test suite crashes on Windows on spars


From: Rik
Subject: [Octave-bug-tracker] [bug #57435] Test suite crashes on Windows on sparse.tst
Date: Fri, 20 Dec 2019 16:49:15 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #12, bug #57435 (project octave):

I agree that it would be better if we had an idea about why this is happening.
 Is it our code or theirs?

I made an m-file to help you test.  It is meant to be run from the directory
that contains run-octave.


./run-octave -f -q bisect_tst_files.m


The file contains these lines which set the lower and upper bound of the files
that are tested.


## Change these to do a binary search of tests
l = 1;
u = 132;  # 132 is max


132 is nearly 128 so it will take you about 8 runs to do a binary search to
find out which test is the problem.  I ran it on Linux and found a bunch of
warnings that don't show up with 'make check' that should be fixed.  Also,
libinterp contains Java tests and the JVM has been known to cause memory
issues.  Anyways, try it out.




(file #48098)
    _______________________________________________________

Additional Item Attachment:

File name: bisect_tst_files.m             Size:5 KB
    <https://savannah.gnu.org/file/bisect_tst_files.m?file_id=48098>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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