On Thu, Apr 22, 2010 at 9:13 PM, Luis Sergio Oliveira <[email protected]> wrote:
> On 22 April 2010 18:53, Tom Morris <[email protected]> wrote:
>> On Thu, Apr 22, 2010 at 1:02 PM, Luis Sergio Oliveira <[email protected]> 
>> wrote:
>> ...
>>> Note that in trunk the C++ tests are green.
>>
>> Not on my system.  I get failures for 52 of 101 tests.  Perhaps it's a
>> threading issue that only shows up on multiprocessors.  I'll have a
>> look to see if I can get a hint as to what is going on.
>
> I saw your commit in argouml-cpp/build.xml. Was the memory limit
> causing the failures?

No, it was some kind of interaction between the Model subsystem's
static globals (ick!), the Mock model implementation, and following
tests.  Basically, the "if isInitialized()" conditional was returning
true when the model subsystem was initialized with a Mock, preventing
it from getting initialized for real.  I think one of my other commits
fixed that.

The increased memory limit for the tests was important for 64-bit
machines, but not the cause of the other problem.

Tom

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2593138

To unsubscribe from this discussion, e-mail: 
[[email protected]].
To be allowed to post to the list contact the mailing list moderator, email: 
[[email protected]]

Reply via email to