ports/www/ungoogled-chromium/patches/patch-base_native_library_unittest_cc

13 lines
601 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: base/native_library_unittest.cc
--- base/native_library_unittest.cc.orig
+++ base/native_library_unittest.cc
2024-05-20 13:42:05 +00:00
@@ -133,7 +133,7 @@ TEST(NativeLibraryTest, LoadLibrary) {
2023-08-16 22:26:55 +00:00
// versions with respect to symbol resolution scope.
// TSan and MSan error out on RTLD_DEEPBIND, https://crbug.com/705255
#if !BUILDFLAG(IS_ANDROID) && !defined(THREAD_SANITIZER) && \
- !defined(MEMORY_SANITIZER)
+ !defined(MEMORY_SANITIZER) && !BUILDFLAG(IS_BSD)
// Verifies that the |prefer_own_symbols| option satisfies its guarantee that
// a loaded library will always prefer local symbol resolution before