[igt-dev] [i-g-t V2] tests/intel-ci: Add display blocklist for XE

Kamil Konieczny kamil.konieczny at linux.intel.com
Thu May 18 12:25:38 UTC 2023


On 2023-05-18 at 17:30:50 +0530, Bhanuprakash Modem wrote:
> Add display blocklist for XE, until we complete the testplan
> documentation.
> 
> This will unblock the CI to enable the XE full run, once testplan
> documentation changes got landed, we can revert this patch.
> 
> V2: - blacklist --> blocklist
> 
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>

Acked-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

> ---
>  tests/intel-ci/meson.build      |  1 +
>  tests/intel-ci/xe.blocklist.txt | 37 +++++++++++++++++++++++++++++++++
>  2 files changed, 38 insertions(+)
>  create mode 100644 tests/intel-ci/xe.blocklist.txt
> 
> diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
> index bbbd55700..d5a6e4f47 100644
> --- a/tests/intel-ci/meson.build
> +++ b/tests/intel-ci/meson.build
> @@ -6,6 +6,7 @@ intelci_files = [
>    'blacklist.txt',
>    'blacklist-pre-merge.txt',
>    'xe-fast-feedback.testlist',
> +  'xe.blocklist.txt',
>  ]
>  
>  install_data(sources : intelci_files, install_dir : datadir)
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> new file mode 100644
> index 000000000..4285881be
> --- /dev/null
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -0,0 +1,37 @@
> +##################################################################
> +#Pipe E, F, G and H
> +##################################################################
> +igt at .*@.*pipe-(e|f|g|h).*
> +##################################################################
> +# Multidisplay
> +##################################################################
> +igt at kms_bw@.*-(5|6|7|8)-displays-.*
> +##################################################################
> +igt at kms_draw_crc@draw-method-(mmap-cpu|mmap-gtt|pwrite)
> +igt at kms_draw_crc@fill-fb
> +igt at kms_pipe_b_c_ivb@.*
> +igt at kms_pwrite_crc
> +igt at kms_ccs@.*
> +igt at kms_frontbuffer_tracking@.*
> +igt at kms_fbcon_fbt@(fbc|psr)(-suspend)
> +igt at kms_fence_pin_leak
> +igt at kms_busy@.*
> +igt at kms_psr@.*_mmap_(cpu|gtt)
> +igt at kms_legacy_colorkey@basic
> +igt at kms_legacy_colorkey@invalid-plane
> +igt at kms_flip_scaled_crc@flip-(32|64)bpp-(4|x|y|yf)tile-.*
> +igt at kms_big_fb@(4|x|y|yf)-tiled-.*
> +igt at kms_flip@2x-flip-vs-fences
> +igt at kms_flip@flip-vs-fences(-interruptible)
> +igt at kms_addfb_basic@clobberred-modifier
> +igt at kms_addfb_basic@.*-tiling
> +igt at kms_addfb_basic@.*-(4|x|y|yf)-.*
> +igt at kms_async_flips@.*
> +igt at kms_plane_multiple@tiling-(4|x|y|yf)
> +igt at kms_cursor_legacy@flip-vs-cursor-busy-crc-(atomic|legacy)
> +igt at kms_rotation_crc@primary-(4|x|y|yf)-tiled-.*
> +igt at kms_rotation_crc@exhaust-fences
> +igt at kms_force_connector_basic@force-load-detect
> +igt at kms_getfb@.*-ccs
> +igt at kms_plane_lowres@tiling-(4|x|y|yf)
> +##################################################################
> -- 
> 2.40.0
> 


More information about the igt-dev mailing list