public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/gem_eio: Skip in-flight-suspend on snb
@ 2017-10-19  9:51 Daniel Vetter
  2017-10-19  9:57 ` Daniel Vetter
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Daniel Vetter @ 2017-10-19  9:51 UTC (permalink / raw)
  To: Intel Graphics Development; +Cc: Daniel Vetter

CI gets upset about it resulting in an incomplete, let's skip it until
that's fixed to avoid havoc in the CI farm. Of course this should/will
be reverted as soon as we have a fix (similar to how we dealt with the
snb-dies-in-blt-hangs issue).

Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: "Lofstedt, Marta" <marta.lofstedt@intel.com>
Cc: Martin Peres <martin.peres@linux.intel.com>
References: https://intel-gfx-ci.01.org/tree/drm-tip/igt@gem_eio@in-flight-suspend.html
References: https://bugs.freedesktop.org/show_bug.cgi?id=103289
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 tests/gem_eio.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/gem_eio.c b/tests/gem_eio.c
index 899cb62728e3..28375e208232 100644
--- a/tests/gem_eio.c
+++ b/tests/gem_eio.c
@@ -218,6 +218,9 @@ static void test_inflight_suspend(int fd)
 	igt_require(gem_has_exec_fence(fd));
 	igt_require(i915_reset_control(false));
 
+	igt_skip_on_f(IS_SANDYBRIDGE(intel_get_drm_devid(fd)),
+		      "random incompletes in CI with this test\n");
+
 	memset(obj, 0, sizeof(obj));
 	obj[0].flags = EXEC_OBJECT_WRITE;
 	obj[1].handle = gem_create(fd, 4096);
-- 
2.15.0.rc1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-10-26 11:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-19  9:51 [PATCH i-g-t] tests/gem_eio: Skip in-flight-suspend on snb Daniel Vetter
2017-10-19  9:57 ` Daniel Vetter
2017-10-19 11:37   ` Lofstedt, Marta
2017-10-19 13:00     ` Daniel Vetter
2017-10-19 10:12 ` ✗ Fi.CI.BAT: failure for " Patchwork
2017-10-19 10:28   ` Chris Wilson
2017-10-19 12:01 ` ✗ Fi.CI.BAT: warning " Patchwork
2017-10-19 13:29 ` [PATCH i-g-t] " Martin Peres
2017-10-20  9:26   ` Joonas Lahtinen
2017-10-23  9:28     ` Martin Peres
2017-10-26 10:57       ` Lofstedt, Marta
2017-10-26 11:19       ` Lofstedt, Marta

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