[Mesa-dev] [PATCH] panfrost/ci: Diff results when printing
Tomeu Vizoso
tomeu.vizoso at collabora.com
Thu Aug 22 06:22:28 UTC 2019
On 8/21/19 7:48 PM, Alyssa Rosenzweig wrote:
> Otherwise, there is too much noise to see what's going on.
I'm afraid this doesn't improve things much, as you can see below:
https://gitlab.freedesktop.org/tomeu/mesa/-/jobs/524402
Jakob has kindly offered to add this weekend a mode that prints only
regressions and improvements. That should match what we had before.
Regards,
Tomeu
> Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
> ---
> src/gallium/drivers/panfrost/ci/deqp-runner.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/panfrost/ci/deqp-runner.sh b/src/gallium/drivers/panfrost/ci/deqp-runner.sh
> index c6b2cce8882..54fa6834ad8 100644
> --- a/src/gallium/drivers/panfrost/ci/deqp-runner.sh
> +++ b/src/gallium/drivers/panfrost/ci/deqp-runner.sh
> @@ -99,7 +99,7 @@ for test in $FLIP_FLOPS; do sed -i "/$test/d" /tmp/case-list.txt; done
>
> if [ $? -ne 0 ]; then
> echo "Regressions detected, printing results:"
> - cat /tmp/results.txt
> + diff /tmp/results.txt /deqp/expected-failures.txt
> echo "deqp: fail"
> else
> echo "No regressions detected"
>
More information about the mesa-dev
mailing list