[hash] Boost.Hash test results not showing at the reports

Seems like the report form is not showing the test results for Boost.Hash, yet some of the engines are already producing them. * The tests are defined at libs/functional/hash/test/JamFile * The tests are the subproject libs/functional/hash/test, and the name of the suite is "functional/hash" * The tests are included in /status/Jamfile with subinclude libs/functional/hash/test ; So everything looks like it is in place, but still the tests don't show. Ideas? Maybe a "sublibs" file is needed at libs/functional? Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Joaquín Mª López Muñoz wrote:
Seems like the report form is not showing the test results for Boost.Hash, yet some of the engines are already producing them.
I just discovered the following in the regression run output: ... boost-test(RUN) "simple_example_4" : "libs/tokenizer/simple_example_4.cpp" boost-test(RUN) "simple_example_5" : "libs/tokenizer/simple_example_5.cpp" boost-test(RUN) "tuple_test_bench" : "libs/tuple/test/tuple_test_bench.cpp" boost-test(RUN) "io_test" : "libs/tuple/test/io_test.cpp" ...patience... ...patience... ...patience... ...patience... ...patience... don't know how to make hash_std don't know how to make hash_extensions ...found 44670 targets... ...updating 10051 targets... ...can't find 2 targets... MkDir1 /vol1/boost/results/bin mkdir "/vol1/boost/results/bin" ... Maybe this has something to do with the problem? Markus

Markus Schöpflin wrote:
I just discovered the following in the regression run output: [snip] don't know how to make hash_std don't know how to make hash_extensions [snip] Maybe this has something to do with the problem?
That could be it. There's an error in the Jamfile, which for some reason doesn't cause any problems when I run the tests locally. thanks, Daniel

Joaquín Mª López Muñoz wrote:
Maybe a "sublibs" file is needed at libs/functional?
Unfortunately, I can't add that because the functional tests are not in a subdirectory. So far now, once the tests are running, they're going to appear in 'functional'. It's probably best to live with that until after the release. Daniel
participants (3)
-
Daniel James
-
Joaquín Mª López Muñoz
-
Markus Schöpflin