1 --- base/native_library_unittest.cc.orig	2022-02-28 16:54:41 UTC
2 +++ base/native_library_unittest.cc
3 @@ -119,7 +119,7 @@ TEST(NativeLibraryTest, LoadLibrary) {
4  // versions with respect to symbol resolution scope.
5  // TSan and MSan error out on RTLD_DEEPBIND, https://crbug.com/705255
6  #if !BUILDFLAG(IS_ANDROID) && !defined(THREAD_SANITIZER) && \
7 -    !defined(MEMORY_SANITIZER)
8 +    !defined(MEMORY_SANITIZER) && !BUILDFLAG(IS_BSD)
9 
10  // Verifies that the |prefer_own_symbols| option satisfies its guarantee that
11  // a loaded library will always prefer local symbol resolution before
12