Boost logo

Boost Testing :

Subject: Re: [Boost-testing] question regarding test environments
From: Robert Ramey (ramey_at_[hidden])
Date: 2018-05-21 14:58:36


On 5/21/18 12:11 AM, John Maddock via Boost-Testing wrote:
>
>
> On 21/05/2018 01:24, Robert Ramey via Boost-Testing wrote:
>> Looking at the current test matrix for the boost serialization library
>>
>> https://www.boost.org/development/tests/develop/developer/serialization.html
>>
>>
>> I have one test: test_dll_exported which fails on a lot of platforms.
>> I've been unable to reproduce this locally.  In the test matrix, I can
>> see the compiler version, but I can't see other settings.
>>
>> what is the OS,
>> what are the build settings link=?
>> what is the address model
>> what is the standard library libc++ libstdc++ or?
>> what are settings for autolink?
>> what else do I need to know?
>
> Pick one failing test, for example:
> https://www.boost.org/development/tests/develop/developer/output/Sandia-clang-4-0-c++14-boost-bin-v2-libs-serialization-test-test_dll_exported-test-clang-linux-4-0-1-debug.html
>
>
> Go to the same test runner in the config tests, and click on the
> config_info results:
> https://www.boost.org/development/tests/develop/developer/output/Sandia-clang-4-0-c++14-boost-bin-v2-libs-config-test-config_info-test-clang-linux-4-0-1-debug.html
>
>
> And we can see that it's:
>
> clang 4.0.1, 64-bit, libstdc++ on Linux.  Figuring out which libstdc++
> version is harder, but a quick google finds
> https://stackoverflow.com/questions/37118114/value-of-glibcxx-for-each-libstdc-release
> which lists it as  from gcc-4.9.3.
>
> Which should get you started?  John.

Thanks. This looks very helpful.

>
>
> ---
> This email has been checked for viruses by AVG.
> https://www.avg.com
>
> _______________________________________________
> Boost-Testing mailing list
> Boost-Testing_at_[hidden]
> https://lists.boost.org/mailman/listinfo.cgi/boost-testing


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