|
Boost-Commit : |
From: Boris.Gubenko_at_[hidden]
Date: 2007-12-15 13:53:01
Author: bgubenko
Date: 2007-12-15 13:53:01 EST (Sat, 15 Dec 2007)
New Revision: 42082
URL: http://svn.boost.org/trac/boost/changeset/42082
Log:
mark up Boost.Test tests for Linux ia64 gcc; make Boost.Interprocess unsupported on Linux ia64 gcc and PA-RISC
Text files modified:
trunk/status/explicit-failures-markup.xml | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2007-12-15 13:53:01 EST (Sat, 15 Dec 2007)
@@ -1788,6 +1788,8 @@
<toolset name="vacpp*"/>
<toolset name="pathscale*"/>
<toolset name="intel-linux-8.*"/>
+ <toolset name="gcc-3.4.2_hpux_pa_risc"/>
+ <toolset name="gcc-3.4.6_linux_ia64"/>
<note author="Ion Gaztañaga">
The compiler does not support features that are essential for the library.
</note>
@@ -4555,11 +4557,12 @@
<mark-expected-failures>
<test name="prg_exec_fail2"/>
<toolset name="darwin-4.0.1"/>
+ <toolset name="gcc-3.4.6_linux_ia64"/>
<note author="Vladimir Prus">
The test verifies that Boost.Test detects division by
- zero. Division by zero has an undefined result
- on PowerPC processors. The compiler has to emit extra
- code to assert that the divisor isn't zero.
+ zero. It fails on PowerPC and Linux ia64. On PowerPC
+ processors, division has an undefined result. The compiler
+ has to emit extra code to assert that the divisor isn't zero.
Compiler options -fno-trapping-math and -fnon-call-exceptions
might affect this. However, in default configuration
@@ -4570,6 +4573,7 @@
<mark-expected-failures>
<test name="prg_exec_fail3"/>
<toolset name="cw-9.4"/>
+ <toolset name="gcc-3.4.6_linux_ia64"/>
<note author="Vladimir Prus">
The test appears to test that failed assertion result
in non-zero exit status. That seems to be not the
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk