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

Modified Files:
        explicit-failures-markup.xml 
Log Message:
apply 1.34 markups for acc toolset to the HEAD

Index: explicit-failures-markup.xml
===================================================================
RCS file: /cvsroot/boost/boost/status/explicit-failures-markup.xml,v
retrieving revision 1.561
retrieving revision 1.562
diff -u -d -r1.561 -r1.562
--- explicit-failures-markup.xml        28 Jun 2007 23:02:43 -0000      1.561
+++ explicit-failures-markup.xml        14 Jul 2007 03:45:28 -0000      1.562
@@ -20,6 +20,7 @@
     -->
 
     <!-- /////////////// Toolsets /////////////// -->
+    <mark-toolset name="acc" status="required"/>
     <mark-toolset name="borland-5.6.4" status="required"/>
     <mark-toolset name="borland-5.8.2" status="required"/>
     <mark-toolset name="cw-9.4" status="required"/>
@@ -290,6 +291,28 @@
         </mark-expected-failures>
     </library>
 
+    <!-- bimap-->
+    <library name="bimap">
+        <mark-expected-failures>
+            <test name="test_bimap_assign"/>
+            <test name="test_bimap_ordered"/>
+            <test name="test_bimap_unconstrained"/>
+            <test name="test_bimap_unordered"/>
+            <toolset name="acc"/>
+            <note refid="39" author="Boris Gubenko"/>
+        </mark-expected-failures>
+        <mark-expected-failures>
+        <test name="typeof"/>
+                <toolset name="acc"/>
+                <toolset name="intel-vc71-win*"/>
+                <toolset name="intel-vc8-win*"/>
+                <toolset name="intel-win-9.1"/>
+                <toolset name="tru64*"/>
+                <toolset name="hp_cxx*"/>
+            <note refid="40" author="Boris Gubenko"/>
+        </mark-expected-failures>
+    </library>
+
     <!-- bind-->
     <library name="bind">
         <mark-expected-failures>
@@ -1010,6 +1033,19 @@
         </mark-expected-failures>
 
         <mark-expected-failures>
+            <test name="testdate_input_facet_dll"/>
+            <test name="testdate_input_facet"/>
+            <test name="testtime_input_facet"/>
+            <test name="testlocal_time_input_facet"/>
+            <toolset name="acc"/>
+            <note author="Jeff Garland">
+            These tests rely on the ability of an std::map to be
+            instantiated on an incomplete type. The Rogue Wave
+            version 2.2 and higher does not allow this.
+            </note>
+        </mark-expected-failures>
+
+        <mark-expected-failures>
             <test name="testtime_wstream"/>
             <toolset name="hp_cxx-65*"/>
             <note author="Jeff Garland">
@@ -1249,6 +1285,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>
@@ -1743,6 +1780,11 @@
              compiler release.
           </note>
        </mark-expected-failures>
+       <mark-expected-failures>
+            <test name="copy"/>
+            <toolset name="acc"/>
+            <note refid="39" author="Boris Gubenko"/>
+       </mark-expected-failures>
 
     </library>
 
@@ -2309,6 +2351,7 @@
         </mark-unusable>
         <mark-expected-failures>
             <test name="*_native"/>
+            <toolset name="acc"/>
             <toolset name="vc-8_0*"/>
             <toolset name="msvc-8.0*"/>
             <toolset name="intel-vc71-win*"/>
@@ -2528,6 +2571,16 @@
             <note author="Aleksey Gurtovoy" date="19 Sep 2004" refid="26"/>
         </mark-expected-failures>
 
+       <mark-expected-failures>
+            <test name="is_lvalue_iterator"/>
+            <toolset name="acc"/>
+            <note author="Boris Gubenko">
+                For some currently unknown reason, with aCC6, this test can be 
compiled
+                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.
+            </note>
+       </mark-expected-failures>
+
     </library>
 
 
@@ -3192,6 +3245,16 @@
             <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 -->
@@ -4751,4 +4814,13 @@
         This test assumes compiler support for rvalue references.
     </note>
 
+    <note id="39">
+        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>
+
+    <note id="40">
+        This test assumes native typeof support.
+    </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