lsils / mockturtle

C++ logic network library
MIT License
191 stars 133 forks source link

Run tests with ASAN #647

Open rocallahan opened 1 month ago

rocallahan commented 1 month ago

This revealed the issue addressed by #646. Tests will fail without that fix.

rocallahan commented 1 month ago

The ASAN test failed as expected. When https://github.com/lsils/mockturtle/pull/646 is merged, this will be ready for review and merge.

rocallahan commented 1 month ago

Sorry, we need to -DADDRESS_SANITIZER as well, and that reveals more issues, so I need to work on this some more.