diff options
Diffstat (limited to 'devel/electron37/files/patch-base_native__library__unittest.cc')
-rw-r--r-- | devel/electron37/files/patch-base_native__library__unittest.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-base_native__library__unittest.cc b/devel/electron37/files/patch-base_native__library__unittest.cc new file mode 100644 index 000000000000..8d710fec4649 --- /dev/null +++ b/devel/electron37/files/patch-base_native__library__unittest.cc @@ -0,0 +1,11 @@ +--- base/native_library_unittest.cc.orig 2024-10-16 21:30:44 UTC ++++ base/native_library_unittest.cc +@@ -135,7 +135,7 @@ TEST(NativeLibraryTest, LoadLibrary) { + // 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 |