This patch set is used to make regression tests pass without errors. It needs to use --skip-broken to skip tests which are marked as failure. The PR is https://github.com/md-raid-utilities/mdadm/pull/153 Xiao Ni (4): mdadm/tests: Mark 07revert-inplace broken mdadm/tests: Mark 20raid5journal fail mdadm/tests: ddf template fix mdadm/tests: Remove 10ddf-create.broken and 10ddf-fail-two-spares.broken tests/07revert-inplace.broken | 8 ++++++++ tests/10ddf-create.broken | 5 ----- tests/10ddf-fail-two-spares.broken | 5 ----- tests/20raid5journal.broken | 17 +++++++++++++++++ tests/env-ddf-template | 3 +-- util.c | 2 +- 6 files changed, 27 insertions(+), 13 deletions(-) create mode 100644 tests/07revert-inplace.broken delete mode 100644 tests/10ddf-create.broken delete mode 100644 tests/10ddf-fail-two-spares.broken create mode 100644 tests/20raid5journal.broken -- 2.32.0 (Apple Git-132)