From c860262bd20d37c23053f14a82e8e4aa8827cc10 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Tue, 21 Apr 2020 15:13:15 -0700 Subject: [PATCH] Disable a Darwin test under LSan. * Changing source lines seems to cause us to hit rdar://problem/62132428. * Even if I workaround the above issue sometimes the source line in the dylib reported by atos is off by one. It's simpler to just disable the test for now. rdar://problem/61793759 --- .../Darwin/print-stack-trace-in-code-loaded-after-fork.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Darwin/print-stack-trace-in-code-loaded-after-fork.cpp b/compiler-rt/test/sanitizer_common/TestCases/Darwin/print-stack-trace-in-code-loaded-after-fork.cpp index db4cdf8f9b6da..ec8155365496e 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Darwin/print-stack-trace-in-code-loaded-after-fork.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Darwin/print-stack-trace-in-code-loaded-after-fork.cpp @@ -3,6 +3,8 @@ // RUN: %env_tool_opts=verbosity=3 %run %t_loader %t_shared_lib.dylib > %t_loader_output.txt 2>&1 // RUN: FileCheck -input-file=%t_loader_output.txt %s // RUN: FileCheck -check-prefix=CHECK-STACKTRACE -input-file=%t_loader_output.txt %s +// rdar://problem/61793759 and rdar://problem/62126022. +// UNSUPPORTED: lsan #include