Attempt to prevent flaky thread.mutex tests by once again increasing timing tolerances

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@248993 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2015-10-01 08:34:37 +00:00
parent 9698ac5a68
commit d95ca09be4
13 changed files with 37 additions and 28 deletions

View File

@@ -96,4 +96,9 @@ template <unsigned> struct static_assert_check {};
#define TEST_HAS_NO_EXCEPTIONS
#endif
#if TEST_HAS_FEATURE(address_sanitizer) || TEST_HAS_FEATURE(memory_sanitizer) || \
TEST_HAS_FEATURE(thread_sanitizer)
#define TEST_HAS_SANITIZERS
#endif
#endif // SUPPORT_TEST_MACROS_HPP