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
When running the emscripten test test_indirectbr_many, memory usage goes up by >10GB and testing is not able to complete both on CI and on my computer.
Steps to reproduce
Remove the ignore attribute on fn test_test_indirectbr_many.
Describe the bug
When running the emscripten test
test_indirectbr_many
, memory usage goes up by >10GB and testing is not able to complete both on CI and on my computer.Steps to reproduce
ignore
attribute onfn test_test_indirectbr_many
.cargo test --manifest-path lib/emscripten-tests/Cargo.toml --release --features llvm -- --test-threads=1
.Expected behavior
Test successfully finishes.
Actual behavior
Memory usage keeps increasing until crash.
The text was updated successfully, but these errors were encountered: