Bug 1844200 - Update valgrind suppressions for rustc 1.71. r=firefox-build-system-reviewers,ahochheiden

The involved symbol changed to
_ZN3std3sys6common12thread_local10fast_local12Key$LT$T$GT$14try_initialize...

Differential Revision: https://phabricator.services.mozilla.com/D183924
This commit is contained in:
Mike Hommey 2023-07-19 05:51:24 +00:00
parent 1018b9b1fe
commit 94e3db4c9b

View file

@ -150,7 +150,7 @@
match-leak-kinds: definite
fun:malloc
...
fun:_ZN3std*thread*local*4fast12Key$LT$T$GT$14try_initialize*
fun:_ZN3std*thread*local*fast*12Key$LT$T$GT$14try_initialize*
...
fun:_ZN5style5bloom19StyleBloom$LT$E$GT$3new*
...
@ -161,7 +161,7 @@
match-leak-kinds: definite
fun:malloc
...
fun:_ZN3std*thread*local*4fast12Key$LT$T$GT$14try_initialize*
fun:_ZN3std*thread*local*fast*12Key$LT$T$GT$14try_initialize*
...
fun:_ZN5style7sharing26StyleSharingCache$LT$E$GT$3new*
...