
AMDG On 02/18/2014 02:07 PM, Peter Dimov wrote:
Steven Watanabe wrote:
Are the testers using incremental builds?
I don't think so. This run, for example:
http://www.boost.org/development/tests/develop/developer/output/teeks99-02e-...
is apparently using an old version of shared_count.hpp, and there's no yellow i.
This tester is using --force-update, which could also be a problem.
This one:
http://www.boost.org/development/tests/develop/developer/output/VC8%20jc-bel...
fails due to a missing config/user.hpp. Doesn't appear incremental as well.
This one we've discussed on the testing list. Summary: The regression test system's cleanup command is deleting a large number of headers, because git doesn't know about junctions (git clean treats a junction as an ordinary directory and deletes the contents).
This one:
http://www.boost.org/development/tests/develop/developer/output/DebSidC++-bo...
appears to be using an old version of assert.hpp.
--force-update here too. In Christ, Steven Watanabe