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.rosenzw...@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"
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev