mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 18:24:43 +00:00
Add explicit failure for zip_iterator_test on msvc 6.5 STLport 4.
[SVN r37013]
This commit is contained in:
parent
6cb060ebb0
commit
b5291c35a1
1 changed files with 10 additions and 0 deletions
|
@ -2649,6 +2649,16 @@ for more information.
|
|||
<note author="Aleksey Gurtovoy" date="19 Sep 2004" refid="26"/>
|
||||
</mark-expected-failures>
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="zip_iterator_test"/>
|
||||
<toolset name="msvc-6.5_stlport4"/>
|
||||
<note author="Thomas Witt">
|
||||
This test fails with a link error that is most likely
|
||||
a STLport issue. As STLport 4 is officially unsupported
|
||||
there is no known resolution.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
|
||||
</library>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue