update filesystem for no SFINAE compilers

[SVN r33216]
This commit is contained in:
Beman Dawes 2006-03-03 16:54:13 +00:00
parent afcf1d2f8e
commit 8717aa7249

View file

@ -976,6 +976,22 @@
<toolset name="mingw-3_4_5"/>
<note author="Beman Dawes" refid="19"/> <!-- no wchar_t, wstring support -->
</mark-expected-failures>
<mark-expected-failures>
<test name="mbcopy"/>
<test name="mbpath"/>
<test name="wide_test"/>
<toolset name="msvc*"/>
<toolset name="vc-6_5*"/>
<toolset name="vc-7_0"/>
<toolset name="borland-5_6_4"/>
<toolset name="borland-5_8_1"/>
<toolset name="cw-8_3"/>
<toolset name="dmc-8_4_7*"/>
<note author="Beman Dawes">
The library does not support wide paths on this compiler because
it does not support SFINAE.
</note>
</mark-expected-failures>
<mark-expected-failures>
<test name="mbcopy"/>
<test name="mbpath"/>