You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2018/07/03 22:14:12 UTC

[83/89] [abbrv] qpid-proton git commit: PROTON-1771: [c] threaderciser.supp added bogus NSS races

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/go1
Commit: 1764c4d0cd27dce88df2db8e468f1e2f97054e5f
Parents: 3206378
Author: Alan Conway <ac...@redhat.com>
Authored: Wed May 16 15:57:12 2018 -0400
Committer: Alan Conway <ac...@redhat.com>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org