-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to resolve a value after 10000 tries #276
Comments
Thanks for your helpful description of this problem. Yes, it is a Tcases defect. A fix is coming soon. Here's what's happening. Per standard procedure, Tcases generates a failure case with an array value larger than The first problem is that this error should just skip the test case and proceed, not bring the whole program to a halt. The next problem is that the message offers no explanation for what went wrong. But the root problem is that the infeasibility of this case should have been recognized earlier -- no such failure should have been generated at all. |
Thanks for the quick reply. My real input is an unbounded list of enum strings, with an enum cardinality of 4. But I added both the |
Fixed in release 4.0.2 |
I am hitting the following error when trying to create an input type that is an array of enums. I actually have this structure in my input several times, but I'm still having the same error with this reduced example. Maybe this is a bug? Or maybe I'm missing something in my definition?
My simplified input file is as follows. I am invoking with a plain
tcases <project>
.My log:
The text was updated successfully, but these errors were encountered: