|
|
@@ -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>
|
|
|
|