1
0
Эх сурвалжийг харах

Account for intel 10.x compiler bug

[SVN r43864]
Dave Abrahams 18 жил өмнө
parent
commit
88443b3472

+ 15 - 0
status/explicit-failures-markup.xml

@@ -4147,6 +4147,21 @@ for more information.
             little chance it will handle Boost.Python</blockquote>
             </note>
         </mark-unusable>
+        <mark-expected-failures>
+          <test name="object"/>
+          <toolset name="intel-10.*"/>
+            <note author="David Abrahams">
+
+              This compiler has a bug that causes silent misbehavior at runtime
+              when each of an assignment expression follows one of the following patterns:
+              <em>expr</em><code>.attr(</code><em>name</em><code>)</code>
+              or <em>expr</em><code>[</code><em>item</em><code>]</code>,
+              where <em>expr</em>
+              is-a <code>boost::python::object</code>.  We've been
+              unable to find a workaround.
+
+            </note>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="args"/>
             <test name="auto_ptr"/>

粤ICP备19079148号