On 2 October 2014 21:54, Enrico Granata <[email protected]> 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. _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
