Преглед изворни кода

Merged markup for a cygwin statechart failure from trunk to branch (this is a manual merge because a lot of changes were previously made to the 1.34 version only).

[SVN r36982]
Andreas Huber пре 19 година
родитељ
комит
ee7f69d381
1 измењених фајлова са 7 додато и 6 уклоњено
  1. 7 6
      status/explicit-failures-markup.xml

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

@@ -3619,6 +3619,7 @@ for more information.
         </mark-unusable>
         <mark-expected-failures>
             <test name="DllTestNormal"/>
+            <toolset name="*cygwin*"/>
             <toolset name="*mingw*"/>
             <toolset name="hp_cxx-71*"/>
             <toolset name="cw-9*"/>
@@ -3626,9 +3627,9 @@ for more information.
                 A runtime failure of this test indicates that this platform
                 <b>dynamically</b> links code in a manner such that under
                 certain circumstances more than one instance of a
-                header-defined static class member can exist at runtime.
-                See <a href="http://tinyurl.com/d2yng">here</a> for more
-                information.
+                header-defined static class member can exist at runtime. See
+                <a href="http://www.boost.org/libs/statechart/doc/faq.html#Dll">here</a>
+                for more information.
             </note>
         </mark-expected-failures>
         <mark-expected-failures>
@@ -3638,9 +3639,9 @@ for more information.
                 A runtime failure of this test indicates that this platform
                 <b>statically</b> links code in a manner such that under
                 certain circumstances more than one instance of a
-                header-defined static class member can exist at runtime.
-                See <a href="http://tinyurl.com/d2yng">here</a> for more
-                information.
+                header-defined static class member can exist at runtime. See
+                <a href="http://www.boost.org/libs/statechart/doc/faq.html#Dll">here</a>
+                for more information.
             </note>
         </mark-expected-failures>
         <mark-expected-failures reason="?">

粤ICP备19079148号