[PATCH 0/6] Categorize skipped tests as skipped
Jeffrey Hugo
jhugo at codeaurora.org
Fri Oct 14 19:17:16 UTC 2016
Most tests are categorized as skipped when the test has nothing to do, ie
the ACPI table is not present. The "error" message typically mentions that
the test is being skipped, and why.
A small handful of tests appear to be categorized as aborted, instead of
skipped. This tends to confuse the analysis of a large run as the results
categories in the summary tends to be a quick way to triage tests and
determine what follow up is required.
Jeffrey Hugo (6):
acpi: mpst: Show test as skipped if table does not exist
lib: olog: Show test as skipped if nothing to do
acpi: pmtt: Show test as skipped if table does not exist
acpi: tcpa: Show test as skipped if table does not exist
acpi: tpm2: Show test as skipped if table does not exist
acpi: xenv: Show test as skipped if table does not exist
src/acpi/mpst/mpst.c | 2 +-
src/acpi/pmtt/pmtt.c | 2 +-
src/acpi/tcpa/tcpa.c | 2 +-
src/acpi/tpm2/tpm2.c | 2 +-
src/acpi/xenv/xenv.c | 2 +-
src/kernel/olog/olog.c | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
--
Qualcomm Datacenter Technologies as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.
More information about the fwts-devel
mailing list