octave-maintainers
[Top][All Lists]
Advanced

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

Re: Release 5.0 Next Tasks


From: Dmitri A. Sergatskov
Subject: Re: Release 5.0 Next Tasks
Date: Mon, 21 Jan 2019 10:01:31 -0600



On Mon, Jan 21, 2019 at 3:48 AM Marco Caliari <address@hidden> wrote:

>
> Run on 1/120/2019 against about commit 2ae2dcf0f4d5.
>
> Summary:
>
>    PASS                            15453
>    FAIL                               10
>    XFAIL (reported bug)               43
>    SKIP (missing feature)             48
>    SKIP (run-time condition)          29
>
>    Failed tests:
>       libinterp/corefcn/pr-output.cc-tst
>       libinterp/parse-tree/oct-parse.yy-tst
>       general/logspace.m
>       miscellaneous/tar.m
>       plot/util/copyobj.m
>       plot/util/hgsave.m
>       sparse/eigs.m
>
> Is the goal to have a clean test suite baseline for the release?
>
> Cheers,
> Andrew

The problem in eigs is strange, the matrix and the function versions should
do exactly the same thing. Therefore, I implemented the assert
instructions with 0 tolerance. Anyway, the workaround is to relax a bit the
tolerance, 1e-14 should work.

The eigs issue is due to veclib, works fine with openblas (see:

Logspace issue is due to bugs in clang/libc++, so perhaps the test should
be skipped on macos (like e.g. tests for mappers.cc-tst).

Dmitri.
--



 

Marco

reply via email to

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