From 3a54bbb0f2860b1d4c18b84ea2bc2f8c07330ac8 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 13 Apr 2022 18:33:27 -0700 Subject: [PATCH] [sanitizer] Disable malloc_hook_skip on Darwin Followup to D123566 --- compiler-rt/test/sanitizer_common/TestCases/malloc_hook_skip.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/sanitizer_common/TestCases/malloc_hook_skip.cpp b/compiler-rt/test/sanitizer_common/TestCases/malloc_hook_skip.cpp index 80b760a..a276acd 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/malloc_hook_skip.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/malloc_hook_skip.cpp @@ -3,6 +3,7 @@ // Test requires platform with thread local support with no dependency on malloc. // UNSUPPORTED: android // UNSUPPORTED: ios +// UNSUPPORTED: darwin #include #include -- 2.7.4