|
Boost Testing : |
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-12-12 11:48:58
On Dec 12, 2005, at 10:55 AM, Martin Wille wrote:
> Douglas Gregor wrote:
>
>> Are you perchance using the libstdc++ debug mode (_GLIBCXX_DEBUG)? We
>> can tweak the test to make it faster if we need to.
>
> Yes, _GLIBCXX_DEBUG is on where applicable. This might cause the
> difference in the behaviour for different versions of g++.
Ah, interesting. I'll try this locally to see what happens.
> For a quick shot, I'd suggest to #undef _GLIBCXX_DEBUG in the
> source of
> the test.
OK.
> I manually stopped one instance of a test run after had been
> running for
> 16 hours. So this is definitely taking way too long as it is now.
Yikes!
Doug