graph-prototype
graph-prototype copied to clipboard
Check if it is possible to fix test fails with `fsanitize=address` flag ON for emscriptem.
In the PR https://github.com/fair-acc/graph-prototype/pull/175 the fsanitize=address
flag was switched off for emscripten
because it resulted in several test fails.
Test fails can be seen in this PR https://github.com/fair-acc/graph-prototype/pull/173.
Check if it is possible to fix it without switching off the flag. Additional links related to the problem:
- https://github.com/emscripten-core/emscripten/issues/19346#issuecomment-1674974459