Repository: qpid-proton Updated Branches: refs/heads/master 3206378b0 -> 1764c4d0c
PROTON-1771: [c] threaderciser.supp added bogus NSS races Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1764c4d0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1764c4d0 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/1764c4d0 Branch: refs/heads/master Commit: 1764c4d0cd27dce88df2db8e468f1e2f97054e5f Parents: 3206378 Author: Alan Conway <[email protected]> Authored: Wed May 16 15:57:12 2018 -0400 Committer: Alan Conway <[email protected]> Committed: Wed May 16 15:57:12 2018 -0400 ---------------------------------------------------------------------- c/tests/threaderciser.supp | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/1764c4d0/c/tests/threaderciser.supp ---------------------------------------------------------------------- diff --git a/c/tests/threaderciser.supp b/c/tests/threaderciser.supp index 2428038..d14ff61 100644 --- a/c/tests/threaderciser.supp +++ b/c/tests/threaderciser.supp @@ -3,3 +3,16 @@ Helgrind:Race fun:pni_log_enabled } + +{ + IGNORE: NSS library poking around in its own data segment upsets helgrind + Helgrind:Race + fun:strpbrk + fun:_nss_files_parse_servent +} +{ + IGNORE: NSS library poking around in its own text segment upsets helgrind + Helgrind:Race + fun:* + fun:_nss_files_getservbyname_r +} \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
