Просмотр исходного кода

Apply changeset 43864, fixing #1717

[SVN r43871]
Beman Dawes 18 лет назад
Родитель
Сommit
d40542107e
1 измененных файлов с 15 добавлено и 0 удалено
  1. 15 0
      status/explicit-failures-markup.xml

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

@@ -3987,6 +3987,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号