public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] i915/gem_exec_capture: Really confirm error capturing is enabling
@ 2019-01-18 21:18 Chris Wilson
  2019-01-18 21:59 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chris Wilson @ 2019-01-18 21:18 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev

If the device has error capturing disabled, we still allow previous
error state to be cleared by a write to sysfs/error. To actually confirm
that we can capture a fresh error state, we have to perform a read().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 tests/i915/gem_exec_capture.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/i915/gem_exec_capture.c b/tests/i915/gem_exec_capture.c
index f26b4102c..49394c311 100644
--- a/tests/i915/gem_exec_capture.c
+++ b/tests/i915/gem_exec_capture.c
@@ -544,6 +544,7 @@ igt_main
 
 		dir = igt_sysfs_open(fd, NULL);
 		igt_require(igt_sysfs_set(dir, "error", "Begone!"));
+		igt_require(igt_sysfs_get(dir, "error"));
 	}
 
 	for (e = intel_execution_engines; e->name; e++) {
-- 
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] 4+ messages in thread

end of thread, other threads:[~2019-01-24 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-18 21:18 [igt-dev] [PATCH i-g-t] i915/gem_exec_capture: Really confirm error capturing is enabling Chris Wilson
2019-01-18 21:59 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-01-19  0:42 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-01-24 14:34 ` [igt-dev] [PATCH i-g-t] " Katarzyna Dec

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