mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1723016 - Fix valgrind bustage. a=bustage-fix CLOSED TREE
This commit is contained in:
parent
2db575b37c
commit
9e044bbc33
@ -149,6 +149,7 @@
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite
|
||||
fun:malloc
|
||||
...
|
||||
fun:_ZN3std6thread5local4fast12Key$LT$T$GT$14try_initialize*
|
||||
fun:_ZN5style5bloom19StyleBloom$LT$E$GT$3new*
|
||||
...
|
||||
@ -158,6 +159,7 @@
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite
|
||||
fun:malloc
|
||||
...
|
||||
fun:_ZN3std6thread5local4fast12Key$LT$T$GT$14try_initialize*
|
||||
...
|
||||
fun:_ZN5style7sharing26StyleSharingCache$LT$E$GT$3new*
|
||||
|
@ -1054,6 +1054,7 @@
|
||||
{
|
||||
Starting with rust 1.52
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:_ZN5style10properties10shorthands4font10parse_into*
|
||||
fun:_ZN5style10properties19PropertyDeclaration10parse_into*
|
||||
fun:_ZN5style10properties17declaration_block31parse_property_declaration_list*
|
||||
|
Loading…
Reference in New Issue
Block a user