[PATCH i-g-t] tests/intel-ci/xe.blocklist: block unsupported test
Sharma, Swati2
swati2.sharma at intel.com
Mon Jul 21 06:58:11 UTC 2025
Hi Kunal,
On 21-07-2025 10:43 am, Kunal Joshi wrote:
> Chamelium V1 HDMI reciever can support max 4k at 30
> Test forces EDID with 4k at 60 which isn't supported
> Blocklist test untill we have newer V3 boards
>
> Cc: Karthik B S <karthik.b.s at intel.com>
> Cc: Swati Sharma <swati2.sharma at intel.com>
> Signed-off-by: Kunal Joshi <kunal1.joshi at intel.com>
> ---
> tests/intel-ci/xe.blocklist.txt | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> index a21c8a3d3..050c89970 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -115,3 +115,8 @@ igt at xe_evict@.*-multi-vm-cm.*
> igt at xe_evict@.*-threads-.*
> # igt at xe_evict@.*-cm.* # Rebind and VM_BIND may race.
> ##################################################################
> +# Chamelium V1 HDMI reciever can support max 4k at 30
> +# Test forces EDID with 4k at 60 which isn't supported
> +# Blocklist test untill we have newer V3 boards
> +##################################################################
> +igt at kms_chamelium_edid@hdmi-edid-stress-resolution-4k
Prefix with KMS
Fix typo : s/untill/until
Re-phrase
/*
* Chamelium V1 HDMI receiver supports a maximum resolution of 4K @ 30Hz.
* This test enforces an EDID with 4K @ 60Hz, which exceeds the
capabilities
* of V1 hardware and results in failures.
* Temporarily blocklist this test until V3 Chamelium boards (which
support 4K @ 60Hz)
* are available in the test environment.
*/
More information about the igt-dev
mailing list