[PATCH] D43543: Add new interceptors: getnetent(3) family
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 26 09:54:50 PST 2018
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: test/sanitizer_common/TestCases/NetBSD/getnetent.cc:96
+ // CHECK: loopback 2 127
+ // CHECK: loopback 2 127
+ // CHECK: loopback 2 127
----------------
vitalybuka wrote:
> Could you please add test name into printf and check it here.
> It will help to debug failures
you missed this one
> Could you please add test name into printf and check it here. It will help to debug failures
Repository:
rL LLVM
https://reviews.llvm.org/D43543
More information about the llvm-commits
mailing list