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
@oli-obk sometimes runs run-pass tests in Miri. It would be great to automate that and integrate it here!
Preliminary conversations with the Rust compiler team indicate that they would be fine with tests being marked as unsupported by Miri, e.g. through a // ignore-miri flag.
The text was updated successfully, but these errors were encountered:
@oli-obk sometimes runs run-pass tests in Miri. It would be great to automate that and integrate it here!
Preliminary conversations with the Rust compiler team indicate that they would be fine with tests being marked as unsupported by Miri, e.g. through a
// ignore-miri
flag.The text was updated successfully, but these errors were encountered: