Second attempt to mark value_init_test failure of Intel 9.0. First attempt, changeset [54560], did not "mark up" as "expected failure" at www.boost.org/development/tests/trunk/developer/utility_.html

[SVN r54611]
This commit is contained in:
Niels Dekker 2009-07-03 18:34:07 +00:00
parent 955f00ff72
commit 4b9520712b

View file

@ -5747,7 +5747,8 @@ With aC++, the tests compile cleanly in strict ansi mode and succeed.
</test>
<test name="value_init_test">
<mark-failure>
<toolset name="intel-9.0"/>
<toolset name="intel-9.0*"/>
<toolset name="intel-linux-9.0*"/>
<note author="Niels Dekker" date="2009-07-01">
When I made the conversion from value_initialized&lt;T&gt; to T&amp;
const-correct, this specific compiler version gave compile errors.