v2: http://www.spinics.net/lists/kvm/msg125429.html mkstandalone is using generic code now, so v3 focuses on the output again. And the output looks like in v2. Since v2, I've * removed svm-disabled [3/7] * reworked summary reporting [8/9] (it's a nice feature, but still ugly) * turned all cases when QEMU won't run the test into SKIP [6/7] * preserved check_param (it's not used, though) * stopped returning 77 on all SKIPs [7/7] (a sacrifice to prevent another refactoring of our scripts) I didn't manage to look at the comment from Lukáš's patches, but I don't expect that v3 will be the last one ... a lot has changed since v2. Radim Krčmář (9): lib/report: allow test skipping x86/*: report skipped tests x86/unittests: remove svm-disabled x86/pmu: expect failure with nmi_watchdog lib/report: don't print 0 failed tests scripts/runtime: skip tests that cannot run scripts/runtime: consolidate summary tags run_tests: print summary run_tests: log stderr lib/libcflat.h | 1 + lib/report.c | 49 ++++++++++++++++++++++++++++++++++--------------- run_tests.sh | 7 ++++--- scripts/mkstandalone.sh | 4 ++++ scripts/runtime.bash | 32 +++++++++++++++++++++++++------- x86/apic.c | 7 +++---- x86/emulator.c | 2 +- x86/hyperv_synic.c | 2 +- x86/pku.c | 2 +- x86/pmu.c | 11 +++++++++-- x86/smap.c | 2 +- x86/svm.c | 2 +- x86/tsc.c | 2 +- x86/unittests.cfg | 9 +-------- 14 files changed, 87 insertions(+), 45 deletions(-) -- 2.8.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html