Re: [PATCH] tst_test.sh: Replace GNU word boundary \b with \< in grep
Wake Liu via ltp <[email protected]>
| Newsgroups | gmane.linux.ltp |
|---|---|
| Message-ID | <CAOcRiAGKOhdvnK3OUDeEMZRNKspSaqPjdO1KNync-QutxCCz_w@mail.gmail.com> |
Hi Petr, On Tue, Jun 30, 2026 at 4:09 PM Petr Vorel <[email protected]> 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 -- Mailing list info: https://lists.linux.it/listinfo/ltp