diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-27 21:01:06 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-27 21:01:06 +0000 |
commit | a04e75e95a0d8a508afd0f8a4d1e05b8bca29655 (patch) | |
tree | e3b89e99a71056314a4d5efc01905b12186e03cc /www/chromium/files/patch-base_test_launcher_test__launcher.cc | |
parent | net/librdkafka: update to 1.6.0 (diff) |
www/chromium: update to 88.0.4324.96
Submitted by: Matthias Wolf (via github)
MFH: 2021Q1
Security: https://www.vuxml.org/freebsd/4ed0e43c-5cef-11eb-bafd-3065ec8fd3ec.html
Diffstat (limited to 'www/chromium/files/patch-base_test_launcher_test__launcher.cc')
-rw-r--r-- | www/chromium/files/patch-base_test_launcher_test__launcher.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-base_test_launcher_test__launcher.cc b/www/chromium/files/patch-base_test_launcher_test__launcher.cc index f688a93a4820..356c0291d387 100644 --- a/www/chromium/files/patch-base_test_launcher_test__launcher.cc +++ b/www/chromium/files/patch-base_test_launcher_test__launcher.cc @@ -1,6 +1,6 @@ ---- base/test/launcher/test_launcher.cc.orig 2020-11-13 06:36:34 UTC +--- base/test/launcher/test_launcher.cc.orig 2021-01-18 21:28:45 UTC +++ base/test/launcher/test_launcher.cc -@@ -58,6 +58,7 @@ +@@ -57,6 +57,7 @@ #include "testing/gtest/include/gtest/gtest.h" #if defined(OS_POSIX) @@ -8,7 +8,7 @@ #include <fcntl.h> #include "base/files/file_descriptor_watcher_posix.h" -@@ -588,7 +589,7 @@ ChildProcessResults DoLaunchChildTestProcess( +@@ -598,7 +599,7 @@ ChildProcessResults DoLaunchChildTestProcess( #if !defined(OS_FUCHSIA) options.new_process_group = true; #endif @@ -17,7 +17,7 @@ options.kill_on_parent_death = true; #endif -@@ -1529,7 +1530,7 @@ bool TestLauncher::Init(CommandLine* command_line) { +@@ -1515,7 +1516,7 @@ bool TestLauncher::Init(CommandLine* command_line) { results_tracker_.AddGlobalTag("OS_IOS"); #endif |