Update of /cvsroot/boost/boost/status
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8946

Modified Files:
        explicit-failures-markup.xml 
Log Message:
mark up circular_buffer library tests for HP-UX

Index: explicit-failures-markup.xml
===================================================================
RCS file: /cvsroot/boost/boost/status/explicit-failures-markup.xml,v
retrieving revision 1.565
retrieving revision 1.566
diff -u -d -r1.565 -r1.566
--- explicit-failures-markup.xml        14 Jul 2007 21:51:37 -0000      1.565
+++ explicit-failures-markup.xml        19 Jul 2007 11:51:45 -0000      1.566
@@ -376,6 +376,17 @@
     </library>
 
 
+    <!-- circular_buffer -->
+    <library name="circular_buffer">
+        <mark-expected-failures>
+            <test name="base_test"/>
+            <test name="space_optimized_test"/>
+            <toolset name="acc"/>
+            <note author="Boris Gubenko" refid="41"/>
+        </mark-expected-failures>
+    </library>
+
+
     <!-- concept_check -->
     <library name="concept_check">
         <test name="class_concept_fail_expected">
@@ -5315,4 +5326,11 @@
         This test assumes compiler support for rvalue references.
     </note>
 
+    <note id="41">
+        These tests rely on the ability of an std::deque container to be
+        constructed off two input iterators. Unfortunately, the Rogue Wave
+        library version 2.2 and higher assumes iterator which has + and -
+        operators which only random access iterator is required to provide.
+    </note>
+
 </explicit-failures-markup>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to