mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00:00
Marked a few more expected failures.
[SVN r78383]
This commit is contained in:
parent
5f62a9da3a
commit
2771d523c8
1 changed files with 11 additions and 1 deletions
|
@ -2458,6 +2458,10 @@
|
|||
|
||||
<!-- local_function -->
|
||||
<library name="local_function">
|
||||
<mark-unusable>
|
||||
<!-- most Preprocessor tests also fail on this compiler -->
|
||||
<toolset name="cray-8.0"/>
|
||||
</mark-unusable>
|
||||
<!-- variadic macros required -->
|
||||
<mark-expected-failures>
|
||||
<test name="add"/>
|
||||
|
@ -2499,12 +2503,14 @@
|
|||
<test name="add_classifiers_seq"/>
|
||||
<test name="add_classifiers_seq_nova"/>
|
||||
<toolset name="clang-darwin-trunkLX"/>
|
||||
<toolset name="clang-darwin-trunkRX"/>
|
||||
<toolset name="darwin-4.4_0x"/>
|
||||
<toolset name="gcc-4.4.4_0x"/>
|
||||
<toolset name="gcc-mingw-4.5.2_0x"/>
|
||||
<toolset name="gcc-4.5.3_0x"/>
|
||||
<toolset name="gcc-4.6.2_0x"/>
|
||||
<toolset name="gcc-mingw-4.5.2_0x"/>
|
||||
<toolset name="msvc-10.0"/>
|
||||
<toolset name="msvc-11.0"/>
|
||||
<note author="Lorenzo Caminiti">
|
||||
This test does not allow C++11 auto-declaration support
|
||||
(beccause it uses the `auto` keyword as storage classifier).
|
||||
|
@ -4992,6 +4998,10 @@ for more information.
|
|||
|
||||
<!-- scope_exit -->
|
||||
<library name="scope_exit">
|
||||
<mark-unusable>
|
||||
<!-- most Preprocessor tests also fail on this compiler -->
|
||||
<toolset name="cray-8.0"/>
|
||||
</mark-unusable>
|
||||
<mark-expected-failures>
|
||||
<test name="emulation_tpl"/>
|
||||
<toolset name="intel-*-9.1"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue