From: sai.gowtham.ch@intel.com
To: arjun.melkaveri@intel.com, sai.gowtham.ch@intel.com,
igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t][V2] i915/gem_exec_create: Added test description for test case.
Date: Tue, 14 Jul 2020 10:12:34 +0530 [thread overview]
Message-ID: <20200714044234.26328-1-sai.gowtham.ch@intel.com> (raw)
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
next reply other threads:[~2020-07-14 4:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-14 4:42 sai.gowtham.ch [this message]
2020-07-14 5:15 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_exec_create: Added test description for test case 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200714044234.26328-1-sai.gowtham.ch@intel.com \
--to=sai.gowtham.ch@intel.com \
--cc=arjun.melkaveri@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox