Date: Wed, 17 Mar 2021 14:06:38 +0000 From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 243605] Flakey test case: sys.kern.ptrace_test.ptrace__procdesc_reparent_wait_child Message-ID: <bug-243605-32464-0XUuikcRd2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-243605-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-243605-32464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243605 --- Comment #5 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D6a68c094ed1be74fd5556ac716c8bb12f= 3564f82 commit 6a68c094ed1be74fd5556ac716c8bb12f3564f82 Author: Alex Richardson <arichardson@FreeBSD.org> AuthorDate: 2021-03-01 18:49:31 +0000 Commit: Alex Richardson <arichardson@FreeBSD.org> CommitDate: 2021-03-17 12:23:57 +0000 ptrace_test: Add more debug output on test failures Mostly automatic, using `CHILD_REQUIRE\(([^|&\n]*) =3D=3D` -> `CHILD_REQUIRE_EQ_INT($1,` `ATF_REQUIRE\(([^|&\n]*) =3D=3D` -> `REQUIRE_EQ_INT($1,` followed by git-clang-format -f and then manually checking ones that contain ||/&&. Test Plan: Still getting the same failure but now it prints `psr.sr_error (0) =3D=3D EBADF (9) not met` instead of just failing without printing the values. PR: 243605 Reviewed By: jhb Differential Revision: https://reviews.freebsd.org/D28887 (cherry picked from commit 96a9e50e63bfcbca7309c012c2c7a477c8826824) tests/sys/kern/ptrace_test.c | 1516 +++++++++++++++++++++-----------------= ---- 1 file changed, 770 insertions(+), 746 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243605-32464-0XUuikcRd2>