[igt-dev] [PATCH i-g-t v2 6/7] benchmarks: remove igt_skip_on_simulation()

Swati Sharma swati2.sharma at intel.com
Mon Dec 2 14:03:15 UTC 2019


Removing igt_skip_on_simulation() from benchmarks since
this feature is not supported anymore.

v2: Rebase

Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
Signed-off-by: Karthik B S <karthik.b.s at intel.com>
Reviewed-by: Martin Peres <martin.peres at linux.intel.com>
---
 benchmarks/gem_userptr_benchmark.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/benchmarks/gem_userptr_benchmark.c b/benchmarks/gem_userptr_benchmark.c
index bef2ccc4..b63fdedf 100644
--- a/benchmarks/gem_userptr_benchmark.c
+++ b/benchmarks/gem_userptr_benchmark.c
@@ -469,8 +469,6 @@ int main(int argc, char **argv)
 {
 	int fd = -1, ret;
 
-	igt_skip_on_simulation();
-
 	igt_subtest_init(argc, argv);
 
 	fd = drm_open_driver(DRIVER_INTEL);
-- 
2.24.0



More information about the igt-dev mailing list