Mir

mir:get-sanitizer-results

Last commit made on 2023-11-08
Get this branch:
git clone -b get-sanitizer-results https://git.launchpad.net/mir

Branch merges

Branch information

Name:
get-sanitizer-results
Repository:
lp:mir

Recent commits

a4a7f3c... by Michał Sawicz

ci: enable tsan, too

3b9fe2d... by Michał Sawicz

ci: enable asan runs

174adcb... by Michał Sawicz

asan: skip link order verification

We're LD_PRELOAD'ing a bunch when running tests.

e761d39... by Chris Halse Rogers

ASan: Don't do leak checking

Sadly, we *know* we have benign leaks in hard-to-fix places. It would still
be valuable to fail CI if ASan detects anything *else* - out of bounds writes,
use-after-free, etc.

Disable the leak checker so we can mark ASan failures as CI-fatal.
Hopefully we can get get the leaks fixed or correctly-suppressed *some*time!

231f1b0... by Michał Sawicz

spread: run tests in asan

7f05753... by Alan Griffiths

Merge pull request #3114 from MirServer/better-better-display-names

Platform: Better names and responsibilities for platform types

af1d40c... by Alan Griffiths

Fix copy, paste, fail to edit

5a9c122... by Michał Sawicz

Merge pull request #3113 from MirServer/more-virtual-display

Support configuration of virtual displays

3252df3... by Chris Halse Rogers

Whitespace fixup

3bf6c1c... by Chris Halse Rogers

platforms/X11: Update for Provider/Allocator split