Przeglądaj źródła

Thread/Intel 8.0/Linux markup

[SVN r25552]
Aleksey Gurtovoy 21 lat temu
rodzic
commit
7116ca500a
1 zmienionych plików z 15 dodań i 0 usunięć
  1. 15 0
      status/explicit-failures-markup.xml

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

@@ -1432,6 +1432,21 @@ for more information.
                 </note>
             </mark-failure>
         </test>
+        <mark-expected-failures>
+            <test name="*_lib"/>
+            <toolset name="intel-8.0-linux*"/>
+            <note author="Aleksey Gurtovoy">
+                This failure is caused by a conflict between the compiler 
+                and the testing environment: the tests are run on a platform with 
+                <i>too recent</i> version of glibc, which is not currently 
+                supported by the compiler vendor (Intel). 
+                
+                If you are having the same problem and <i>really</i> want to make
+                things work, renaming <code>strol</code> symbol in the 
+                compiler's static runtime library (<code>libcprts.a</code>) to 
+                something else is known to resolve the issue.
+            </note>
+        </mark-expected-failures>
     </library>
 
 

粤ICP备19079148号