octave-maintainers
[Top][All Lists]
Advanced

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

Re: Test failures associated with license.m


From: Carnë Draug
Subject: Re: Test failures associated with license.m
Date: Sat, 4 Oct 2014 21:00:11 +0100

On 4 October 2014 19:41, Daniel J Sebald <address@hidden> wrote:
> I'm seeing some test failures.  One with polygcd, which I think is a known
> random occurrence failure.  (Should we change it to "known failure"?)  Then
> there are five failures for the output of the license command:
>
>>>>>> processing
>>>>>> /usr/local/src/octave/octave-complex_operators/octave/scripts/miscellaneous/license.m
>
> ***** assert ((license ("inuse", "octave")).feature, "octave")
> !!!!! test failed
> cellfun: C must be a cell array
>
> etc.

At first I couldn't replicate this. The problem is that you don't have
any package installed and 'pkg ("describe", "all")' is returning nothing
instead of an empty cell array. I guess this should be fixed in pkg instead.

Actually, I'd arguee that it should be fixed so that it returns a
struct array, rather than a cell array of scalar structs but I'm
afraid that may break old code.

Carnë



reply via email to

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