diff options
Diffstat (limited to 'build/valgrind')
-rw-r--r-- | build/valgrind/cross-architecture.sup | 6 | ||||
-rw-r--r-- | build/valgrind/mach_commands.py | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/valgrind/cross-architecture.sup b/build/valgrind/cross-architecture.sup index 49efa69151..9dc40034c5 100644 --- a/build/valgrind/cross-architecture.sup +++ b/build/valgrind/cross-architecture.sup @@ -164,10 +164,10 @@ ... } { - We intentionally leak TLS data in the global servo thread-pool until we can free it consistently (https://github.com/rayon-rs/rayon/issues/688) + We intentionally leak bloom filter TLS data in the global servo thread-pool until we can free it consistently (https://github.com/rayon-rs/rayon/issues/688) Memcheck:Leak match-leak-kinds: definite - fun:malloc + fun:calloc ... fun:_ZN3std*thread*local*fast*12Key$LT$T$GT$14try_initialize* ... @@ -175,7 +175,7 @@ ... } { - We intentionally leak TLS data in the global servo thread-pool until we can free it consistently (https://github.com/rayon-rs/rayon/issues/688) + We intentionally leak sharing cache TLS data in the global servo thread-pool until we can free it consistently (https://github.com/rayon-rs/rayon/issues/688) Memcheck:Leak match-leak-kinds: definite fun:malloc diff --git a/build/valgrind/mach_commands.py b/build/valgrind/mach_commands.py index e48d5af311..d7180d6465 100644 --- a/build/valgrind/mach_commands.py +++ b/build/valgrind/mach_commands.py @@ -158,7 +158,7 @@ def valgrind_test(command_context, suppressions): valgrind_args.append("--suppressions=" + supps_file2) exitcode = None - timeout = 2400 + timeout = 3600 binary_not_found_exception = None try: runner = FirefoxRunner( |