Boost logo

Boost Testing :

From: John Maddock (john_at_[hidden])
Date: 2005-04-03 04:51:09


> Compiles and runs for me on OSX 10.2 and CW-8.3. That is both from the
> various targets available when building from the IDE. And when building
> with the current Boost.Build toolset.
>
> And the program returns "0" as the result.
>
> Are we to draw the conclusion that locales are supported.. And it's some
> other link/compile problem?

Looks like it: can you try:

cd libs/regex/test
bjam collate_info

If this works for you (it should, it's only a little more complicated than
the last test case), then there's something different between Stephen's
setup and yours (see http://tinyurl.com/5y8s5 for the current failures for
this test).

One other thing I notice from the regression test logs: all the failures
talk about ctype<int> or codecvt<int...>, rather than ctype<wchar_t> and
codecvt<wchar_t...>, I don't know if this could be a hint at all...

Thanks for persevering with this,

John.


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