Boost logo

Boost Testing :

Subject: Re: [Boost-testing] question regarding test environments
From: John Maddock (jz.maddock_at_[hidden])
Date: 2018-05-21 07:11:22


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.

---
This email has been checked for viruses by AVG.
https://www.avg.com

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