summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_test_launcher_test__launcher.cc
diff options
context:
space:
mode:
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.cc8
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 356c0291d387..a383ea3c7641 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 2021-01-18 21:28:45 UTC
+--- base/test/launcher/test_launcher.cc.orig 2021-03-12 23:57:15 UTC
+++ base/test/launcher/test_launcher.cc
-@@ -57,6 +57,7 @@
+@@ -58,6 +58,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"
-@@ -598,7 +599,7 @@ ChildProcessResults DoLaunchChildTestProcess(
+@@ -599,7 +600,7 @@ ChildProcessResults DoLaunchChildTestProcess(
#if !defined(OS_FUCHSIA)
options.new_process_group = true;
#endif
@@ -17,7 +17,7 @@
options.kill_on_parent_death = true;
#endif
-@@ -1515,7 +1516,7 @@ bool TestLauncher::Init(CommandLine* command_line) {
+@@ -1516,7 +1517,7 @@ bool TestLauncher::Init(CommandLine* command_line) {
results_tracker_.AddGlobalTag("OS_IOS");
#endif