summaryrefslogtreecommitdiff
path: root/tests/gem_ctx_exec.c
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-10-13 14:59:55 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-10-18 13:11:41 +0300
commit0d3c8a5fbb4d4c2246c1ed8f31b4754f5f9a6ca4 (patch)
tree151a1b16c6ddf880b48a62273355b9769079d19e /tests/gem_ctx_exec.c
parent892abc602a8ae7434636b18891ea6bd47385f729 (diff)
tests: Clean up igt_skip_on_simulation() uses
General update to reflect current state of things. Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Radoslaw Szwichtenberg <radoslaw.szwichtenberg@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'tests/gem_ctx_exec.c')
-rw-r--r--tests/gem_ctx_exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gem_ctx_exec.c b/tests/gem_ctx_exec.c
index ad39d5ed..15937cf3 100644
--- a/tests/gem_ctx_exec.c
+++ b/tests/gem_ctx_exec.c
@@ -154,8 +154,6 @@ int fd;
igt_main
{
- igt_skip_on_simulation();
-
igt_fixture {
fd = drm_open_driver_render(DRIVER_INTEL);
igt_require_gem(fd);
@@ -189,6 +187,8 @@ igt_main
igt_subtest("reset-pin-leak") {
int i;
+ igt_skip_on_simulation();
+
/*
* Use an explicit context to isolate the test from
* any major code changes related to the per-file