Browse Source

Mark Boost.Thread *_lib tests as expected failures

[SVN r28652]
Caleb Epstein 21 years ago
parent
commit
2c98cb7c15
1 changed files with 10 additions and 0 deletions
  1. 10 0
      status/explicit-failures-markup.xml

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

@@ -1973,6 +1973,16 @@ for more information.
             <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
             <note author="Aleksey Gurtovoy" refid="29"/>
         </mark-expected-failures>
+
+        <mark-expected-failures>
+            <test name="*_lib"/>
+            <toolset name="gcc-*-sunos"/>
+            <note author="Caleb Epstein">
+		SunOS does not provide static versions of -lrt or
+		-lthread, and gcc -static refuses to link with any
+		shared objects, so these tests don't compile.
+            </note>
+        </mark-expected-failures>
     </library>
 
 

粤ICP备19079148号