Boost logo

Boost Testing :

Subject: Re: [Boost-testing] VeecoFTC tester is broken
From: David Deakins (ddeakins_at_[hidden])
Date: 2012-11-18 21:58:40


On 11/12/2012 1:05 PM, Gennadiy Rozental wrote:
> Hi,
>
> To whom it may concern: can we please fix subject tester. It fail on all
> of Boost.Test targets with no reason being provided. Plus it is references
> incorrect targets in reports:
>
> http://www.boost.org/development/tests/trunk/developer/output/
> VeecoFTC-boost-bin-v2-libs-test-test-test_case_template_test-test
> -msvc-9-0~wm5~stlport5-2-debug-stdlib-stlport-5-2~evc9~arm.html
>
> The page refer to the build of the library which has nothing to do with that
> test module.
>

Actually the reference to the build of the library is correctly
indicating the problem in this case. Compiling execution_monitor.cpp is
failing because line 1079 of test/impl/execution_monitor.ipp use the
type uintptr_t which is not defined in this platform. It is my
understanding that the uintptr_t and intptr_t types were optional under
C++03 and the Windows CE library files from this era do not appear to
include them. Is it possible to replace uintptr_t with an alternative
type or to include an #ifdef UNDER_CE alternate with a type like void*?

Thanks,
-Dave


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