Skip to content

Commit

Permalink
Coq test running update
Browse files Browse the repository at this point in the history
- ex_cons_infer uses an existential type in a way that's not supported yet
- Replicate needs --strict-bitvectors
  • Loading branch information
bacam committed Jan 16, 2025
1 parent 55d102b commit d02e965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/coq/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function check_tests_dir {
TESTSDIR="$1"
for i in `ls $TESTSDIR/ | grep sail | grep -vf "$DIR/skip"`;
do
if $SAIL -coq -coq-lib-style stdpp -dcoq_undef_axioms -o out $TESTSDIR/$i &>/dev/null;
if $SAIL -coq -coq-lib-style stdpp -dcoq_undef_axioms --strict-bitvector -o out $TESTSDIR/$i &>/dev/null;
then
if coqc $COQOPTS out_types.v &>/dev/null &&
coqc $COQOPTS out.v &>/dev/null;
Expand Down
1 change: 1 addition & 0 deletions test/coq/skip
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ XXXXX Need to be built against stdpp version of Sail (for now)
concurrency_interface_dec.sail
concurrency_interface_inc.sail
XXXXX Would need to turn a term with existential type into a dependent pair
ex_cons_infer.sail
ex_list_infer.sail
ex_vector_infer.sail
XXXXX Would need float types in coq-sail
Expand Down

0 comments on commit d02e965

Please sign in to comment.