Skip to content

ci/softpipe: deqp-gles31 asan run

Emma Anholt requested to merge anholt/mesa:ci-asan-softpipe into master

Here we go, running actual GL with ASan enabled to catch various buffer overflows and leaks. softpipe's not the most interesting driver, but this is a stepping stone to enabling it for freedreno.

I've also got a job that enables it for lvp, and it sure looks like it's got low-hanging fruit, but it seems that the driver gets dlclose()d so the leak output's not very useful.

Merge request reports