forked from OSchip/llvm-project
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
This commit is contained in:
parent
d79e51a711
commit
e47e22642f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue