Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2021 05:24:04 GMT
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8682abbf7bff - main - stress2: Remove thr_new() from the ignore list after 6cda62755612
Message-ID:  <202106030524.1535O4XH078593@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pho:

URL: https://cgit.FreeBSD.org/src/commit/?id=8682abbf7bff37e1e27db088bbde7a58bd575f5b

commit 8682abbf7bff37e1e27db088bbde7a58bd575f5b
Author:     Peter Holm <pho@FreeBSD.org>
AuthorDate: 2021-06-03 05:23:01 +0000
Commit:     Peter Holm <pho@FreeBSD.org>
CommitDate: 2021-06-03 05:23:01 +0000

    stress2: Remove thr_new() from the ignore list after 6cda62755612
---
 tools/test/stress2/misc/syscall4.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/test/stress2/misc/syscall4.sh b/tools/test/stress2/misc/syscall4.sh
index f2c5a2f38002..824089760ba7 100755
--- a/tools/test/stress2/misc/syscall4.sh
+++ b/tools/test/stress2/misc/syscall4.sh
@@ -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];



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106030524.1535O4XH078593>