Re: [boost] [shared_ptr] Test failures

On Mon, 2008-04-28 at 00:26 -0700, Sohail Somani wrote:
Just noticed that some shared_from_this tests are failing:
http://beta.boost.org/development/tests/trunk/developer/output/SomaniSoftwar...
I recall there were some changes along these lines so just thought I'd point it out while the issue is still fresh.
Peter Dimov added new tests with http://svn.boost.org/trac/boost/changeset/44775 which showed a problem in the previous versions of enable_shared_from_this. My commit http://svn.boost.org/trac/boost/changeset/44782 should fix that. Since the above mentioned regression test managed to pick up rev 44781, it fails, but it should go away with newer runs. Regards, Daniel

Daniel Frey wrote:
On Mon, 2008-04-28 at 00:26 -0700, Sohail Somani wrote:
Just noticed that some shared_from_this tests are failing:
http://beta.boost.org/development/tests/trunk/developer/output/SomaniSoftwar...
Peter Dimov added new tests with http://svn.boost.org/trac/boost/changeset/44775 which showed a problem in the previous versions of enable_shared_from_this. My commit http://svn.boost.org/trac/boost/changeset/44782 should fix that. Since the above mentioned regression test managed to pick up rev 44781, it fails, but it should go away with newer runs.
Thanks for the quick reply! -- Sohail Somani http://uint32t.blogspot.com
participants (2)
-
Daniel Frey
-
Sohail Somani