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

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

[Octave-bug-tracker] [bug #52627] Failing BIST tests on Mac OS X


From: Sebastian
Subject: [Octave-bug-tracker] [bug #52627] Failing BIST tests on Mac OS X
Date: Tue, 30 Jan 2018 17:13:25 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6

Follow-up Comment #24, bug #52627 (project octave):

I observe a test failure in "file-io.cc-tst" on macOS if the environment
variable "TMP" is set. It's easily fixed by replacing "if (ispc ())" by "if
(ispc () || ismac())" which makes sense since the tmp-environment-variable on
macOS is indeed "TMP". However, if "tempname()" should be independent of the
environment variables then this might also be a bug.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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