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

mark some function_types and serialization library tests for acc toolset

[SVN r41263]
Boris Gubenko 18 лет назад
Родитель
Сommit
d2b9565ca8
1 измененных файлов с 26 добавлено и 0 удалено
  1. 26 0
      status/explicit-failures-markup.xml

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

@@ -1485,6 +1485,18 @@
         </mark-expected-failures>
     </library>
 
+    <!-- function_types -->
+    <library name="function_types">
+        <mark-expected-failures>
+            <test name="nonmember_ccs.cpp"/>
+            <test name="nonmember_ccs_exact.cpp"/>
+            <test name="member_ccs.cpp"/>
+            <test name="member_ccs_exact.cpp"/>
+            <toolset name="acc*"/>
+            <note author="Boris Gubenko" refid="44"/>
+        </mark-expected-failures>
+    </library>
+
     <!-- functional/hash -->
     <library name="functional/hash">
         <mark-expected-failures>
@@ -2600,6 +2612,16 @@ for more information.
             </note>
         </mark-expected-failures>
 
+        <mark-expected-failures>
+            <test name="test_demo_portable_archive"/>
+            <test name="test_demo_portable_archive_dll"/>
+            <toolset name="acc*"/>
+            <note author="Boris Gubenko">
+              This failure is caused by serialization library bug in the
+              code visible only on big endian platforms.
+            </note>
+        </mark-expected-failures>
+
     </library>
 
 
@@ -5771,5 +5793,9 @@ for more information.
         under investigation at HP's compiler lab.
     </note>
 
+    <note id="44">
+        This compiler does not support gcc stdcall function attribute.
+    </note>
+
 </explicit-failures-markup>
 

粤ICP备19079148号