[PATCH i-g-t v1 5/6] DO_NOT_MERGE: runner/resultgen: treat HAX: in dmesg as kernel warning
Kamil Konieczny
kamil.konieczny at linux.intel.com
Thu Jul 25 09:37:22 UTC 2024
When resultgen will see 'HAX:' in kernel dmesg log
it will treat this in the same way as if kernel warning.
This will allow for dummy testing new runner capability of
dynamically ignoring driver messages.
Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
---
runner/resultgen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runner/resultgen.c b/runner/resultgen.c
index b360d1416..d1bedd941 100644
--- a/runner/resultgen.c
+++ b/runner/resultgen.c
@@ -827,7 +827,7 @@ static const char igt_dmesg_whitelist[] =
#undef _
static const char igt_piglit_style_dmesg_blacklist[] =
- "(\\[drm:|drm_|intel_|i915_|\\[drm\\])";
+ "(\\[drm:|drm_|intel_|i915_|\\[drm\\]|HAX:)";
static bool init_dmesg_regex(GRegex **re, const char *regex, const char *msg)
{
--
2.43.0
More information about the Intel-gfx-trybot
mailing list