mbox series

[v2,00/12] conform tests to TAP format output

Message ID 20240202113119.2047740-1-usama.anjum@collabora.com (mailing list archive)
Headers show
Series conform tests to TAP format output | expand

Message

Muhammad Usama Anjum Feb. 2, 2024, 11:31 a.m. UTC
Changes since v1:
- Rebased the series on top of next-20240202

Muhammad Usama Anjum (12):
  selftests/mm: map_fixed_noreplace: conform test to TAP format output
  selftests/mm: map_hugetlb: conform test to TAP format output
  selftests/mm: map_populate: conform test to TAP format output
  selftests/mm: mlock-random-test: conform test to TAP format output
  selftests/mm: mlock2-tests: conform test to TAP format output
  selftests/mm: mrelease_test: conform test to TAP format output
  selftests/mm: mremap_dontunmap: conform test to TAP format output
  selftests/mm: split_huge_page_test: conform test to TAP format output
  selftests/mm: thp_settings: conform to TAP format output
  selftests/mm: thuge-gen: conform to TAP format output
  selftests/mm: transhuge-stress: conform to TAP format output
  selftests/mm: virtual_address_range: conform to TAP format output

 tools/testing/selftests/mm/khugepaged.c       |   3 +-
 .../selftests/mm/map_fixed_noreplace.c        |  96 ++----
 tools/testing/selftests/mm/map_hugetlb.c      |  42 ++-
 tools/testing/selftests/mm/map_populate.c     |  37 ++-
 .../testing/selftests/mm/mlock-random-test.c  | 136 ++++-----
 tools/testing/selftests/mm/mlock2-tests.c     | 282 +++++++-----------
 tools/testing/selftests/mm/mlock2.h           |  11 +-
 tools/testing/selftests/mm/mrelease_test.c    |  80 ++---
 tools/testing/selftests/mm/mremap_dontunmap.c |  32 +-
 .../selftests/mm/split_huge_page_test.c       | 161 +++++-----
 tools/testing/selftests/mm/thp_settings.c     | 123 +++-----
 tools/testing/selftests/mm/thp_settings.h     |   4 +-
 tools/testing/selftests/mm/thuge-gen.c        | 147 ++++-----
 tools/testing/selftests/mm/transhuge-stress.c |  36 ++-
 .../selftests/mm/virtual_address_range.c      |  44 +--
 tools/testing/selftests/mm/vm_util.c          |   6 +-
 16 files changed, 537 insertions(+), 703 deletions(-)