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
Recent dependabot PR such as #685 are failing with valgrind errors.
I cannot reproduce this locally on Fedora with rustc 1.82 but I can reproduce it on 1.83. It is a test with the pattern test_keep_intervals in the name causing the issue.
The text was updated successfully, but these errors were encountered:
molpopgen
changed the title
tests failing with valgrind
tests failing with valgrind on rustc 1.83
Dec 1, 2024
I believe that this is some kind of false positive/tooling issue. I can take tests that get marked as leaking memory, delete their contents, and still get a failure.
I believe that this is some kind of false positive/tooling issue. I can take tests that get marked as leaking memory, delete their contents, and still get a failure.
Recent dependabot PR such as #685 are failing with valgrind errors.
I cannot reproduce this locally on Fedora with rustc 1.82 but I can reproduce it on 1.83. It is a test with the pattern
test_keep_intervals
in the name causing the issue.The text was updated successfully, but these errors were encountered: