NetBSD-Bugs archive

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

PR/43997 CVS commit: src/tests/lib/libc/sys



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

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43997 CVS commit: src/tests/lib/libc/sys
Date: Mon, 1 Nov 2021 14:33:42 +0000

 Module Name:	src
 Committed By:	hannken
 Date:		Mon Nov  1 14:33:42 UTC 2021
 
 Modified Files:
 	src/tests/lib/libc/sys: Makefile t_timerfd.c
 
 Log Message:
 Test lib/libc/sys/t_timerfd often fails when run on QEMU because
 QEMU misses clock interrupts.
 
 Always check values against [ lower, upper ] bounds and use "4 * upper"
 when run under QEMU.
 
 Now becomes part of PR kern/43997 "Kernel timer discrepancies".
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.69 -r1.70 src/tests/lib/libc/sys/Makefile
 cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_timerfd.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