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

Updated unusable toolsets for Interprocess and Intrusive

[SVN r39576]
Ion Gaztañaga 18 лет назад
Родитель
Сommit
672408122b
1 измененных файлов с 18 добавлено и 12 удалено
  1. 18 12
      status/explicit-failures-markup.xml

+ 18 - 12
status/explicit-failures-markup.xml

@@ -1594,14 +1594,17 @@
     <!-- interprocess-->
     <library name="interprocess">
         <mark-unusable>
-            <toolset name="borland-5.*"/>
+            <toolset name="borland-5.6*"/>
+            <toolset name="borland-5.8*"/>
+            <toolset name="sun-5.8*"/>
             <toolset name="msvc-6.5*"/>
-            <toolset name="iw-7_1-vc6"/>
-            <toolset name="gcc-2.95.3-linux"/>
-            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
-            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
+            <toolset name="cw-9.*"/>
+            <toolset name="gcc-2.95*"/>
+            <toolset name="gcc-3.0*"/>
+            <toolset name="gcc-3.1*"/>
+            <toolset name="gcc-3.2*"/>
+            <toolset name="gcc-3.3*"/>
             <toolset name="mipspro"/>
-            <toolset name="sunpro-5_3-sunos"/>
             <note author="Ion Gazta&#241;aga">
                 The compiler does not support features that are essential for the library.
             </note>
@@ -1611,14 +1614,17 @@
     <!-- intrusive-->
     <library name="intrusive">
         <mark-unusable>
-            <toolset name="borland-5.*"/>
+            <toolset name="borland-5.6*"/>
+            <toolset name="borland-5.8*"/>
+            <toolset name="sun-5.8*"/>
             <toolset name="msvc-6.5*"/>
-            <toolset name="iw-7_1-vc6"/>
-            <toolset name="gcc-2.95.3-linux"/>
-            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
-            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
+            <toolset name="cw-9.*"/>
+            <toolset name="gcc-2.95*"/>
+            <toolset name="gcc-3.0*"/>
+            <toolset name="gcc-3.1*"/>
+            <toolset name="gcc-3.2*"/>
+            <toolset name="gcc-3.3*"/>
             <toolset name="mipspro"/>
-            <toolset name="sunpro-5_3-sunos"/>
             <note author="Ion Gazta&#241;aga">
                 The compiler does not support features that are essential for the library.
             </note>

粤ICP备19079148号