[igt-dev] [PATCH i-g-t] i915/gem_exec_parallel: Add skip_on_simulation to whole binary
Katarzyna Dec
katarzyna.dec at intel.com
Fri Feb 8 13:10:37 UTC 2019
On simulation environment these tests were failing. During debug
we decided that whole binary should be skipped, because there is
no additional coverage in simulation.
Signed-off-by: Katarzyna Dec <katarzyna.dec at intel.com>
Cc: Radoslaw Szwichtenberg <radoslaw.szwichtenberg at intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin at linux.intel.com>
---
tests/i915/gem_exec_parallel.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/i915/gem_exec_parallel.c b/tests/i915/gem_exec_parallel.c
index a6fa698e..c6a20c4f 100644
--- a/tests/i915/gem_exec_parallel.c
+++ b/tests/i915/gem_exec_parallel.c
@@ -238,6 +238,8 @@ igt_main
};
int fd;
+ igt_skip_on_simulation();
+
igt_fixture {
fd = drm_open_driver_master(DRIVER_INTEL);
igt_require_gem(fd);
--
2.20.1
More information about the igt-dev
mailing list