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
We got a large batch of new fuzz-bugs from cranelift-fuzzgen (and cranelift-icache) this week. Some of them are bugs we don't want to fix yet because they're just x64 lowerings that aren't implemented yet, or things that we do want to test eventually but haven't built all the testing infrastructure for yet. We're trying to make sure that all the bugs we do want to fix are fully dealt with before we start changing fuzzing input formats and invalidating our current test cases.
Check off these issues once they are addressed by either an already-merged fix, or by a pending PR that we aren't ready to merge yet:
We got a large batch of new fuzz-bugs from cranelift-fuzzgen (and cranelift-icache) this week. Some of them are bugs we don't want to fix yet because they're just x64 lowerings that aren't implemented yet, or things that we do want to test eventually but haven't built all the testing infrastructure for yet. We're trying to make sure that all the bugs we do want to fix are fully dealt with before we start changing fuzzing input formats and invalidating our current test cases.
Check off these issues once they are addressed by either an already-merged fix, or by a pending PR that we aren't ready to merge yet:
(left == right)
" #4755Option::unwrap()
on aNone
value #4770And these are the PRs that we need to merge when we're satisfied with our investigations of the above issues:
I think we're ready to merge these. @afonso360 and @cfallin, do you agree?
The text was updated successfully, but these errors were encountered: