mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
Detail: Merge disabled gcc container forwardings. Fixes #6323.
[SVN r76529]
This commit is contained in:
parent
6b33ab72d0
commit
c03358b385
2 changed files with 24 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 06c06ee09c198882784d58b1395fedd79db49d35
|
||||
Subproject commit de25ca2c0331f3ce625e0847a0f341a48f732ccf
|
|
@ -1355,6 +1355,29 @@
|
|||
</note>
|
||||
</mark-expected-failures>
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="correctly_disable"/>
|
||||
<toolset name="gcc-4.2*"/>
|
||||
<toolset name="gcc-4.3*"/>
|
||||
<toolset name="gcc-4.4*"/>
|
||||
<toolset name="gcc-4.5*"/>
|
||||
<toolset name="gcc-4.6*"/>
|
||||
<toolset name="gcc-4.7*"/>
|
||||
<toolset name="gcc-mingw-*"/>
|
||||
<toolset name="darwin-4.2"/>
|
||||
<toolset name="clang-darwin-trunk"/>
|
||||
<toolset name="clang-darwin-normal"/>
|
||||
<toolset name="clang-darwin-linux-2.9"/>
|
||||
<toolset name="intel-linux-*"/>
|
||||
<note author="Daniel James">
|
||||
GCC's libstdc++ has a versioned namespace feature which breaks
|
||||
container forwarding. I don't know how to detect it so I'm just
|
||||
always disabling it, which means that a lot of setups which
|
||||
means that it's disabled for a lot of setups where it could
|
||||
work - which is what these failures represent.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="container_fwd"/>
|
||||
<test name="container_fwd_debug"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue