public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] runner/resultgen: Fix dmesg whitelist entry's regular expression
@ 2020-05-15  7:41 Harish Chegondi
  2020-05-15  9:21 ` Petri Latvala
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Harish Chegondi @ 2020-05-15  7:41 UTC (permalink / raw)
  To: igt-dev; +Cc: lucas.demarchi, petri.latvala

PCI devices' B/D/F numbers can have alphabets in hex. Fix the regexp
so that hex B/D/F numbers also match the regular expression.

Cc: Petri Latvala <petri.latvala@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Swathi Dhanavanthri <swathi.dhanavanthri@intel.com>
Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Harish Chegondi <harish.chegondi@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 runner/resultgen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runner/resultgen.c b/runner/resultgen.c
index fe59aafeb..17147a8fa 100644
--- a/runner/resultgen.c
+++ b/runner/resultgen.c
@@ -800,7 +800,7 @@ static const char igt_dmesg_whitelist[] =
 	 * module load after the testing finishes, which produces this
 	 * message.
 	 */
-	"i915: probe of [0-9:.]+ failed with error -25" _
+	"i915: probe of [0-9a-fA-F:.]+ failed with error -25" _
 	/* swiotbl warns even when asked not to */
 	"mock: DMA: Out of SW-IOMMU space for [0-9]+ bytes" _
 	"usb usb[0-9]+: root hub lost power or was reset"
-- 
2.25.4

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-15 13:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-15  7:41 [igt-dev] [PATCH i-g-t] runner/resultgen: Fix dmesg whitelist entry's regular expression Harish Chegondi
2020-05-15  9:21 ` Petri Latvala
2020-05-15 11:15 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-05-15 11:27   ` Petri Latvala
2020-05-15 13:19 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox