[all-commits] [llvm/llvm-project] c86026: Disable a Darwin test under LSan.

danliew via All-commits all-commits at lists.llvm.org
Tue Apr 21 15:18:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c860262bd20d37c23053f14a82e8e4aa8827cc10
      https://github.com/llvm/llvm-project/commit/c860262bd20d37c23053f14a82e8e4aa8827cc10
  Author: Dan Liew <dan at su-root.co.uk>
  Date:   2020-04-21 (Tue, 21 Apr 2020)

  Changed paths:
    M compiler-rt/test/sanitizer_common/TestCases/Darwin/print-stack-trace-in-code-loaded-after-fork.cpp

  Log Message:
  -----------
  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




More information about the All-commits mailing list