Просмотр исходного кода

mark some tests for HP-UX

[SVN r37309]
Boris Gubenko 19 лет назад
Родитель
Сommit
7e3bd5492f
1 измененных файлов с 19 добавлено и 0 удалено
  1. 19 0
      status/explicit-failures-markup.xml

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

@@ -1317,6 +1317,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>
@@ -1861,6 +1862,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>
 
@@ -3448,6 +3457,16 @@ for more information.
                 is used during compile and link.) 
             </note>
         </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号