Browse Source

Removed expected failures for msvc-7.1/8.0 and tried to add gcc-mingw.

[SVN r36406]
Roland Schwarz 19 years ago
parent
commit
6d3e77cd36
1 changed files with 1 additions and 11 deletions
  1. 1 11
      status/explicit-failures-markup.xml

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

@@ -3685,17 +3685,6 @@ for more information.
                 something else is known to resolve the issue.
             </note>
         </mark-expected-failures>
-        <mark-expected-failures>
-            <test name="test_barrier_lib"/>
-            <toolset name="msvc-8.0"/>
-            <note author="Aleksey Gurtovoy" refid="6"/>
-        </mark-expected-failures>
-
-        <mark-expected-failures>
-            <test name="test_thread"/>
-            <toolset name="msvc-7.1"/>
-            <note author="Aleksey Gurtovoy" refid="6"/>
-        </mark-expected-failures>
 
         <mark-expected-failures reason="?">
             <test name="*_lib"/>
@@ -3714,6 +3703,7 @@ for more information.
             <test name="test_tss_lib"/>
             <toolset name="borland-*"/>
             <toolset name="cw-9.4"/>
+            <toolset name="gcc-mingw*"/>
             <note author="Roland Schwarz" date="2006-12-14">
                 When a thread ends, tss data needs to be cleaned up. This process
                 is mostly automatic. When threads are launched by the Boost.Thread API

粤ICP备19079148号