Hi all, Here's a couple of patches that improve the test framework itself. The first patch adds a -smoketest option that will run the generic file IO loop tests each for 4 minutes apiece. The goal here is to provide a quick means for developers to check that their changes didn't cause major problems. The second patch adds kernel gcov coverage reporting if the kernel is set up to record such information. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=testing-improvements --- README | 3 ++ check | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++- doc/group-names.txt | 1 + tests/generic/475 | 2 + tests/generic/476 | 2 + tests/generic/521 | 2 + tests/generic/522 | 2 + tests/generic/642 | 2 + 8 files changed, 100 insertions(+), 6 deletions(-)