Skip to content

Commit c767390

Browse files
committed
etc: Add some helgrind suppressions for uv
1 parent ed7d25b commit c767390

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/etc/x86.supp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,23 @@
407407
Helgrind:Race
408408
fun:_ZN15lock_and_signal4waitEv
409409
...
410+
}
411+
412+
{
413+
uv-async-send-does-racy-things
414+
Helgrind:Race
415+
fun:pipecb
416+
fun:ev_invoke_pending
417+
fun:ev_run
418+
fun:uv_run
419+
...
420+
}
421+
422+
{
423+
uv-loop-init-does-some-checks-that-are-not-lock-protected
424+
Helgrind:Race
425+
fun:loop_init
426+
fun:ev_loop_new
427+
fun:uv_loop_new
428+
...
410429
}

0 commit comments

Comments
 (0)