aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-base_threading_platform__thread__unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-base_threading_platform__thread__unittest.cc')
-rw-r--r--www/ungoogled-chromium/files/patch-base_threading_platform__thread__unittest.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ungoogled-chromium/files/patch-base_threading_platform__thread__unittest.cc b/www/ungoogled-chromium/files/patch-base_threading_platform__thread__unittest.cc
index f59e0a4cf66e..66183f7d1437 100644
--- a/www/ungoogled-chromium/files/patch-base_threading_platform__thread__unittest.cc
+++ b/www/ungoogled-chromium/files/patch-base_threading_platform__thread__unittest.cc
@@ -1,6 +1,6 @@
---- base/threading/platform_thread_unittest.cc.orig 2023-11-04 07:08:51 UTC
+--- base/threading/platform_thread_unittest.cc.orig 2024-05-23 20:04:36 UTC
+++ base/threading/platform_thread_unittest.cc
-@@ -32,7 +32,7 @@
+@@ -33,7 +33,7 @@
#include "base/time/time.h"
#endif
@@ -9,7 +9,7 @@
#include <pthread.h>
#include <sys/syscall.h>
#include <sys/types.h>
-@@ -423,7 +423,7 @@ TEST(PlatformThreadTest,
+@@ -424,7 +424,7 @@ TEST(PlatformThreadTest,
// and hardcodes what we know. Please inform scheduler-dev@ch40m1um.qjz9zk if this
// proprerty changes for a given platform.
TEST(PlatformThreadTest, CanChangeThreadType) {
@@ -18,7 +18,7 @@
// On Ubuntu, RLIMIT_NICE and RLIMIT_RTPRIO are 0 by default, so we won't be
// able to increase priority to any level unless we are root (euid == 0).
bool kCanIncreasePriority = false;
-@@ -706,12 +706,16 @@ INSTANTIATE_TEST_SUITE_P(
+@@ -708,12 +708,16 @@ INSTANTIATE_TEST_SUITE_P(
#endif // BUILDFLAG(IS_APPLE)