summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorPriyanka Dandamudi <priyanka.dandamudi@intel.com>2020-03-17 11:02:47 +0530
committerChris Wilson <chris@chris-wilson.co.uk>2020-03-18 10:35:44 +0000
commitdc0b22e5fbb02d4a199d02fd55c171206cf9a33b (patch)
tree2711eda3d610d3a5de04d7617c7ed0665e8a4e91 /tests/meson.build
parent23c3dc358e267c9ae116fd1070cd342c1b6839de (diff)
i915/gem_ring_sync_copy: Removal of test
Test is trying to verify the implicit order fencing. Similar scenario can be found in gem_exec_schedule. This test doesn't add anything to other tests. So, removing the test. Cc: Tahvanainen Jari <jari.tahvanainen@intel.com> Signed-off-by: Priyanka Dandamudi <priyanka.dandamudi@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 7629afde..cba5c137 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -187,7 +187,6 @@ i915_progs = [
'gem_render_tiled_blits',
'gem_request_retire',
'gem_reset_stats',
- 'gem_ring_sync_copy',
'gem_ring_sync_loop',
'gem_ringfill',
'gem_set_tiling_vs_blt',