summaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-base_native__library__unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron4/files/patch-base_native__library__unittest.cc')
-rw-r--r--devel/electron4/files/patch-base_native__library__unittest.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron4/files/patch-base_native__library__unittest.cc b/devel/electron4/files/patch-base_native__library__unittest.cc
new file mode 100644
index 000000000000..6cca3ee8f911
--- /dev/null
+++ b/devel/electron4/files/patch-base_native__library__unittest.cc
@@ -0,0 +1,11 @@
+--- base/native_library_unittest.cc.orig 2019-03-15 06:25:27 UTC
++++ base/native_library_unittest.cc
+@@ -120,7 +120,7 @@ TEST(NativeLibraryTest, LoadLibrary) {
+ // 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