]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
stress2: Remove thr_new() from the ignore list after 6cda62755612
authorPeter Holm <pho@FreeBSD.org>
Thu, 3 Jun 2021 05:23:01 +0000 (07:23 +0200)
committerPeter Holm <pho@FreeBSD.org>
Thu, 3 Jun 2021 05:23:01 +0000 (07:23 +0200)
tools/test/stress2/misc/syscall4.sh

index f2c5a2f380021d1b19ab35eb658ebbb0e3e691d8..824089760ba7812e576df122979d091aad580b6f 100755 (executable)
@@ -145,7 +145,6 @@ static int ignore[] = {
        SYS_mac_syscall,
        SYS_sigtimedwait,
        SYS_sigwaitinfo,
-       SYS_thr_new,            /* Page fault seen */
 };
 
 static int fd[900], fds[2], kq, socketpr[2];