Boost logo

Boost Testing :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-05-15 12:07:45


I recently added a test to static_assert,
static_assert_test_fail_function. At the same time I added a markup for
the one compiler I knew to fail the test:

<test name="static_assert_test_fail_function">
     <mark-failure>
         <toolset name="cw-8*"/>
         <note author="R. Rivera">
         This failure is caused by a compiler optimization. The compiler
         doesn't instantiate types not affecting semantics of the program,
         per section 14.7.1 [temp.inst].
         </note>
     </mark-failure>
</test>

But looking at the current results: http://tinyurl.com/8udvm - The above
seems to be matching as if I had done: <toolset name="cw-*"/> instead.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - Grafik/jabber.org

Boost-testing list run by mbergal at meta-comm.com