octave-maintainers
[Top][All Lists]
Advanced

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

Can't run fcn-handle-derived-resolution.tst before ctor-vs-method.tst


From: Michael Goffioul
Subject: Can't run fcn-handle-derived-resolution.tst before ctor-vs-method.tst
Date: Thu, 28 Nov 2013 20:11:15 -0500

I noticed the following behavior by running the test suite twice within the same octave session. It seems that you can't run the tests in fcn-handle-derived-resolution.tst before the tests in ctor-vs-method.tst.

It seems that octave keeps an instance of the @parent class from the first test series, and is then unable to instantiate a @parent object of the second test series, because of field mismatch. Using "clear all" didn't resolve the issue.

As a result, during the second run of the full test suites, 3/4 tests from ctor-vs-method.tst fail.

Michael.


reply via email to

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