mbox series

[v2,0/3] Experiment ASAN in GHA

Message ID 20211002162432.4348-1-david.marchand@redhat.com (mailing list archive)
Headers
Series Experiment ASAN in GHA |

Message

David Marchand Oct. 2, 2021, 4:24 p.m. UTC
  Following fixes for ASAN, I added ASAN in GHA to see where we stand.
Here are two fixes that can be merged.

The last patch enables ASAN, but as we can see, there are still some
unit tests who fails because of ASAN:
- multiprocess is broken, we could flag the ut requiring/testing mp,
- hash tests have a lot of issues, I suspect bugs in the hash library,
  bugs have been opened,
  

Comments

David Marchand Oct. 5, 2021, 3:20 p.m. UTC | #1
On Sat, Oct 2, 2021 at 6:24 PM David Marchand <david.marchand@redhat.com> wrote:
>
> Following fixes for ASAN, I added ASAN in GHA to see where we stand.
> Here are two fixes that can be merged.
>
> The last patch enables ASAN, but as we can see, there are still some
> unit tests who fails because of ASAN:
> - multiprocess is broken, we could flag the ut requiring/testing mp,
> - hash tests have a lot of issues, I suspect bugs in the hash library,
>
> --
> David Marchand
>
> David Marchand (3):
>   bus/vmbus: fix leak on device scan
>   test/latencystats: fix incorrect loop boundary
>   ci: run unit tests with ASAN

Series^WFirst two patches applied.
Thanks.