You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
109: Address sanitizers in integration tests r=Bromeon a=Bromeon
Also makes clippy more strict and fixes doctests on `master`.
Integration tests with address sanitizers currently support two setups (gcc + clang), and are allowed to fail until some of the underlying issues like #89 are fixed. Unless the two variants report different findings, we may reduce CI to use only one of the two memory checkers in the future.
Co-authored-by: Jan Haller <[email protected]>
I built a custom Godot 4 binary using:
ASAN triggers an abort in the integration test on the
is_instance_valid
call here:https://github.com/godot-rust/gdextension/blob/c37d0ce51cbc40292914015bce24bde1ab1a791a/itest/rust/src/object_test.rs#L156-L157
Full trace:
Not sure if this is an issue with Godot or with gdextension, but recording it here for now.
The text was updated successfully, but these errors were encountered: