Daniel P. Berrangé <[email protected]> writes:

> On Thu, Dec 18, 2025 at 01:45:24PM +0100, Markus Armbruster wrote:
>> Which unmaintained files are we still changing?  Unmaintained files
>> sorted by number of commits in the past year (since v9.2.0):
>> 
>>     $ for i in `cat unmaintained-files`; do echo -n "$i "; git-rev-list 
>> v9.2.0.. $i | wc -l; done | awk '{ printf "%7d %s\n", $2, $1 }' | sort -rn
>> 
>>     107 tests/functional/meson.build
>
> Opps, that's a mistake. It should of course be under the
> general maint heading "Functional testing framework"

Thanks!  I can patch that.

What about the other uncovered files in tests/functional/?

tests/functional/aarch64/meson.build
tests/functional/acpi-bits/bits-config/bits-cfg.txt
tests/functional/acpi-bits/bits-tests/smbios.py2
tests/functional/acpi-bits/bits-tests/smilatency.py2
tests/functional/acpi-bits/bits-tests/testacpi.py2
tests/functional/acpi-bits/bits-tests/testcpuid.py2
tests/functional/arm/meson.build
tests/functional/arm/test_max78000fthr.py
tests/functional/generic/meson.build
tests/functional/loongarch64/meson.build
tests/functional/m68k/meson.build
tests/functional/meson.build
tests/functional/microblaze/meson.build
tests/functional/microblazeel/meson.build
tests/functional/mips/meson.build
tests/functional/mips64/meson.build
tests/functional/mips64el/meson.build
tests/functional/mipsel/meson.build
tests/functional/or1k/meson.build
tests/functional/ppc/meson.build
tests/functional/ppc64/meson.build
tests/functional/rx/meson.build
tests/functional/sh4/meson.build
tests/functional/sh4eb/meson.build
tests/functional/sparc/meson.build
tests/functional/sparc64/meson.build
tests/functional/xtensa/meson.build


Reply via email to