Przeglądaj źródła

Added geometry, marked several compilers as unusable

[SVN r68328]
Barend Gehrels 15 lat temu
rodzic
commit
d72c8f0adb
1 zmienionych plików z 18 dodań i 1 usunięć
  1. 18 1
      status/explicit-failures-markup.xml

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

@@ -1847,7 +1847,24 @@
             </note>
         </mark-expected-failures>
     </library>
-
+    
+    <!-- geometry -->
+    <library name="geometry">
+        <mark-unusable>
+            <toolset name="borland-cb2009"/>
+            <toolset name="borland-cb2010"/>
+            <toolset name="sun-5.10"/>
+            <toolset name="pathscale-3.2"/>
+            <toolset name="pgi-10.1"/>
+            <toolset name="vacpp"/>
+            <toolset name="vacpp-10.1"/>
+            <toolset name="msvc-7.1"/>
+            <note author="Barend Gehrels">
+                These compilers do not support features that are essential for the library.
+            </note>
+        </mark-unusable>
+    </library>
+    
     <!-- gil -->
     <library name="gil">
       <mark-expected-failures>

粤ICP备19079148号