[compiler-rt] e47e226 - Disable `duplicate_os_log_reports.cpp` test.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 15:59:05 PDT 2020


Author: Dan Liew
Date: 2020-05-28T15:57:44-07:00
New Revision: e47e22642f9261c93a598e506bc57c717db1df7a

URL: https://github.com/llvm/llvm-project/commit/e47e22642f9261c93a598e506bc57c717db1df7a
DIFF: https://github.com/llvm/llvm-project/commit/e47e22642f9261c93a598e506bc57c717db1df7a.diff

LOG: 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

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp

Removed: 
    


################################################################################
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 b40d8fef26cb..a8314d804331 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


        


More information about the llvm-commits mailing list