NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59691 CVS commit: src/tests/kernel



The following reply was made to PR kern/59691; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59691 CVS commit: src/tests/kernel
Date: Mon, 6 Oct 2025 12:05:04 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Oct  6 12:05:04 UTC 2025
 
 Modified Files:
 	src/tests/kernel: t_time_arith.c
 
 Log Message:
 tstohz(9): Fix missing digit in three test cases.
 
 Tripped on i386 testbed but not on amd64, and generally on LP32 but
 not on LP64, because tvohz chooses branches differently depending on
 LONG_MAX.
 
 PR kern/59691: tstohz(9) fails to round up on some inputs
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 src/tests/kernel/t_time_arith.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index