Subject: Re: [boost] merge to master?
From: John Maddock (jz.maddock_at_[hidden])
Date: 2016-03-05 04:45:13


On 05/03/2016 06:33, Robert Ramey wrote:
> I've (finally!) got the latest version of the serialization library to
> pass all the tests on develop. I would like to merge develop to
> master. May I do this?
>

I still see a few issues:

* The program iterator_test.cpp aborts when it tries to increment an
out-of-range vector iterator with msvc (14 and 12).
* Running the serialization tests under valgrind on Linux flags up a lot
of failures (many of which may all be the same issue) - you can
reproduce with

bjam toolsetname testing.launcher="valgrind --error-exitcode=1"

* There's at least one multiprecision test which fails with the new
version (test_cpp_int_deserial.cpp) with vc12 and earlier, but not vc14
strangely. It dies with an archive exception complaining that the
archive is invalid with some VC compiler versions but not others.

John.