[PATCH] D36490: Enable ASAN on NetBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 17:59:47 PDT 2017


krytarowski added a comment.

check-asan

  Failing Tests (2):
      AddressSanitizer-Unit :: ./Asan-x86_64-inline-Test/AddressSanitizerInterface.ManyThreadsWithStatsStressTest
      AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Test/AddressSanitizerInterface.ManyThreadsWithStatsStressTest
  
    Expected Passes    : 436
    Unsupported Tests  : 814
    Unexpected Failures: 2

check-asan-dynamic

  Failing Tests (2):
      AddressSanitizer-Unit :: ./Asan-x86_64-inline-Dynamic-Test/AddressSanitizerInterface.ManyThreadsWithStatsStressTest
      AddressSanitizer-Unit :: ./Asan-x86_64-with-calls-Dynamic-Test/AddressSanitizerInterface.ManyThreadsWithStatsStressTest
  
    Expected Passes    : 372
    Unsupported Tests  : 814
    Unexpected Failures: 2

I will focus on these failures later.


Repository:
  rL LLVM

https://reviews.llvm.org/D36490





More information about the llvm-commits mailing list