We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The build is currently only verifying different use cases pass, but it should also:
-p:VerifyDafnyJobs=1
/timeLimit
Perhaps we can use lit to define and compare against the expected dotnet commands' output?
lit
dotnet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The build is currently only verifying different use cases pass, but it should also:
-p:VerifyDafnyJobs=1
results in deterministic, sequential verification/timeLimit
parameter is being provided correctly (perhaps by including a file that is very slow to verify)Perhaps we can use
lit
to define and compare against the expecteddotnet
commands' output?The text was updated successfully, but these errors were encountered: