Browse Source

Narrowed range of compilers where to expect tss failure.

[SVN r36392]
Roland Schwarz 19 years ago
parent
commit
cd889e520b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      status/explicit-failures-markup.xml

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

@@ -3712,7 +3712,8 @@ for more information.
         </mark-expected-failures>
         <mark-expected-failures>
             <test name="test_tss_lib"/>
-            <toolset name="*"/>
+            <toolset name="borland-*"/>
+            <toolset name="cw-9.4"/>
             <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号