[igt-dev] [i-g-t] tests/i915/exec_balancer: Added Skip Guc Submission
Matthew Brost
matthew.brost at intel.com
Fri Dec 10 03:20:23 UTC 2021
On Thu, Dec 09, 2021 at 01:50:53PM +0530, Mastan Katragadda wrote:
> This test makes assumptions about the backend scheduling algorithm that
> a real world UMD would never assume. This test is not testing a UMD-KMD
> contract, rather a specific backend.It is an invalid test case thus we
> are skipping.
>
> Changes Since v1:
> -Updated commit message
>
> Cc: Matthew Brost <matthew.brost at intel.com>
> Signed-off-by: Mastan Katragadda <mastanx.katragadda at intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
> ---
> tests/i915/gem_exec_balancer.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/i915/gem_exec_balancer.c b/tests/i915/gem_exec_balancer.c
> index cc07a5a9..d58734ab 100644
> --- a/tests/i915/gem_exec_balancer.c
> +++ b/tests/i915/gem_exec_balancer.c
> @@ -3320,6 +3320,7 @@ igt_main
>
> igt_subtest_group {
> igt_fixture {
> + igt_require(!gem_using_guc_submission(i915));
> intel_allocator_multiprocess_start();
> }
>
> --
> 2.25.1
>
More information about the igt-dev
mailing list