Skip to content

Run more tests with ASAN

Guido Günther requested to merge guidog/phosh:more-asan into main

This fixes the phoc based tests to run with asan as well. I'll make this draft for 3 reasons:

  • it's based on !999 (merged) which wants to go in first
  • CI fails with an additional leak that needs investigation (it doesn't happen locally)
  • we want to get rid of leak in on_phosh_layer_surface_mapped

however this already helps a lot for testing new code (and it's good to see ASAN support coming back)

Signed-off-by: Guido Günther guido.gunther@puri.sm

Edited by Guido Günther

Merge request reports