From: linuxtestproject.agent@gmail.com
To: Wei Gao <wegao@suse.com>
Cc: ltp@lists.linux.it, LTP AI Reviewer <ltp-ai@noreply.github.com>
Subject: Re: [LTP] OpenPOSIX: Return PTS_UNTESTED when detaching or joining joined thread returns 0
Date: Thu, 21 May 2026 03:42:33 +0000 [thread overview]
Message-ID: <20260521034233.4014-1-linuxtestproject.agent@gmail.com> (raw)
In-Reply-To: <20260521022315.8924-1-wegao@suse.com>
Hi Wei,
On 2026-05-21, Wei Gao wrote:
> OpenPOSIX: Return PTS_UNTESTED when detaching or joining joined thread returns 0
> + if (ret == 0) {
> + printf("Test UNTESTED: Implementation does not return ESRCH\n");
> + return PTS_UNTESTED;
> + }
Correct approach — returning PTS_UNTESTED is more semantically accurate than
accepting 0 as a passing result when ESRCH is the expected optional behavior.
Reviewed-by: LTP AI Reviewer <ltp-ai@noreply.github.com>
---
Note:
Our agent completed the review of the patch. The full review can be
found at: https://patchwork.ozlabs.org/project/ltp/list/?series=505260
The agent can sometimes produce false positives although often its
findings are genuine. If you find issues with the review, please
comment this email or ignore the suggestions.
Regards,
LTP AI Reviewer
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2026-05-21 3:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-21 2:23 [LTP] [PATCH v1] OpenPOSIX: Return PTS_UNTESTED when detaching or joining joined thread returns 0 Wei Gao via ltp
2026-05-21 3:42 ` linuxtestproject.agent [this message]
2026-06-01 10:08 ` Cyril Hrubis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260521034233.4014-1-linuxtestproject.agent@gmail.com \
--to=linuxtestproject.agent@gmail.com \
--cc=ltp-ai@noreply.github.com \
--cc=ltp@lists.linux.it \
--cc=wegao@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox