a0dbfe2fb0
Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org)
12 lines
686 B
C++
12 lines
686 B
C++
--- 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.
|