Date: Mon, 01 Mar 2021 19:57:21 +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-xL6JegHid9@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 #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D96a9e50e63bfcbca7309c012c2c7a477c= 8826824 commit 96a9e50e63bfcbca7309c012c2c7a477c8826824 Author: Alex Richardson <arichardson@FreeBSD.org> AuthorDate: 2021-03-01 18:49:31 +0000 Commit: Alex Richardson <arichardson@FreeBSD.org> CommitDate: 2021-03-01 19:55:43 +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 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-xL6JegHid9>