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

Committed a status/explicit-failures-markup.xml patch by Boris Gubenko.

[SVN r47828]
Jurko Gospodnetić 17 лет назад
Родитель
Сommit
597a9b74c8
1 измененных файлов с 20 добавлено и 0 удалено
  1. 20 0
      status/explicit-failures-markup.xml

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

@@ -1729,6 +1729,15 @@
         </mark-expected-failures>
     </library>
 
+    <!-- gil -->
+    <library name="gil">
+      <mark-expected-failures>
+          <test name="pixel"/>
+          <toolset name="acc"/>
+          <note author="Boris Gubenko" refid="46"/>
+      </mark-expected-failures>
+    </library>
+
 
     <!-- graph -->
     <library name="graph">
@@ -4092,6 +4101,11 @@ for more information.
 
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="object"/>
+            <toolset name="acc"/>
+            <note author="Boris Gubenko" refid="46"/>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="args"/>
             <test name="auto_ptr"/>
@@ -6100,4 +6114,10 @@ choosing instead to bind them to the private (and unimplemented) copy constructo
         problem.
     </note>
 
+    <note id="46">
+        The test does not compile, most likely because of new version of EDG Front End
+        implementing Core Issue 574. In the HP bug tracking system, it is tracked as
+        QuIX ID: QXCR1000804484.
+    </note>
+
 </explicit-failures-markup>

粤ICP备19079148号