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

Added a little more tr1 markup.
Marked up regex tru64-gcc failure.


[SVN r34886]

John Maddock 20 лет назад
Родитель
Сommit
7f87dcc552
1 измененных файлов с 13 добавлено и 1 удалено
  1. 13 1
      status/explicit-failures-markup.xml

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

@@ -3466,7 +3466,15 @@ for more information.
             use and building of dll's mainly.
             </note>
         </mark-expected-failures>
-        <test name="concept_check">
+       <mark-expected-failures>
+          <test name="regex_regress_threaded"/>
+          <toolset name="gcc-4_0_3_tru64"/>
+          <note author="J. Maddock">
+             GCC on tru64 appears not to cope with C++ exceptions
+             thrown from within threads.
+          </note>
+       </mark-expected-failures>
+       <test name="concept_check">
             <mark-failure>
                 <toolset name="vc-8_0"/>
                 <toolset name="msvc-8_0"/>
@@ -4014,6 +4022,8 @@ for more information.
             <test name="std_test_bind_tricky"/>
             <test name="std_test_ref_wrapper_tricky"/>
             <test name="std_test_function_tricky"/>
+            <test name="std_test_reference_wrapper_tricky"/>
+            <test name="test_reference_wrapper_tricky"/>
             <toolset name="*"/>
             <note author="John Maddock">
                 These tests test features that are not supported in the
@@ -4404,6 +4414,8 @@ for more information.
           <test name="tr1_is_reference_test"/>
           <test name="tr1_rank_test"/>
           <test name="tr1_tky_function_type_test"/>
+          <test name="test_type_traits"/>
+          <test name="std_test_type_traits"/>
           <toolset name="sun-5.8"/>
 
           <note author="John Maddock">

粤ICP备19079148号