mbox series

[0/2] add custom string when regression is about missing test result

Message ID 20230802141718.3326905-1-alexis.lothore@bootlin.com
Headers show
Series add custom string when regression is about missing test result | expand

Message

Alexis Lothoré Aug. 2, 2023, 2:17 p.m. UTC
From: Alexis Lothoré <alexis.lothore@bootlin.com>

Hello,
this very small series intend to eliminate confusion about regressions
reported by resulttool whenever a test result is present in "base test
result" but absent from "target test result". This scenario leads to many
"XXX -> None" lines. The series allows to define custom strings to be
inserted in the regression report instead of the raw status:
- first commit introduce the custom strings table and associated helper
- second commit defines a better message for "None" status stored in test
  results

Alexis Lothoré (2):
  scripts/resulttool: allow to replace test raw status with custom
    string
  scripts/resulttool: define custom string for "not found" test results

 scripts/lib/resulttool/regression.py | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)