Explorar el Código

use full exact names for gcc toolsets on HP-UX

[SVN r41458]
Boris Gubenko hace 18 años
padre
commit
e79fb2b3e0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      status/explicit-failures-markup.xml

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

@@ -2629,7 +2629,8 @@ for more information.
             <test name="test_demo_portable_archive"/>
             <test name="test_demo_portable_archive_dll"/>
             <toolset name="acc*"/>
-            <toolset name="gcc*hpux*"/>
+            <toolset name="gcc-3.4.2_hpux_pa_risc"/>
+            <toolset name="gcc-4.2.1_hpux_ia64"/>
             <note author="Boris Gubenko">
               This failure is caused by serialization library bug in the
               code visible only on big endian platforms.

粤ICP备19079148号