Просмотр исходного кода

adjusted markup for missing wide streams to exclude MinGW + STLPort (iostreams)

[SVN r33724]
Jonathan Turkanis 20 лет назад
Родитель
Сommit
474493e2c2
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      status/explicit-failures-markup.xml

+ 4 - 1
status/explicit-failures-markup.xml

@@ -1320,10 +1320,13 @@
             <note author="Jonathan Turkanis" refid="4"/>
             <note author="Jonathan Turkanis" refid="4"/>
         </mark-expected-failures>
         </mark-expected-failures>
         <mark-expected-failures>
         <mark-expected-failures>
+            <!-- Insufficient wide character support -->
             <test name="code_converter_test"/>
             <test name="code_converter_test"/>
             <test name="wide_stream_test"/>
             <test name="wide_stream_test"/>
             <toolset name="gcc-2.95.3-linux"/>
             <toolset name="gcc-2.95.3-linux"/>
-            <toolset name="*mingw*"/>
+            <!-- Must enumerate MinGW's since some use STLPort -->
+            <toolset name="mingw-3_4_2"/>
+            <toolset name="mingw-3_4_4"/>
             <toolset name="*cygwin*"/>
             <toolset name="*cygwin*"/>
             <toolset name="gcc-3.3.6-osf1"/>
             <toolset name="gcc-3.3.6-osf1"/>
             <note author="Jonathan Turkanis" refid="19"/>
             <note author="Jonathan Turkanis" refid="19"/>

粤ICP备19079148号