Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t][V2] i915/gem_exec_create: Added test description for test case.
@ 2020-07-14  4:42 sai.gowtham.ch
  2020-07-14  5:15 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sai.gowtham.ch @ 2020-07-14  4:42 UTC (permalink / raw)
  To: arjun.melkaveri, sai.gowtham.ch, igt-dev

From: sai gowtham <sai.gowtham.ch@intel.com>

Added test description for test and to all 3 subtests.

Signed-off-by: sai gowtham <sai.gowtham.ch@intel.com>
---
 tests/i915/gem_exec_create.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/tests/i915/gem_exec_create.c b/tests/i915/gem_exec_create.c
index ee7d4e5d..15288380 100644
--- a/tests/i915/gem_exec_create.c
+++ b/tests/i915/gem_exec_create.c
@@ -42,6 +42,11 @@
 #include "i915/gem.h"
 #include "igt.h"
 
+IGT_TEST_DESCRIPTION("\n This test overloads the driver with transient active "
+		" objects and checks if we don't kill the system under the "
+		" mempressure. Some of the symptoms this test look for include"
+		" mysterious hangs.");
+
 #define ENGINE_FLAGS  (I915_EXEC_RING_MASK | I915_EXEC_BSD_MASK)
 
 static double elapsed(const struct timespec *start, const struct timespec *end)
@@ -134,11 +139,16 @@ igt_main
 		igt_fork_hang_detector(device);
 	}
 
+	igt_describe("This subtest is a quick sanitycheck of the above test setup");
 	igt_subtest("basic")
 		all(device, 0, 2, 1);
+
+	igt_describe("This test does a concurrent execution");
 	igt_subtest("forked")
 		all(device, 0, 20, ncpus);
 
+	igt_describe("This test does a forced reclaim, behaving like a bad application"
+			" leaking its bo cache");
 	igt_subtest("madvise")
 		all(device, LEAK, 20, 1);
 
-- 
2.25.0

_______________________________________________
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:[~2020-09-24  4:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-14  4:42 [igt-dev] [PATCH i-g-t][V2] i915/gem_exec_create: Added test description for test case sai.gowtham.ch
2020-07-14  5:15 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-07-14  6:18 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2020-09-24  4:40 ` [igt-dev] [PATCH i-g-t][V2] " Melkaveri, Arjun

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