aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-base_task_thread__pool_environment__config__unittest.cc
blob: e39f28a826365002141bc9c431dcd556a35cafb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/task/thread_pool/environment_config_unittest.cc.orig	2021-01-07 00:36:18 UTC
+++ base/task/thread_pool/environment_config_unittest.cc
@@ -14,7 +14,7 @@ namespace internal {
 TEST(ThreadPoolEnvironmentConfig, CanUseBackgroundPriorityForWorker) {
 #if defined(OS_WIN) || defined(OS_APPLE)
   EXPECT_TRUE(CanUseBackgroundPriorityForWorkerThread());
-#elif defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_FUCHSIA) || \
+#elif defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_FUCHSIA) || defined(OS_BSD) || \
     defined(OS_CHROMEOS) || defined(OS_NACL)
   EXPECT_FALSE(CanUseBackgroundPriorityForWorkerThread());
 #else