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
This is a tracking issue for tests that are currently disabled, either with // ignore-test or by being placed in the tests_old directory. Please edit this issue if the list is changed and state the reason and any related issues or PRs.
tests_old
fails during fold/unfold or panics with "Location bb5[6] has not yet been encoded"
tests_old/verify/pass/quick/with-spec-list.rs (also has a fold/unfold issue)
too slow/need purification optimisation
tests_old/verify/pass/competitive_programming/*
unsupported feature: "unsupported creation of shallow borrows (implicitly created when lowering matches)" (although all other expected errors are found)
This is a tracking issue for tests that are currently disabled, either with
// ignore-test
or by being placed in thetests_old
directory. Please edit this issue if the list is changed and state the reason and any related issues or PRs.tests_old
tests_old/filter/fail_reborrowing{,_2,_3,_4}.rs
tests_old/verify/fail/demos/append-sorted-error-{1,2,4}.rs
tests_old/verify/pass/demos/append-sorted.rs
tests_old/verify/pass/gitlab-issues/issue-187-1.rs
tests_old/verify/pass/paper-examples/force_increasing.rs
tests_old/verify/pass/quick/with-spec-list.rs
(also has a fold/unfold issue)tests_old/verify/pass/competitive_programming/*
tests_old/verify/fail/simple-specs/order-of-branches.rs
tests_old/verify/pass/equality/pure-first-arg.rs
tests_old/verify/pass/equality/pure-identity-main.rs
tests_old/verify/pass/equality/pure-impure-3.rs
tests_old/verify/pass/equality/pure-post-4.rs
Copy
value from a pure function - maybe we don't actually want to support this?tests_old/verify/pass/equality/pure-identity.rs
tests_old/verify/pass/expiring-loans/borrow-join.rs
tests_old/verify/pass/expiring-loans/return_borrow.rs
tests_old/verify/pass/expiring-loans/use_returned_borrow.rs
tests_old/verify/pass/loop-invs/sum.rs
tests_old/verify/fail/erdinm/invariants-*.rs
tests_old/verify/fail/erdinm/typestates-*.rs
tests_old/verify/fail/marker-traits/*.rs
tests_old/verify/pass/erdinm/invariants-*.rs
tests_old/verify/pass/erdinm/typestates-basic-1.rs
tests_old/verify/pass/marker-traits/*.rs
tests_old/verify/pass/quick/marker-traits.rs
assert_on_expiry
tests_old/verify/fail/erdinm/assert-on-expiry.rs
tests_old/verify/failerdinm/pledges-basic-*.rs
refine_requires
tests_old/verify/fail/trait-contracts-refinement/*.rs
tests_old/verify/pass/erdinm/pledges-basic-*.rs
tests_old/verify/pass/unsafe-traits/*.rs
tests_old/verify/pass/generic/linear_search.rs
ignore-test
tests/verify/pass/closures/*.rs
tests/verify/pass/extern-spec/linked-list-i32.rs
tests/verify/pass/extern-spec/vec-3.rs
old(x)
should produce a snapshot ofx
, not implementedtests/verify/pass/gitlab-issues/issue-46-old-expr.rs
tests/verify/pass/loop-invs/borrow_in_guard.rs
tests/verify/pass/loop-invs/for_iter.rs
tests/verify/pass/loop-invs/simple_iterator.rs
tests/verify/pass/quick/knapsack.rs
tests/verify/pass/quick/mut-borrows-binary-search.rs
The text was updated successfully, but these errors were encountered: