[LTP] [PATCH] tst_test.sh: Replace GNU word boundary \b with \< in grep

Wake Liu wakel@google.com
Wed Jul 1 04:26:20 CEST 2026


Hi Petr,
On Tue, Jun 30, 2026 at 4:09 PM Petr Vorel <pvorel@suse.cz> wrote:
>
> Thanks, merged.
Thanks for the fast merge!
> Out of curiosity, in the end you plan to use LTP shell tests? Although skipped
> tests did not mention any shell test, we did not expect you'd be running it.
> FYI tst_test.sh (aka "new API") is being slowly replaced by new "shell loader"
> API [2] (or tests are rewritten in C).
While Android VTS mostly runs C binaries, some test suites (like
controllers.memcg_control) still source tst_test.sh. Since Android's
Toybox uses Bionic libc, which strictly implements POSIX regex without
GNU \b, this fix prevents regex parsing failures. It is great news
that more tests are migrating to pure C.
> I also wonder if you use our new runner kirk already [3].
We haven't adopted kirk yet, as our LTP execution is deeply integrated
into Google's Trade Federation (Tradefed) and VTS automation (via atest).
We will definitely keep an eye on it as it evolves.
Kind regards,
Wake


More information about the ltp mailing list