Re: [PATCH v5 9/9] drm: ci: Update xfails

2023-11-23 Thread Vignesh Raman
Hi Daniel, On 19/10/23 13:55, Daniel Stone wrote: By the time we get this error, it indicates that there was previously memory corruption, but it is only being noticed at a later point. The skip lists here are way too big - stuff like drm_read is common testing not affected by virtio at all - s

Re: [PATCH v5 9/9] drm: ci: Update xfails

2023-10-19 Thread Helen Koike
On 19/10/2023 13:42, Helen Koike wrote: On 19/10/2023 04:06, Vignesh Raman wrote: Update msm-apq8016-fails, mediatek-mt8173-fails and virtio_gpu-none-fails to include the tests which fail. Update mediatek-mt8173-flakes to include the tests which flakes. Update virtio_gpu-none-skips to inclu

Re: [PATCH v5 9/9] drm: ci: Update xfails

2023-10-19 Thread Helen Koike
On 19/10/2023 04:06, Vignesh Raman wrote: Update msm-apq8016-fails, mediatek-mt8173-fails and virtio_gpu-none-fails to include the tests which fail. Update mediatek-mt8173-flakes to include the tests which flakes. Update virtio_gpu-none-skips to include the tests that need to be skipped. Sign

Re: [PATCH v5 9/9] drm: ci: Update xfails

2023-10-19 Thread Daniel Stone
Hi Vignesh, On Thu, 19 Oct 2023 at 09:07, Vignesh Raman wrote: > +# Some tests crashes with malloc error and IGT tests floods > +# the CI log with error messages and we end up with a warning message > +# Job's log exceeded limit of 4194304 bytes. > +# Job execution will continue but no more outpu

Re: [PATCH v5 9/9] drm: ci: Update xfails

2023-10-19 Thread Maxime Ripard
Hi, On Thu, Oct 19, 2023 at 12:36:50PM +0530, Vignesh Raman wrote: > diff --git a/drivers/gpu/drm/ci/xfails/mediatek-mt8173-flakes.txt > b/drivers/gpu/drm/ci/xfails/mediatek-mt8173-flakes.txt > new file mode 100644 > index ..8b12e97d59f3 > --- /dev/null > +++ b/drivers/gpu/drm/ci/xfai

[PATCH v5 9/9] drm: ci: Update xfails

2023-10-19 Thread Vignesh Raman
Update msm-apq8016-fails, mediatek-mt8173-fails and virtio_gpu-none-fails to include the tests which fail. Update mediatek-mt8173-flakes to include the tests which flakes. Update virtio_gpu-none-skips to include the tests that need to be skipped. Signed-off-by: Vignesh Raman --- v2: - No chang