[PATCH] D40341: Handle symbol renaming of sigaction for NetBSD
Dmitry Vyukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 02:31:27 PST 2017
dvyukov added a comment.
In https://reviews.llvm.org/D40341#932576, @krytarowski wrote:
> This patch has been tested only on NetBSD and with asan, msan, lsan, tsan, ubsan, libfuzzer, safestack, profile.
>
> I request for a tester on Linux as it might have impact for e.g. esan.
I've tested this patch on linux and all sanitizer tests have passed:
$ ninja check-tsan check-asan check-lsan check-msan check-esan check-sanitizer
[2/8] Running the LeakSanitizer tests
Testing Time: 9.29s
Expected Passes : 152
Unsupported Tests : 16
[3/8] Running sanitizer_common tests
Testing Time: 14.32s
Expected Passes : 701
Expected Failures : 34
Unsupported Tests : 55
[4/8] Running the AddressSanitizer tests
Testing Time: 31.81s
Expected Passes : 1471
Expected Failures : 2
Unsupported Tests : 297
[5/8] Running the MemorySanitizer tests
Testing Time: 6.58s
Expected Passes : 131
Expected Failures : 1
[6/8] Running ThreadSanitizer tests
Testing Time: 11.00s
Expected Passes : 303
Expected Failures : 1
Unsupported Tests : 75
2 warning(s) in tests.
[7/8] Running EfficiencySanitizer tests
Testing Time: 0.52s
Expected Passes : 10
Unsupported Tests : 3
Repository:
rL LLVM
https://reviews.llvm.org/D40341
More information about the llvm-commits
mailing list