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

Fixed some regressions and added expected failure markup.

[SVN r35451]
Daniel Wallin 19 лет назад
Родитель
Сommit
c956adb6e4
2 измененных файлов с 41 добавлено и 1 удалено
  1. 1 1
      libs/parameter
  2. 40 0
      status/explicit-failures-markup.xml

+ 1 - 1
libs/parameter

@@ -1 +1 @@
-Subproject commit 0e263f56023356220958fb46234b677ffea0ba52
+Subproject commit b67fbdff8fb38334b4cd8a1d3941878f75b92299

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

@@ -3071,12 +3071,52 @@ for more information.
             <test name="optional_deduced_sfinae"/>
             <toolset name="vc-6*"/>
             <toolset name="vc-7_0"/>
+            <toolset name="borland-5_6_4"/>
+            <toolset name="borland-5_8_2"/>
             <note author="Daniel Wallin">
               These compilers do not support SFINAE, so are expected to
               fail this test.
             </note>
         </mark-expected-failures>
 
+        <mark-expected-failures>
+            <test name="preprocessor_deduced"/>
+            <toolset name="borland-5_6_4"/>
+            <toolset name="borland-5_8_2"/>
+            <note author="Daniel Wallin">
+              Borland does not support this feature. A compatibility syntax
+              might be developed later on.
+            </note>
+        </mark-expected-failures>       
+
+        <mark-expected-failures>
+            <test name="normalized_argument_types"/>
+            <toolset name="borland-5_6_4"/>
+            <toolset name="borland-5_8_2"/>
+            <toolset name="vc-6*"/>
+            <toolset name="vc-7_0"/>
+            <note author="Daniel Wallin">
+              This feature generally requires advanced compiler
+              features not supported by these compilers. It might
+              be possible to work around the issue on VC6/7, but
+              at this time no such workaround has been done.
+            </note>
+        </mark-expected-failures>
+
+        <mark-expected-failures>
+            <test name="unnamed"/>
+            <toolset name="*"/>
+            <note author="Daniel Wallin">
+              This is old and should not be tested any more.
+            </note>
+        </mark-expected-failures>
+
+        <mark-expected-failures>
+            <test name="deduced_dependent_predicate"/>
+            <toolset name="vc-6*"/>
+            <note refid="31" author="Daniel Wallin"/>
+        </mark-expected-failures>
+
     </library>
 
      <!-- pointer container -->

粤ICP备19079148号