On Fri, Dec 05, 2025 at 10:10:34AM +0000, Marat Khalili wrote: > Apart from one cosmetic issue in a comment, > > Acked-by: Marat Khalili <[email protected]> > > > diff --git a/app/test/suites/meson.build b/app/test/suites/meson.build > > index 712dd65568..65995078b7 100644 > > --- a/app/test/suites/meson.build > > +++ b/app/test/suites/meson.build > > @@ -67,9 +67,19 @@ foreach suite:test_suites > > # special fast-test handling here > > foreach t: suite_tests > > params = t.split(':') > > + # check for valid options for asan and nohuge. Note, the > > extraction script runs tolower() > > > diff --git a/buildtools/get-test-suites.py b/buildtools/get-test-suites.py > > index c3a99a862e..73f1d9c9e1 100644 > > --- a/buildtools/get-test-suites.py > > +++ b/buildtools/get-test-suites.py > > @@ -18,7 +18,7 @@ def get_fast_test_params(test_name, ln): > > "Extract the extra fast-test parameters from the line" > > (_, rest_of_line) = ln.split(test_name, 1) > > (_, nohuge, asan, _func) = rest_of_line.split(',', 3) > > - return f":{nohuge.strip().lower()}:{asan.strip().lower()}" > > + return f":{nohuge.strip()}:{asan.strip()}" > > Is the Note above no longer relevant? > Ooops, yes, good catch.
- [PATCH 0/2] improve fast-tests suite Bruce Richardson
- [PATCH 1/2] app/test: add some unattached tests to f... Bruce Richardson
- [PATCH 2/2] app/test: make parameters clearer when a... Bruce Richardson
- RE: [PATCH 2/2] app/test: make parameters cleare... Marat Khalili
- Re: [PATCH 2/2] app/test: make parameters cl... Bruce Richardson
- [PATCH v2 00/10] Assign all unit tests to suites Bruce Richardson
- [PATCH v2 02/10] app/test: fix undefined behavio... Bruce Richardson
- RE: [PATCH v2 02/10] app/test: fix undefined... Marat Khalili
- [PATCH v2 01/10] app/test: make parameters clear... Bruce Richardson
- RE: [PATCH v2 01/10] app/test: make paramete... Marat Khalili
- Re: [PATCH v2 01/10] app/test: make para... Bruce Richardson
- [PATCH v2 03/10] app/test: reduce duration of se... Bruce Richardson
- [PATCH v2 04/10] app/test: fix timer loop hang o... Bruce Richardson
- [PATCH v2 05/10] eal: add internal APIs to query... Bruce Richardson
- [PATCH v2 06/10] app/test: pass loaded driver in... Bruce Richardson
- [PATCH v2 07/10] app/test: skip power capabiliti... Bruce Richardson
- [PATCH v2 09/10] app/test: add tests to driver t... Bruce Richardson
- [PATCH v2 08/10] app/test: add some unattached t... Bruce Richardson
- Re: [PATCH v2 08/10] app/test: add some unat... David Marchand
- Re: [PATCH v2 08/10] app/test: add some ... Bruce Richardson
- Re: [PATCH v2 08/10] app/test: add ... David Marchand

