[Lldb-commits] [lldb] r218952 - Stop enabling the std::vector<bool> data formatter for libstdc++, and for that matter, also skip running the test on Darwin. libstdc++ is more relevant on non-Apple platforms

Ed Maste emaste at freebsd.org
Fri Oct 3 05:47:10 PDT 2014


On 2 October 2014 21:54, Enrico Granata <egranata at apple.com> wrote:
> Author: enrico
> Date: Thu Oct  2 20:54:10 2014
> New Revision: 218952
>
> URL: http://llvm.org/viewvc/llvm-project?rev=218952&view=rev
> Log:
> Stop enabling the std::vector<bool> data formatter for libstdc++, and for that matter, also skip running the test on Darwin. libstdc++ is more relevant on non-Apple platforms

We have the same issue on FreeBSD, where our tier-1 platforms use
Clang and libc++ and the default install doesn't include libstdc++.  I
added an @expectedFailureFreeBSD for this rather than just skipping it
altogether, since it's still possible to build and install libstdc++.

Probably we should have an @libstdcxxtest decorator instead that looks
for libstdc++ and runs the test if found or skips if not.



More information about the lldb-commits mailing list