Disable `duplicate_os_log_reports.cpp` test.
authorDan Liew <dan@su-root.co.uk>
Thu, 28 May 2020 22:57:44 +0000 (15:57 -0700)
committerDan Liew <dan@su-root.co.uk>
Thu, 28 May 2020 22:57:44 +0000 (15:57 -0700)
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

index b40d8fe..a8314d8 100644 (file)
@@ -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