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

Narrowed range of compilers where to expect tss failure.

[SVN r36392]
Roland Schwarz 19 лет назад
Родитель
Сommit
cd889e520b
1 измененных файлов с 2 добавлено и 1 удалено
  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>
         <mark-expected-failures>
         <mark-expected-failures>
             <test name="test_tss_lib"/>
             <test name="test_tss_lib"/>
-            <toolset name="*"/>
+            <toolset name="borland-*"/>
+            <toolset name="cw-9.4"/>
             <note author="Roland Schwarz" date="2006-12-14">
             <note author="Roland Schwarz" date="2006-12-14">
                 When a thread ends, tss data needs to be cleaned up. This process
                 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
                 is mostly automatic. When threads are launched by the Boost.Thread API

粤ICP备19079148号