2019-04-05 14:01:25 +02:00
|
|
|
--- base/native_library_unittest.cc.orig 2019-03-11 22:00:51 UTC
|
|
|
|
+++ base/native_library_unittest.cc
|
|
|
|
@@ -120,7 +120,7 @@ TEST(NativeLibraryTest, LoadLibrary) {
|
2018-09-01 15:23:08 +02:00
|
|
|
// Android dlopen() requires further investigation, as it might vary across
|
|
|
|
// versions with respect to symbol resolution scope.
|
|
|
|
// TSan and MSan error out on RTLD_DEEPBIND, https://crbug.com/705255
|
|
|
|
-#if !defined(OS_ANDROID) && !defined(THREAD_SANITIZER) && \
|
|
|
|
+#if !defined(OS_ANDROID) && !defined(OS_BSD) && !defined(THREAD_SANITIZER) && \
|
|
|
|
!defined(MEMORY_SANITIZER)
|
|
|
|
|
|
|
|
// Verifies that the |prefer_own_symbols| option satisfies its guarantee that
|