octave-maintainers
[Top][All Lists]
Advanced

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

Re: Failing windows tests for level-set


From: Oliver Heimlich
Subject: Re: Failing windows tests for level-set
Date: Mon, 13 Apr 2015 07:40:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0

On 13.04.2015 07:29, Daniel Kraft wrote:
Hi all!

My package level-set shows a few failing tests in the recently posted
Windows logs.  According to the logs [1], at least the "main" failures
seem to be the tests for "ls_copy_sign".

   [1] http://octave.ln0.de/octave-4.0rc3-win7x64/level-set-0.2.0-fntests.log

This function is in the "private" directory of the package and only used
internally.  It seems to me that the error is produced because the
testing is done in such a way that "private" functions are not on the
path (but I can not test myself on Windows).  My package has a
"testAll.m" script which runs all tests, with proper addpath of the
private directory before testing ls_copy_sign.

Daniel,

I can try to re-evaluate the tests with fixed paths and/or with the testAll script. AFAIK, tests may only access public functions as well as shared test functions [1]. So it would be a good idea to fix the tests.

Thanks for verifying the logs!

Oliver

[1] http://wiki.octave.org/Tests#Shared_functions




reply via email to

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