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 `panic` mode is currently used for both describing UB tests (e.g.
translate null ptr deref as panic) and for describing translation gaps
(panic in libcc2rs for types that don't implement ByteRepr).
I renamed the first type as `panic-ub` and the second type as `panic`.
So that the `Expectedly Failed Tests` in lit includes the second type,
i.e. translation gaps.
0 commit comments