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

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

[Octave-bug-tracker] [bug #57424] Running the test suite on Windows cras


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #57424] Running the test suite on Windows crashes Octave
Date: Mon, 16 Dec 2019 08:34:04 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36

Update of bug #57424 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

For the mentioned tests, there seems to be a workaround for MS Windows:

https://hg.savannah.gnu.org/hgweb/octave/file/e79999c5d782/test/publish/publish.tst#l25


if (ispc () || ! __have_feature__ ("OSMESA"))
     try
       graphics_toolkit ("gnuplot");
     catch
       ## The system doesn't support OSMESA or gnuplot for drawing hidden
       ## figures.  Just return and have test marked as passing.
       return;
     end_try_catch
   endif


Does your build support "gnuplot"?  As on MS Windows "ispc()" should always be
"1", it might only be triggered if "gnuplot" is available and used.  What
happens, if you comment out the respective line.  Which "graphics_toolkit()"
is in use and what are the "available_graphic_toolskits()"?

Is "gnuplot" in combination with 


set (0, "defaultfigurevisible", "off");


working on MS Windows?

Finally, does this happen with CLI as well, or where do you run the
test-suite?

End of the week I can look into this issue myself.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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