Browse Source

Fixed invalid markup

[SVN r36672]
Misha Bergal 19 years ago
parent
commit
a82d53a274
1 changed files with 7 additions and 4 deletions
  1. 7 4
      status/explicit-failures-markup.xml

+ 7 - 4
status/explicit-failures-markup.xml

@@ -358,25 +358,28 @@
 
 
     <!-- concept_check -->
     <!-- concept_check -->
     <library name="concept_check">
     <library name="concept_check">
-        <test name="class_concept_fail_expected">
+        <mark-expected-failures>
+            <test name="class_concept_fail_expected">
             <mark-failure>
             <mark-failure>
                 <toolset name="cw-8.3*"/>
                 <toolset name="cw-8.3*"/>
                 <note author="B. Dawes" refid="3"/>
                 <note author="B. Dawes" refid="3"/>
             </mark-failure>
             </mark-failure>
         </test>
         </test>
-	<mark-expected-failures>
           <test name="class_concept_fail_expected">
           <test name="class_concept_fail_expected">
-	  <toolset name="borland-5*"/>
+              <mark-failure>
+                  <toolset name="borland-5*"/>
 	  <toolset name="msvc-6.5*"/>
 	  <toolset name="msvc-6.5*"/>
 	  <toolset name="msvc-7.0"/>
 	  <toolset name="msvc-7.0"/>
 	  <note author="Jeremy Siek"/>
 	  <note author="Jeremy Siek"/>
-	</mark-expected-failures>
+              </mark-failure>
+          </test>
         <test name="stl_concept_covering">
         <test name="stl_concept_covering">
             <mark-failure>
             <mark-failure>
                 <toolset name="*"/>
                 <toolset name="*"/>
                 <note author="Jeremy Siek" refid="1"/>
                 <note author="Jeremy Siek" refid="1"/>
             </mark-failure>
             </mark-failure>
         </test>
         </test>
+        </mark-expected-failures>
     </library>
     </library>
 
 
     <!-- config -->
     <!-- config -->

粤ICP备19079148号