Enable timer tests in sys.kqueue.libkqueue.kqueue_test.main on i386

They were fixed in r360140

PR:		245768
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2020-04-22 09:53:41 +00:00
parent 8d6708ba80
commit 79959b8475

View File

@ -1,13 +1,8 @@
#!/bin/sh
# $FreeBSD$
skip=""
# Temporarily disable evfilt_proc tests: https://bugs.freebsd.org/233586
skip="${skip} --no-proc"
if [ "$(uname -p)" = "i386" ]; then
# Temporarily disable timer tests on i386: https://bugs.freebsd.org/245768
skip="${skip} --no-timer"
fi
skip="--no-proc"
i=1
"$(dirname $0)/kqtest" ${skip} | while read line; do