Skip to content

Commit

Permalink
Don't try to run float_prelude test in interactive provers
Browse files Browse the repository at this point in the history
  • Loading branch information
bacam committed Aug 21, 2024
1 parent a5c3299 commit 4ab61d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/coq/skip
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ concurrency_interface_inc.sail
XXXXX Would need to turn a term with existential type into a dependent pair
ex_list_infer.sail
ex_vector_infer.sail
XXXXX Would need float types in coq-sail
float_prelude.sail
4 changes: 4 additions & 0 deletions test/lem/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
'abstract_bool',
'abstract_bool2',
'constraint_syn',
# Requires types that aren't currently in the library
'float_prelude',
}
skip_tests_mwords = {
'phantom_option',
Expand Down Expand Up @@ -60,6 +62,8 @@
'ex_vector_infer',
'ex_list_infer',
'ex_cons_infer',
# Requires types that aren't currently in the library
'float_prelude',
}

print('Sail is {}'.format(sail))
Expand Down

0 comments on commit 4ab61d9

Please sign in to comment.