C++ Frontend Tales

All | Boost | General | Loki
Main | Next day (Apr 10, 2006) »

20060410 Monday April 10, 2006

All regex tests are passed

New patch for Studio 11 (121017-02/121018-02) is delayed. I think we will be able to release it in a couple of week. Patch for Sun Studio 10 is almost ready and we wait customer's feedback to release it.

Meanwhile number of failed Boost tests was reduced again. Please look at summary page - all regex tests are passed now.

Someone asked me about the only 'filesystem' failures. Actually it is not a bug. The failed tests just checks OS support large files (>4Gb). By default Boost is compiled in 32-bit mode. So that test is failed. But you can turn on 64-bit mode easily. Just pass -sBUILD="<instruction-set>v9" or -sBUILD="<instruction-set>athlon64" options to the bjam.

And as usually fresh Boost tests results.

  Studio 11 Studio 10
Pass 757 751
Warn 158 159
Fail 26 31

Permalink Comments [1]