An obscure and very dated subtest, it's even covered by the other
subtests -- if the kernel still worked in any fashion assumed by the
test.

Signed-off-by: Chris Wilson <[email protected]>
---
 tests/i915/i915_pm_rpm.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/tests/i915/i915_pm_rpm.c b/tests/i915/i915_pm_rpm.c
index 47e74856e..22151aa73 100644
--- a/tests/i915/i915_pm_rpm.c
+++ b/tests/i915/i915_pm_rpm.c
@@ -1393,16 +1393,6 @@ static void gem_execbuf_stress_subtest(int rounds, int 
wait_flags)
        gem_close(drm_fd, handle);
 }
 
-/* When this test was written, it triggered WARNs and DRM_ERRORs on dmesg. */
-static void gem_idle_subtest(void)
-{
-       disable_all_screens_and_wait(&ms_data);
-
-       sleep(5);
-
-       gem_test_engine(drm_fd, -1);
-}
-
 static void gem_evict_pwrite_subtest(void)
 {
        struct {
@@ -2047,8 +2037,6 @@ igt_main_args("", long_options, help_str, opt_handler, 
NULL)
                gem_pread_subtest();
        igt_subtest("gem-execbuf")
                gem_execbuf_subtest();
-       igt_subtest("gem-idle")
-               gem_idle_subtest();
        igt_subtest("gem-evict-pwrite") {
                gem_require_mappable_ggtt(drm_fd);
                gem_evict_pwrite_subtest();
-- 
2.26.2

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to