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

new iostreams expected failures: stream_offset_64bit_test.cpp on Borland, and wide stream tests on gcc-3.4.2_hpux_pa_risc

[SVN r42473]
Jonathan Turkanis 18 лет назад
Родитель
Сommit
0ee1f7414e
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      status/explicit-failures-markup.xml

+ 9 - 0
status/explicit-failures-markup.xml

@@ -1907,6 +1907,7 @@
             <toolset name="gcc-3.4.5_mingw"/>
             <toolset name="*cygwin*"/>
             <toolset name="gcc-3.3.6-osf1"/>
+            <toolset name="gcc-3.4.2_hpux_pa_risc"/>
             <note author="Jonathan Turkanis" refid="19"/>
         </mark-expected-failures>
         <mark-expected-failures>
@@ -2008,6 +2009,14 @@
               The test fails at runtime for unknown reasons.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="stream_offset_64bit_test.cpp"/>
+            <toolset name="borland-*"/>
+            <note author="Jonathan Turkanis" date="04 Jan 2008">
+                The Borland runtime library defines fpos_t as a 32-bit long,
+                incapable of storing large offsets (see stdio.h)
+            </note>
+        </mark-expected-failures>
 
     </library>
 

粤ICP备19079148号