mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
d90bf58cf8
- Make existing patches apply cleanly Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q2
12 lines
617 B
C++
12 lines
617 B
C++
--- 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) {
|
|
// 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
|