From: Tvrtko Ursulin <tursulin@ursulin.net>
To: Intel-gfx@lists.freedesktop.org
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: [RFC i-g-t 2/4] gem_exec_basic: Exercise the default engine selection
Date: Fri, 23 Jun 2017 12:31:41 +0100 [thread overview]
Message-ID: <20170623113143.19084-3-tvrtko.ursulin@linux.intel.com> (raw)
In-Reply-To: <20170623113143.19084-1-tvrtko.ursulin@linux.intel.com>
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Exercise the ABI with a basic test now that we have removed the
defaul engine alias from the engine list.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
---
tests/gem_exec_basic.c | 9 +++++++++
tests/intel-ci/fast-feedback.testlist | 3 +++
2 files changed, 12 insertions(+)
diff --git a/tests/gem_exec_basic.c b/tests/gem_exec_basic.c
index 2f057ef02f22..2cb6a90a01f9 100644
--- a/tests/gem_exec_basic.c
+++ b/tests/gem_exec_basic.c
@@ -111,6 +111,15 @@ igt_main
igt_fork_hang_detector(fd);
}
+ igt_subtest("basic-default")
+ noop(fd, I915_EXEC_DEFAULT);
+
+ igt_subtest("readonly-default")
+ readonly(fd, I915_EXEC_DEFAULT);
+
+ igt_subtest("gtt-default")
+ gtt(fd, I915_EXEC_DEFAULT);
+
for (e = intel_execution_engines; e->name; e++) {
igt_subtest_f("basic-%s", e->name)
noop(fd, e->exec_id | e->flags);
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index 7d4f65ec2248..e90e700ec1ed 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -26,18 +26,21 @@ igt@gem_exec_basic@basic-blt
igt@gem_exec_basic@basic-bsd
igt@gem_exec_basic@basic-bsd1
igt@gem_exec_basic@basic-bsd2
+igt@gem_exec_basic@basic-default
igt@gem_exec_basic@basic-render
igt@gem_exec_basic@basic-vebox
igt@gem_exec_basic@gtt-blt
igt@gem_exec_basic@gtt-bsd
igt@gem_exec_basic@gtt-bsd1
igt@gem_exec_basic@gtt-bsd2
+igt@gem_exec_basic@gtt-default
igt@gem_exec_basic@gtt-render
igt@gem_exec_basic@gtt-vebox
igt@gem_exec_basic@readonly-blt
igt@gem_exec_basic@readonly-bsd
igt@gem_exec_basic@readonly-bsd1
igt@gem_exec_basic@readonly-bsd2
+igt@gem_exec_basic@readonly-default
igt@gem_exec_basic@readonly-render
igt@gem_exec_basic@readonly-vebox
igt@gem_exec_create@basic
--
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 ` Tvrtko Ursulin [this message]
2017-06-23 11:31 ` [RFC i-g-t 3/4] gem_sync: Add all and store_all subtests Tvrtko Ursulin
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-3-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.