mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 14:29:14 +00:00
mark some tests for HP-UX
[SVN r37470]
This commit is contained in:
parent
bf10b70588
commit
ed4fe3d8f4
1 changed files with 19 additions and 0 deletions
|
@ -1374,6 +1374,7 @@
|
|||
<test name="format_test3"/>
|
||||
<toolset name="tru64cxx65*"/>
|
||||
<toolset name="hp_cxx-65*"/>
|
||||
<toolset name="acc"/>
|
||||
<note author="Markus Schoepflin" refid="33"/>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
@ -1916,6 +1917,14 @@
|
|||
compiler release.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="copy"/>
|
||||
<toolset name="acc"/>
|
||||
<note author="Boris Gubenko">
|
||||
When compiling this test, aCC6 runs out of memory. The HP
|
||||
compiler group is aware of this issue and is working on the fix.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
|
||||
</library>
|
||||
|
||||
|
@ -3512,6 +3521,16 @@ for more information.
|
|||
<toolset name="hp_cxx*"/>
|
||||
<note author="Markus Schoepflin" refid="29"/>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="data_members"/>
|
||||
<toolset name="acc"/>
|
||||
<note author="Boris Gubenko">
|
||||
This test assumes standard-compliant dependent template name lookup which
|
||||
is performed by aCC6 only in strict ansi mode. Since on HP-UX/aCC6 boost
|
||||
testing is done in the default compilation mode, this test fails to
|
||||
compile on this platform (in strict ansi mode, it compiles and succeeds).
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<!-- random -->
|
||||
|
|
Loading…
Add table
Reference in a new issue