On Thu, Dec 26, 2013 at 6:16 PM, Peter A. Bigot
On 12/26/2013 05:07 PM, Beman Dawes wrote:
On Thu, Dec 26, 2013 at 4:17 PM, Peter A. Bigot
wrote: On 12/26/2013 09:20 AM, Peter A. Bigot wrote:
A recent merge to master libs/timer includes support for inspect in the test suite, but the invocation requires support for a search-root argument in inspect. That support is not present in tools/inspect's master branch, causing the libs/timer tests to fail.
FWIW, b2 in libs/timer/test master works when tools/inspect and libs/filesystem are both on their develop branch. If only tools/inspect is on develop, inspect segfaults in boost::filesystem::initial_path() during static initialization.
I haven't been able to reproduce that on Windows. What OS are you
testing on?
Linux. Here's what I get:
Reproduced on Linux. Critical changes on develop dating from February were never merged to trunk, and I set the git merge point I missed them. It may take a few days to figure out the best way to fix that. Thanks, --Beman