[PATCH] D24742: [compiler-rt][asan] Turn on ASAN unittests for win64.

Etienne Bergeron via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 12:22:40 PST 2017


etienneb added a comment.

Seems right on win7

  D:\src\llvm\ninja64>ninja check-asan
  [32/33] Running the AddressSanitizer tests
  -- Testing: 565 tests, 16 threads --
  Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
  Testing Time: 67.76s
    Expected Passes    : 385
    Passes With Retry  : 1
    Expected Failures  : 17
    Unsupported Tests  : 162
  
  D:\src\llvm\ninja64>ninja check-asan-dynamic
  [22/23] Running the AddressSanitizer tests with dynamic runtime
  -- Testing: 533 tests, 16 threads --
  Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
  Testing Time: 70.62s
    Expected Passes    : 347
    Expected Failures  : 22
    Unsupported Tests  : 164


https://reviews.llvm.org/D24742





More information about the llvm-commits mailing list