octave-maintainers
[Top][All Lists]
Advanced

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

Re: tests working on first run of __run_test_suite__ failing second time


From: Rik
Subject: Re: tests working on first run of __run_test_suite__ failing second time around
Date: Mon, 23 Dec 2013 10:17:34 -0800

On 12/23/2013 10:00 AM, address@hidden wrote:
> Message: 3
> Date: Mon, 23 Dec 2013 17:50:55 +0100
> From: "c." <address@hidden>
> To: octave-maintainers <address@hidden>
> Subject: tests working on first run of __run_test_suite__ failing
>       second time     around
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> Hi,
>
> If I do "test ctor-vs-method.tst" no matter how many times I try, it always 
> passes:
>
>>> >> test ctor-vs-method.tst 
> PASSES 4 out of 4 tests
>>> >> test ctor-vs-method.tst 
> PASSES 4 out of 4 tests
> ...
>
> If I run __run_test_suite__ once, I get:
>
> ctor-vs-method.tst ..................................... PASS    4/4
>
> the second time I get:
>
> ctor-vs-method.tst ..................................... PASS    1/4    FAIL 3
>
> if, after that, I do "test ctor-vs-method.tst", I get:
>
>>> >> test ctor-vs-method.tst 
>   ***** shared d, o
>  d = derived ();
>  o = other ();
>
> !!!!! test failed
> mismatch in number of fields
> shared variables   scalar structure containing the fields:
>     d: 0x0 matrix
>     o: 0x0 matrix
>
>
> This is on OSX 10.9.1 with octave-3.8.0-rc2, can anyone confirm this behaviur?
> Any idea what could be causing it?
>
> c.
12/23/13

Carlo,

Michael found this problem a little while ago
(http://octave.1599824.n4.nabble.com/Can-t-run-fcn-handle-derived-resolution-tst-before-ctor-vs-method-tst-td4659631.html).
 
I think if it were straightforward to solve it would have been done.  Maybe
file a bug report about it, but it might not be fixed until all of the
class and classdef stuf is made to work.

--Rik


reply via email to

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