Boost logo

Boost Testing :

From: Doug Gregor (dgregor_at_[hidden])
Date: 2005-05-03 10:08:26


Caleb,

You should have access to CVS now. Please commit this change.

        Doug

On May 2, 2005, at 11:09 PM, Caleb Epstein wrote:

> 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
>
> _______________________________________________
> Boost-Testing mailing list
> Boost-Testing_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-testing


Boost-testing list run by mbergal at meta-comm.com