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
Stéphane Glondu noticed a failure for the Debian coq-elpi package on the riscv64 architecture, and added this patch to get around it:
diff --git a/tests/test_API_env.v b/tests/test_API_env.v index 341b55f..5a37537 100644 --- a/tests/test_API_env.v +++ b/tests/test_API_env.v @@ -340,7 +340,7 @@ Elpi Query lp:{{ coq.locate "Ranalysis5.derivable_pt_lim_CVU" GR, std.time (coq.env.transitive-dependencies GR _ S) T, std.assert! ({coq.gref.set.cardinal S} > 3000) "too few", - std.assert! (T < 10.0) "too slow" % 0.5 here + std.assert! (T < 20.0) "too slow" % 0.5 here }}.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Stéphane Glondu noticed a failure for the Debian coq-elpi package on the riscv64 architecture, and added this patch to get around it:
The text was updated successfully, but these errors were encountered: