$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [test] failures in heap testsuite
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2013-10-30 02:51:00
Tim Blechmann <tim <at> klingt.org> writes:
>
> hi all, i'm not sure what is the reason for this, but the boost.heap
> testsuite has some severe problems, which seem to be related with
> boost.test:
>
> in the release branch, all (!!!) tests fail on all unixy platforms. this
I did not make any changes in release branch. Did anyone else do?
> Assertion failed: (!!s_active_handler), function jump_buffer, file
> ../boost/test/impl/execution_monitor.ipp, line 683.
> Assertion failed: (!!s_active_handler), function sys_sig, file
> ../boost/test/impl/execution_monitor.ipp, line 690.
>
> what does this tell me?
Bad build? New compilation options? There is an assert in Boost.Test code,
which is failing, but I do not see how this failure can happen.
Gennadiy