-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add annotation for tests with miri ignore #6981
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am pretty surprised that miri can actually run buffer_not_included_in_future
here as socket
is not yet supported. Is this test using socketpair
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The buffer_not_included_in_future
test is an assertion about the size of a future. It does not run the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh I see.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This will be really useful to reenable tests in the future.
Are you able to resolve the merge conflict? Thanks! |
Sure, I also did a miri version bump to get certain flag support for |
I added annotation for all unsupported FFI errors so it'd be easier to open up the test later if miri started to support those syscalls.
cc #6812