help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.6.1 Make Check on FreeBSD


From: Thomas D. Dean
Subject: Re: Octave 3.6.1 Make Check on FreeBSD
Date: Tue, 28 Feb 2012 12:19:53 -0800
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120126 Thunderbird/9.0



  scripts/plot/axis.m ............................ PASS    1/2    FAIL 1
  scripts/statistics/distributions/logninv.m ..... PASS   15/19   FAIL 4
  scripts/statistics/distributions/nbincdf.m ..... PASS   14/20   FAIL 6
  scripts/time/datevec.m ......................... PASS   11/12   FAIL 1
  test_system.m .................................. PASS   95/96   FAIL 1


Summary:
  PASS   9975
  FAIL     21


These failures are:
  two cases involving log2 and complex.  My system returns NaN when
      octave was expecting Inf.
  several containing NaN and/or Inf in sort.  In some cases my
      system shows Nan when octave was expecting Inf.
  several containing differences in numerical values which were within
      2*eps.
  One using datevec.  datevec("09/13") returns the year as 2000, not
     the expected 2012.
  One using getpwent();  Repeating endpwent(), x=getpwent() does not
      return the same value for x, but, the next entry in passwd.

Knowing the Nan, Inf problem, these failures are not a serious detriment to using octave 3.6.1 on my system.

Tom Dean


reply via email to

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