Browse Source

statechart: Added markup for v2 specific toolset names.

[SVN r33382]
Andreas Huber 20 years ago
parent
commit
c511c683fd
1 changed files with 12 additions and 9 deletions
  1. 12 9
      status/explicit-failures-markup.xml

+ 12 - 9
status/explicit-failures-markup.xml

@@ -3105,17 +3105,18 @@ for more information.
     <!-- statechart -->
     <library name="statechart">
         <mark-unusable>
-            <toolset name="borland-5_6_4"/>
-            <toolset name="borland-5_8_1"/>
+            <toolset name="borland-5*"/>
             <toolset name="msvc"/>
+            <toolset name="msvc-6.5*"/>
+            <toolset name="msvc-7.0*"/>
             <toolset name="vc-6_5*"/>
             <toolset name="vc7*"/>
             <toolset name="vc-7_0*"/>
-            <toolset name="dmc-8_47*"/>
-            <toolset name="sunpro-5_8*"/>
+            <toolset name="dmc-8*"/>
+            <toolset name="sunpro-5*"/>
             <toolset name="tru64cxx65*"/>
-            <toolset name="cw-8_3*"/>
-            <toolset name="gcc-2.95.3*"/>
+            <toolset name="cw-8*"/>
+            <toolset name="gcc-2*"/>
             <note author="Andreas Huber" refid="17"/>
         </mark-unusable>
         <mark-expected-failures>
@@ -3150,10 +3151,12 @@ for more information.
             <test name="CustomReactionTest*"/>
             <test name="TransitionTest*"/>
             <test name="DllTest*"/>
+            <toolset name="cw-9*"/>
+            <note author="Andreas Huber" refid="29"/>
+        </mark-expected-failures>
+        <mark-expected-failures reason="?">
             <test name="LibTest*"/>
-            <toolset name="cw-9_4"/>
-            <toolset name="cw-9.4"/>	    
-            <toolset name="cw-9_5-darwin"/>
+            <toolset name="cw-9_*"/>
             <note author="Andreas Huber" refid="29"/>
         </mark-expected-failures>
         <mark-expected-failures reason="?">

粤ICP备19079148号