public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] runner: Including E2BIG error to whitelist
@ 2019-03-18 20:47 Sujaritha Sundaresan
  2019-03-18 21:14 ` Chris Wilson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sujaritha Sundaresan @ 2019-03-18 20:47 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

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@intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Cc: Petri Latvala <petri.latvala@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

_______________________________________________
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:[~2019-03-21 23:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-18 20:47 [igt-dev] [PATCH i-g-t] runner: Including E2BIG error to whitelist Sujaritha Sundaresan
2019-03-18 21:14 ` Chris Wilson
2019-03-21 22:53   ` Sujaritha
2019-03-18 22:47 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-03-19 11:22 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

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