Ver Fonte

markup Boost.Integer library test integer_test for acc toolset -- compilation time may exceed specified timeout value

[SVN r49445]
Boris Gubenko há 17 anos atrás
pai
commit
283e23d3e6
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      status/explicit-failures-markup.xml

+ 4 - 1
status/explicit-failures-markup.xml

@@ -1856,9 +1856,12 @@
     <library name="integer">
         <mark-expected-failures>
             <test name="integer_test"/>
+            <toolset name="acc"/>
             <toolset name="gcc-4.2.1_hpux_ia64"/>
             <note author="Boris Gubenko">
-                When compiling and linking this test, ld takes segmentation fault.
+                When compiling with aC++, depending on system load, the compile time may exceed
+                specified timeout value. The test passes when the timeout value is increased.
+                When compiling with GCC, linker takes segmentation fault.
                 In the HP bug tracking system, this issue is tracked as QuIX ID: QXCR1000836120.  
             </note>
         </mark-expected-failures>

粤ICP备19079148号