Index: explicit-failures-markup.xml
===================================================================
RCS file: /cvsroot/boost/boost/status/explicit-failures-markup.xml,v
retrieving revision 1.548
diff -u -p -r1.548 explicit-failures-markup.xml
--- explicit-failures-markup.xml 10 Mar 2007 09:53:12 -0000 1.548
+++ explicit-failures-markup.xml 15 Mar 2007 20:26:13 -0000
@@ -1519,6 +1519,26 @@
of class template partial specializations.
+
+
+
+
+
+
+ The test fails due to compile error in relaxed_heap.hpp.
+ The compile error is likely caused by a compiler bug.
+
+
+
+
+
+
+ The test fails from completely unknown reason -- it might
+ be compiler bug, or compiler misconfiguration or testing
+ system bug.
+
+
+
@@ -1676,6 +1696,14 @@
disable this test with BBv2 at present.
+
+
+
+
+ The test fails at runtime for unknown reasons.
+
+
+
@@ -2942,6 +2970,16 @@ for more information.
+
+
+
+
+ This failure is unresearched. Presumably, the problem
+ is that the abs function is not available in the "right"
+ namespace with this compiler/stdlib combination.
+
+
+
@@ -3930,9 +3968,24 @@ for more information.
- The test appears to test that division by zero is
- detected by Boost.Test. This is not happening on
- Darwin, for unknown reasons.
+ 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.
+
+ Compiler options -fno-trapping-math and -fnon-call-exceptions
+ might affect this. However, in default configuration
+ no check is done, and division by zero is not detected.
+
+
+
+
+
+
+
+ The test appears to test that failed assertion result
+ in non-zero exit status. That seems to be not the
+ case, for unknown reasons.