![]() |
Boost Testing : |
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-05-02 23:09:57
This patch marks the Boost.Test *_lib failures as expected on
gcc-*-sunos, which means Boost.Thread will pass on Solaris with both
gcc and SunPRO.
Index: status/explicit-failures-markup.xml
===================================================================
RCS file: /cvsroot/boost/boost/status/explicit-failures-markup.xml,v
retrieving revision 1.193
diff -u -b -r1.193 explicit-failures-markup.xml
--- status/explicit-failures-markup.xml 1 May 2005 15:52:48 -0000 1.193
+++ status/explicit-failures-markup.xml 3 May 2005 04:07:53 -0000
@@ -1935,6 +1935,16 @@
<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>
-- Caleb Epstein caleb dot epstein at gmail dot com