[igt-dev] [PATCH i-g-t] i915/gem_pwrite: Enable some subtests for CI
Dixit, Ashutosh
ashutosh.dixit at intel.com
Mon Nov 9 06:04:31 UTC 2020
On Sat, 07 Nov 2020 05:48:47 -0800, Chris Wilson wrote:
>
> CI blacklists gem_pwrite !basic subtests, but there are a few in there
> are foundational so include them.
Reviewed-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> ---
> tests/i915/gem_pwrite.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/i915/gem_pwrite.c b/tests/i915/gem_pwrite.c
> index 7a0864637..492b6035c 100644
> --- a/tests/i915/gem_pwrite.c
> +++ b/tests/i915/gem_pwrite.c
> @@ -510,10 +510,10 @@ igt_main_args("s:", NULL, help_str, opt_handler, NULL)
> }
> }
>
> - igt_subtest("self")
> + igt_subtest("basic-self")
> pwrite_self(fd);
>
> - igt_subtest("exhaustion")
> + igt_subtest("basic-exhaustion")
> test_exhaustion(fd);
>
> for (c = cache; c->level != -1; c++) {
> --
> 2.29.2
>
> _______________________________________________
> igt-dev mailing list
> igt-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
More information about the igt-dev
mailing list