From: Swathi Dhanavanthri <swathi.dhanavanthri@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH] Add a light version of gem_exec_create@forked
Date: Mon, 4 Mar 2019 17:16:55 -0800 [thread overview]
Message-ID: <20190305011655.18463-1-swathi.dhanavanthri@intel.com> (raw)
igt@gem-exec-create@forked runs a single uniterrupted loop for as long
as the timeout specified ie 150s. Reducing this to 15s.
Signed-off-by: Swathi Dhanavanthri <swathi.dhanavanthri@intel.com>
---
tests/i915/gem_exec_create.c | 3 ++-
tests/intel-ci/blacklist.txt | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/i915/gem_exec_create.c b/tests/i915/gem_exec_create.c
index 54a2429e..209b0295 100644
--- a/tests/i915/gem_exec_create.c
+++ b/tests/i915/gem_exec_create.c
@@ -146,7 +146,8 @@ igt_main
all(device, 0, 5, 1);
igt_subtest("forked")
all(device, 0, 150, ncpus);
-
+ igt_subtest("forked-light")
+ all(device, 0, 15, ncpus);
igt_subtest("madvise")
all(device, LEAK, 20, 1);
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index f3440f31..27f3b1ef 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -29,6 +29,7 @@ igt@gem_evict_alignment(@.*)?
igt@gem_evict_everything(@.*)?
igt@gem_exec_alignment@(?!.*single).*
igt@gem_exec_capture@many-(?!4K-).*
+igt@gem_exec_create@.*forked$
igt@gem_exec_fence@(?!.*basic).*
igt@gem_exec_flush@(?!.*basic).*
igt@gem_exec_gttfill@(?!.*basic).*
--
2.20.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next reply other threads:[~2019-03-05 1:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-05 1:16 Swathi Dhanavanthri [this message]
2019-03-05 2:25 ` [igt-dev] ✓ Fi.CI.BAT: success for Add a light version of gem_exec_create@forked Patchwork
2019-03-05 8:03 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-03-05 8:42 ` [igt-dev] [PATCH] " Chris Wilson
2019-03-06 4:32 ` Ashutosh Dixit
2019-03-06 9:01 ` Chris Wilson
2019-03-05 8:45 ` Chris Wilson
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=20190305011655.18463-1-swathi.dhanavanthri@intel.com \
--to=swathi.dhanavanthri@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