Ver Fonte

mark some tests for HP-UX

[SVN r37470]
Boris Gubenko há 19 anos atrás
pai
commit
ed4fe3d8f4
1 ficheiros alterados com 19 adições e 0 exclusões
  1. 19 0
      status/explicit-failures-markup.xml

+ 19 - 0
status/explicit-failures-markup.xml

@@ -1374,6 +1374,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>
@@ -1916,6 +1917,14 @@
              compiler release.
           </note>
        </mark-expected-failures>
+       <mark-expected-failures>
+            <test name="copy"/>
+            <toolset name="acc"/>
+            <note author="Boris Gubenko">
+                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>
+       </mark-expected-failures>
 
     </library>
 
@@ -3512,6 +3521,16 @@ for more information.
             <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 -->

粤ICP备19079148号