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
The quickchecking crate, for property testing with fuzzed C headers doesn't exercise whitelisting or opaque types.
If those features were excercised, the tests might verify that if whitelisting is employed,
those types appear in the bindings and that anything flagged opaque isn't translated beyond "a blob of bytes".
The
quickchecking
crate, for property testing with fuzzed C headers doesn't exercise whitelisting or opaque types.If those features were excercised, the tests might verify that if whitelisting is employed,
those types appear in the bindings and that anything flagged opaque isn't translated beyond "a blob of bytes".
Corresponds to extending #970
The text was updated successfully, but these errors were encountered: