[PATCH] D44085: MSan, FreeBSD few tests fixes
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 5 05:14:18 PST 2018
devnexen added inline comments.
================
Comment at: test/msan/pthread_getname_np.cc:3
+// The main goal is getting the pthread name back and libc
+// *BSD based do not support this feature
+// UNSUPPORTED: android, netbsd, freebsd
----------------
krytarowski wrote:
> There is `pthread_getname_np` and `pthread_setname_np` on NetBSD.
>
> It looks like it was added by @eugenis and I still have not fixed it.
>
> Please don't use `*BSD` wildcard as these systems have little in share in 2018.
Oh I thought NetBSD did not have sorry for the wildcard then :)
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D44085
More information about the llvm-commits
mailing list