From: Tvrtko Ursulin <tursulin@ursulin.net>
To: Intel-gfx@lists.freedesktop.org
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: [RFC i-g-t 3/4] gem_sync: Add all and store_all subtests
Date: Fri, 23 Jun 2017 12:31:42 +0100 [thread overview]
Message-ID: <20170623113143.19084-4-tvrtko.ursulin@linux.intel.com> (raw)
In-Reply-To: <20170623113143.19084-1-tvrtko.ursulin@linux.intel.com>
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Extended versions of the already existing short tests.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
---
tests/gem_sync.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/gem_sync.c b/tests/gem_sync.c
index 706462bc0ac7..f9a2ebdfbe21 100644
--- a/tests/gem_sync.c
+++ b/tests/gem_sync.c
@@ -757,6 +757,11 @@ igt_main
sync_all(fd, 1, 5);
igt_subtest("basic-store-all")
store_all(fd, 1, 5);
+
+ igt_subtest("all")
+ sync_all(fd, 1, 150);
+ igt_subtest("store-all")
+ store_all(fd, 1, 150);
igt_subtest("forked-all")
sync_all(fd, ncpus, 150);
igt_subtest("forked-store-all")
--
2.9.4
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2017-06-23 11:32 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-23 11:31 [RFC i-g-t 0/4] Redundant test pruning Tvrtko Ursulin
2017-06-23 11:31 ` [RFC i-g-t 1/4] igt: Remove default from the engine list Tvrtko Ursulin
2017-06-23 14:17 ` Szwichtenberg, Radoslaw
2017-06-23 14:35 ` Tvrtko Ursulin
2017-06-26 9:15 ` Szwichtenberg, Radoslaw
2017-07-06 13:33 ` [PATCH i-g-t v2 " Tvrtko Ursulin
2017-07-06 13:35 ` Chris Wilson
2017-06-23 11:31 ` [RFC i-g-t 2/4] gem_exec_basic: Exercise the default engine selection Tvrtko Ursulin
2017-06-23 11:31 ` Tvrtko Ursulin [this message]
2017-06-23 11:31 ` [RFC i-g-t 4/4] extended.testlist: Remove some test-subtest combinations Tvrtko Ursulin
2017-06-26 16:09 ` [RFC i-g-t 0/4] Redundant test pruning Daniel Vetter
2017-06-27 8:02 ` Tvrtko Ursulin
2017-06-27 9:14 ` Daniel Vetter
2017-06-27 11:46 ` Chris Wilson
2017-06-27 13:10 ` Daniel Vetter
2017-07-05 13:30 ` Tvrtko Ursulin
2017-07-06 9:28 ` Daniel Vetter
2017-07-06 11:31 ` Tvrtko Ursulin
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=20170623113143.19084-4-tvrtko.ursulin@linux.intel.com \
--to=tursulin@ursulin.net \
--cc=Intel-gfx@lists.freedesktop.org \
--cc=daniel.vetter@ffwll.ch \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.