aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_process_process__unittest.cc
blob: 4054f8582e62cbbe0b970e302278633b2e2651cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/process/process_unittest.cc.orig	2020-11-13 06:36:34 UTC
+++ base/process/process_unittest.cc
@@ -153,7 +153,7 @@ TEST_F(ProcessTest, CreationTimeOtherProcess) {
   // was spawned and a time recorded after it was spawned. However, since the
   // base::Time and process creation clocks don't match, tolerate some error.
   constexpr base::TimeDelta kTolerance =
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
       // On Linux, process creation time is relative to boot time which has a
       // 1-second resolution. Tolerate 1 second for the imprecise boot time and
       // 100 ms for the imprecise clock.