Quoting Tvrtko Ursulin (2020-01-30 20:52:56)
> @@ -772,91 +787,64 @@ igt_main
> igt_allow_hang(i915, 0, 0);
> }
>
> - igt_subtest("idempotent")
> - test_idempotent(i915);
> -
> - igt_subtest("clone")
> - test_clone(i915);
> -
> - igt_subtest("file")
> - test_nonpersistent_file(i915);
> -
> - igt_subtest("process")
> - test_process(i915);
> -
> - igt_subtest("processes")
> - test_processes(i915);
> -
> - igt_subtest("hostile")
> - test_nohangcheck_hostile(i915);
> - igt_subtest("hang")
> - test_nohangcheck_hang(i915);
Could we keep these outside of the engine subtest groups?
I'd like to keep them distinct as they aren't written with verifying
engines per se, but the general context parameter.
There should be per-engine equivalents to the above already where
appropriate.
-Chris
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx