Browse Source

Mark up clang failure

[SVN r61894]
Steven Watanabe 16 years ago
parent
commit
ba6d03970d
1 changed files with 14 additions and 1 deletions
  1. 14 1
      status/explicit-failures-markup.xml

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

@@ -5778,7 +5778,20 @@ These tests will fail in most compilers that don't support rvalue references.
         <mark-expected-failures>
         <mark-expected-failures>
             <test name="fail_base_dimension"/>
             <test name="fail_base_dimension"/>
             <toolset name="vacpp"/>
             <toolset name="vacpp"/>
-            <note author="Steven Watanabe" refid="16"/>
+            <note author="Steven Watanabe">
+                The library depends on undefined behavior to generate
+                better errors.  This failure should not affect most
+                users of the library.
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="fail_base_dimension"/>
+            <toolset name="clang-darwin"/>
+            <note author="Steven Watanabe">
+                The library depends on undefined behavior to generate
+                better errors.  This failure should not affect most
+                users of the library.
+            </note>
         </mark-expected-failures>
         </mark-expected-failures>
     </library>
     </library>
 
 

粤ICP备19079148号