octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 4.0.0 release candidate 2 available for ftp


From: Mike Miller
Subject: Re: Octave 4.0.0 release candidate 2 available for ftp
Date: Sun, 22 Mar 2015 20:33:35 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, Mar 23, 2015 at 07:26:43 +0900, Tatsuro MATSUOKA wrote:
> I saw failures in the fntests.log but they are all known failure.
> I cannot find the reason why "make check" report 1 FAIL.

See excerpt from the log file below:

>>>>> processing system.tst
***** testif HAVE_GETPWUID
 x = getpwuid (getuid ());
 assert (x.dir, tilde_expand ("~"));
 assert (x.dir, tilde_expand (sprintf ("~%s", x.name)));
 assert ("foobar", tilde_expand ("foobar"));
!!!!! test failed
ASSERT errors for:  assert (x.dir,tilde_expand ("~"))

  Location  |  Observed  |  Expected  |  Reason
     []         /root     /home/steph    Strings don't match

This is not a problem, it just looks like make check was run in an unusual
environment (e.g. sudo or some such).

-- 
mike



reply via email to

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