|
Boost Testing : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-11-15 07:37:09
Anthony Williams wrote:
> David Abrahams <dave_at_[hidden]> writes:
>
>> I don't know what has caused this regression:
>>
>> Â
http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/output/JustSoftwareSolutions-V2-boost-bin-v2-libs-iterator-test-lvalue_concept_fail-test-msvc-7-1-release_release.html
>>
>> It's very difficult to debug when something that's supposed to fail to
>> compile starts compiling cleanly. Â I'd appreciate it if the tester
>> could look into it, perhaps checking a Boost RC_1_34_0 snapshot from a
>> week ago to see if the test works as expected there.
>
> One thing possibly worth noting: I'm running these tests with
> bjam_options="release".
>
>> If you can't get to it, let me know and I'll try.
>
> I can't get to it today; I'll have a look tomorrow.
>
> What's a good way to run a single test?
  cd libs/whatever/test
  bjam the_single_test
You might also want
  bjam --clean the_single_test
  bjam the_single_test
but this is only required if you change something in configuration
(Jamfiles, compilers, system).
- Volodya