$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: Boris.Gubenko_at_[hidden]
Date: 2007-12-17 13:06:12
Author: bgubenko
Date: 2007-12-17 13:06:11 EST (Mon, 17 Dec 2007)
New Revision: 42127
URL: http://svn.boost.org/trac/boost/changeset/42127
Log:
markup test library test prg_exec_fail2 for PA-RISC
Text files modified: 
   trunk/status/explicit-failures-markup.xml |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml	(original)
+++ trunk/status/explicit-failures-markup.xml	2007-12-17 13:06:11 EST (Mon, 17 Dec 2007)
@@ -4557,10 +4557,11 @@
         <mark-expected-failures>
             <test name="prg_exec_fail2"/>
             <toolset name="darwin-4.0.1"/>
+            <toolset name="gcc-3.4.2_hpux_pa_risc"/>
             <toolset name="gcc-3.4.6_linux_ia64"/>
             <note author="Vladimir Prus">
               The test verifies that Boost.Test detects division by
-              zero. It fails on PowerPC and Linux ia64. On PowerPC
+              zero. It fails on PowerPC, PA-RISC 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.