================ Comment at: test/libcxx/double_include.sh.cpp:95 @@ +94,3 @@ +#include <tgmath.h> +#include <thread> +#include <tuple> ---------------- I think this needs to be guarded out using that libcpp-has-no-threads thing. Same thing for <future>, <mutex>, <shared_mutex>, and <atomic>.
================ Comment at: test/libcxx/test/config.py:25 @@ +24,3 @@ + ' Running the tests in the default configuration.') + # TODO: Set test_exec_root to a temporary directory where output files + # can be placed. This is needed for ShTest. ---------------- Is this TODO still relevant? http://reviews.llvm.org/D7073 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
