Browse Source

Unresearched statechart failures are now marked correctly.

[SVN r32971]
Andreas Huber 20 years ago
parent
commit
b27e732d65
1 changed files with 2 additions and 2 deletions
  1. 2 2
      status/explicit-failures-markup.xml

+ 2 - 2
status/explicit-failures-markup.xml

@@ -2998,7 +2998,7 @@ for more information.
                 information.
             </note>
         </mark-expected-failures>
-        <mark-expected-failures>
+        <mark-expected-failures reason="?">
             <test name="CustomReactionTest*"/>
             <test name="TransitionTest*"/>
             <test name="DllTest*"/>
@@ -3007,7 +3007,7 @@ for more information.
             <toolset name="cw-9_5-darwin"/>
             <note author="Andreas Huber" refid="29"/>
         </mark-expected-failures>
-        <mark-expected-failures>
+        <mark-expected-failures reason="?">
             <test name="CustomReactionTest*"/>
             <test name="FifoSchedulerTest*"/>
             <test name="TransitionTest*"/>

粤ICP备19079148号