halide / build_bot

Buildbot configuration for Halide build bots
4 stars 6 forks source link

Disable leak-checking in ASAN testing #241

Closed steven-johnson closed 1 year ago

steven-johnson commented 1 year ago

We have a number of leaks in tests, ~all of which appear to be in situations where IntrusivePtr objects have cycles (eg various constraints, SpirV code); let's disable these pending investigation of https://github.com/halide/Halide/issues/7689 so that we don't risk missing actual access violations.