git: 8682abbf7bff - main - stress2: Remove thr_new() from the ignore list after 6cda62755612
Peter Holm
pho at FreeBSD.org
Thu Jun 3 05:24:05 UTC 2021
The branch main has been updated by pho:
URL: https://cgit.FreeBSD.org/src/commit/?id=8682abbf7bff37e1e27db088bbde7a58bd575f5b
commit 8682abbf7bff37e1e27db088bbde7a58bd575f5b
Author: Peter Holm <pho at FreeBSD.org>
AuthorDate: 2021-06-03 05:23:01 +0000
Commit: Peter Holm <pho at 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];
More information about the dev-commits-src-main
mailing list