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
Some tests involving generators are very slow (didn't terminate in a couple of minutes), for example tests/kani/Generator/rustc-generator-tests/niche-in-generator-slow_fixme.rs, which had to be disabled:
The reason for that may be the use of unions, which can be challenging for CBMC, if i understood @tautschnig correctly. The generator is translated to the following datastructure:
Some tests involving generators are very slow (didn't terminate in a couple of minutes), for example
tests/kani/Generator/rustc-generator-tests/niche-in-generator-slow_fixme.rs
, which had to be disabled:The reason for that may be the use of unions, which can be challenging for CBMC, if i understood @tautschnig correctly. The generator is translated to the following datastructure:
The demangled GotoC output for the functions looks like this:
The text was updated successfully, but these errors were encountered: