octave-maintainers
[Top][All Lists]
Advanced

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

Re: Testing octave-4.0.1-rc4


From: Mike Miller
Subject: Re: Testing octave-4.0.1-rc4
Date: Wed, 16 Mar 2016 22:44:56 -0700
User-agent: Mutt/1.5.24 (2015-08-30)

On Wed, Mar 16, 2016 at 16:26:12 -0400, John W. Eaton wrote:
> Is it supposed to contain a trailing slash?  Maybe this is a job for gnulib?

I think it's best if Octave accurately reflects what the system says
P_tmpdir should be, even if it has a trailing slash. I fixed this in the
tempname test.

On Wed, Mar 16, 2016 at 16:45:36 -0400, John W. Eaton wrote:
> On 03/16/2016 04:20 PM, Mike Miller wrote:
> 
> >   ** data.cc: 1
> >
> >     Little-endian assumption in test of "base64_encode (single (pi))".
> >
> >   ** powerset.m: 2
> >
> >     Little-endian assumption in powerset implementation using bitunpack.
> >
> >   ** io.tst: 4
> >
> >     Many fread errors, looks like more little-endian assumptions.
> 
> These should definitely be fixed since we shouldn't be making assumptions
> about endianness.

Fixed, except for an actual bug in fwrite on Solaris, see bug #47434.

> >   ** system.tst: 1
> >
> >     File "/dev/core" does not exist, should add exist() check.
> 
> Huh?  We expect /dev/core to exist?

Fixed.

-- 
mike



reply via email to

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