mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
Merge from trunk
[SVN r36273]
This commit is contained in:
parent
15df5dcbef
commit
1b10f68413
1 changed files with 18 additions and 1 deletions
|
@ -5,6 +5,10 @@
|
|||
|
||||
<!--
|
||||
PLEASE VALIDATE THE XML BEFORE COMMITTING YOUR CHANGES!
|
||||
|
||||
Locally, the xmlint tool can be used:
|
||||
|
||||
xmllint <two-dashes>valid explicit-failures-markup.xml <two-dashes>schema explicit-failures.xsd
|
||||
|
||||
The following online services can be used to validate your changes to this
|
||||
file:
|
||||
|
@ -2190,6 +2194,17 @@ for more information.
|
|||
<toolset name="qcc-3.3.5*gpp"/>
|
||||
<note author="Jim Douglas" date="12 Feb 06" refid="36"/>
|
||||
</mark-expected-failures>
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="test_variant_*"/>
|
||||
<toolset name="borland-5.8.2*"/>
|
||||
<note author="Vladimir Prus">
|
||||
The compiler fails with an error supposedly related to std::fpos<>::_Stz from the
|
||||
<iosfwd> header. It is not known what causes the compiler to instantiate this
|
||||
field and what causes the instantiation to fail.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
|
||||
</library>
|
||||
|
||||
|
||||
|
@ -3225,6 +3240,7 @@ for more information.
|
|||
<toolset name="intel-vc8-win*"/>
|
||||
<note author="S. Slapeta" refid="1"/>
|
||||
</mark-failure>
|
||||
|
||||
<mark-failure>
|
||||
<toolset name="intel-linux-9.0"/>
|
||||
<note author="John Maddock">
|
||||
|
@ -3233,7 +3249,8 @@ for more information.
|
|||
Linux-Kernal or GLibC version.
|
||||
</note>
|
||||
</mark-failure>
|
||||
<mark-failure>
|
||||
|
||||
<mark-failure>
|
||||
<toolset name="qcc-3.3.5*"/>
|
||||
<note author="Jim Douglas" date="13 Feb 06">
|
||||
Test fails with ranlux*_O1 RNGs when saving and recalling the state due to a bug in the
|
||||
|
|
Loading…
Add table
Reference in a new issue