Browse Source

Updated statechart markup to new toolset names & fixed failures.

[SVN r34088]
Andreas Huber 20 years ago
parent
commit
5ca7c36895
1 changed files with 10 additions and 20 deletions
  1. 10 20
      status/explicit-failures-markup.xml

+ 10 - 20
status/explicit-failures-markup.xml

@@ -3495,26 +3495,23 @@ for more information.
     <library name="statechart">
         <mark-unusable>
             <toolset name="borland-5*"/>
+            <toolset name="cw-8*"/>
+            <toolset name="dmc-8*"/>
+            <toolset name="gcc-2*"/>
+            <toolset name="hp_cxx-65*"/>
             <toolset name="msvc"/>
             <toolset name="msvc-6.5*"/>
             <toolset name="msvc-7.0*"/>
+            <toolset name="sun-5*"/>
+            <toolset name="tru64cxx65*"/>
             <toolset name="vc-6_5*"/>
-            <toolset name="msvc-6.5*"/>
-            <toolset name="vc7*"/>
             <toolset name="vc-7_0*"/>
-            <toolset name="dmc-8*"/>
-            <toolset name="sunpro-5*"/>
-            <toolset name="tru64cxx65*"/>
-            <toolset name="cw-8*"/>
-            <toolset name="gcc-2*"/>
             <note author="Andreas Huber" refid="17"/>
         </mark-unusable>
         <mark-expected-failures>
             <test name="DllTestNormal"/>
-            <toolset name="gcc-3_3-darwin"/>
             <toolset name="mingw*"/>
-            <toolset name="tru64cxx*"/>
-            <toolset name="hp_cxx*"/>
+            <toolset name="hp_cxx-71*"/>
             <note author="Andreas Huber">
                 A runtime failure of this test indicates that this platform
                 <b>dynamically</b> links code in a manner such that under
@@ -3526,8 +3523,7 @@ for more information.
         </mark-expected-failures>
         <mark-expected-failures>
             <test name="LibTestNormal"/>
-            <toolset name="tru64cxx71*"/>
-            <toolset name="hp_cxx*"/>
+            <toolset name="hp_cxx-71*"/>
             <note author="Andreas Huber">
                 A runtime failure of this test indicates that this platform
                 <b>statically</b> links code in a manner such that under
@@ -3540,21 +3536,15 @@ for more information.
         <mark-expected-failures reason="?">
             <test name="CustomReactionTest*"/>
             <test name="TransitionTest*"/>
-            <test name="DllTest*"/>
+            <test name="DllTestNormal"/>
             <toolset name="cw-9*"/>
             <note author="Andreas Huber" refid="29"/>
         </mark-expected-failures>
-        <mark-expected-failures reason="?">
-            <test name="LibTest*"/>
-            <toolset name="cw-9_*"/>
-            <note author="Andreas Huber" refid="29"/>
-        </mark-expected-failures>
         <mark-expected-failures reason="?">
             <test name="CustomReactionTest*"/>
             <test name="FifoSchedulerTest*"/>
             <test name="TransitionTest*"/>
-            <toolset name="tru64cxx71*"/>
-            <toolset name="hp_cxx*"/>
+            <toolset name="hp_cxx-71*"/>
             <note author="Andreas Huber" refid="29"/>
         </mark-expected-failures>
     </library>

粤ICP备19079148号