Przeglądaj źródła

merged HEAD to RC

[SVN r35452]
Daniel Wallin 19 lat temu
rodzic
commit
33e23b8f45
2 zmienionych plików z 41 dodań i 1 usunięć
  1. 1 1
      libs/parameter
  2. 40 0
      status/explicit-failures-markup.xml

+ 1 - 1
libs/parameter

@@ -1 +1 @@
-Subproject commit 916b4d2c2f9cf5fa5d74da4a23eb244303dd9c7e
+Subproject commit 3852ff760c7dae7c10222983146f800bd24aa9d9

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

@@ -3174,12 +3174,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号