mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 06:24:59 +00:00
[status] Add expected test failures for Hana
This commit is contained in:
parent
fd75c4c342
commit
85a828668b
1 changed files with 19 additions and 0 deletions
|
@ -2206,6 +2206,25 @@
|
|||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<!-- hana -->
|
||||
<library name="hana">
|
||||
<mark-unusable>
|
||||
<toolset name="gcc-3.*"/>
|
||||
<toolset name="gcc-4.*"/>
|
||||
<toolset name="gcc-mngw-3.*"/>
|
||||
<toolset name="gcc-mngw-4.*"/>
|
||||
<toolset name="msvc-7.*"/>
|
||||
<toolset name="msvc-8.*"/>
|
||||
<toolset name="msvc-9.*"/>
|
||||
<toolset name="msvc-10.*"/>
|
||||
<toolset name="msvc-11.*"/>
|
||||
<toolset name="msvc-12.*"/>
|
||||
<note author="Louis Dionne">
|
||||
The compiler does not provide sufficient C++14 support for the library.
|
||||
</note>
|
||||
</mark-unusable>
|
||||
</library>
|
||||
|
||||
<!-- icl -->
|
||||
<library name="icl">
|
||||
<mark-unusable>
|
||||
|
|
Loading…
Add table
Reference in a new issue