From e47e22642f9261c93a598e506bc57c717db1df7a Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Thu, 28 May 2020 15:57:44 -0700 Subject: [PATCH] Disable `duplicate_os_log_reports.cpp` test. It's not passing on macOS green dragon bots. To get them green just disable for now. rdar://problem/62141527 --- compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp b/compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp index b40d8fe..a8314d8 100644 --- a/compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp +++ b/compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp @@ -1,4 +1,6 @@ // UNSUPPORTED: ios +// Don't re-enable until rdar://problem/62141527 is fixed. +// REQUIRES: rdar_62141527 // REQUIRES: shell // REQUIRES: darwin_log_cmd // RUN: %clangxx_asan -fsanitize-recover=address %s -o %t -- 2.7.4