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 should upgrade the test suite, replacing compiletest-rs with the new and less error-prone ui_test crate. A good example to start from is here.
While doing so, I believe that we should
Merge all verify/verify_overflow/... folders into one, adding //@compile-flags: ... headers where needed. The separate folders were originally needed only because Prusti didn't support the -P... configuration flags that we now have.
Merge all ui/pass/fail folders into one, adding //@check-pass and //@run headers where needed. This makes it easier to group and maintain related tests, because we no longer have to duplicate the folder structure under both pass and fail.
The text was updated successfully, but these errors were encountered:
We should upgrade the test suite, replacing
compiletest-rs
with the new and less error-proneui_test
crate. A good example to start from is here.While doing so, I believe that we should
verify
/verify_overflow
/... folders into one, adding//@compile-flags: ...
headers where needed. The separate folders were originally needed only because Prusti didn't support the-P...
configuration flags that we now have.ui
/pass
/fail
folders into one, adding//@check-pass
and//@run
headers where needed. This makes it easier to group and maintain related tests, because we no longer have to duplicate the folder structure under bothpass
andfail
.The text was updated successfully, but these errors were encountered: