Skip to content

Commit 9814d0d

Browse files
committed
auto merge of #5458 : pcwalton/rust/valgrind-suppress, r=pcwalton
2 parents a8527e2 + 257ef26 commit 9814d0d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/etc/x86.supp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,21 @@
451451
fun:*uv_loop_delete*
452452
}
453453

454+
{
455+
race-or-something-ask-pcwalton-0
456+
Memcheck:Value4
457+
fun:*task_start_wrapper*
458+
...
459+
}
460+
461+
{
462+
race-or-something-ask-pcwalton-1
463+
Memcheck:Value4
464+
...
465+
fun:*build_start_wrapper*
466+
...
467+
}
468+
454469
{
455470
lock_and_signal-probably-threadsafe-access-outside-of-lock
456471
Helgrind:Race

0 commit comments

Comments
 (0)