[igt-dev] [PATCH i-g-t] runner: Including E2BIG error to whitelist

Sujaritha Sundaresan sujaritha.sundaresan at intel.com
Mon Mar 18 20:47:01 UTC 2019


Adding E2BIG(7) to the whitelist to prevent it from flagging
up in CI and polluting the dmesg with warnings.

Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
Cc: Petri Latvala <petri.latvala at intel.com>
---
 runner/resultgen.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/runner/resultgen.c b/runner/resultgen.c
index 32b59d59..9bf1c406 100644
--- a/runner/resultgen.c
+++ b/runner/resultgen.c
@@ -490,6 +490,10 @@ static const char igt_dmesg_whitelist[] =
 	 * message.
 	 */
 	"i915: probe of [0-9:.]+ failed with error -25" _
+	/* Fault injection subtest terminates with E2BIG after the
+	 * test ends, which produces this message.
+	 */
+	"i915: probe of [0-9:.]+ failed with error -7" _
 	/* 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.20.1



More information about the igt-dev mailing list