Skip to content

Commit

Permalink
testlists: skl3-vc10 goes through
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspena authored and nishantjr committed May 5, 2020
1 parent 38977ab commit 2792c50
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions prover/lib/testlists.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,37 @@ def read_list(file):
) .
""".replace('\n', ' ')

skl3_vc10_strategy = """
normalize . or-split-rhs . lift-constraints
. instantiate-existentials . substitute-equals-for-equals
. kt
. normalize . or-split-rhs . lift-constraints
. instantiate-existentials . substitute-equals-for-equals
. ( ( right-unfold-Nth(0, 1)
. right-unfold-Nth(0, 1) . right-unfold-Nth(0, 1) . right-unfold-Nth(0, 0)
. right-unfold-Nth(0, 1)
. right-unfold-Nth(0, 1) . right-unfold-Nth(0, 0)
. right-unfold-Nth(0, 0)
. right-unfold-Nth(0, 0)
. normalize . or-split-rhs . lift-constraints
. instantiate-existentials . substitute-equals-for-equals
. instantiate-separation-logic-axioms
. normalize . or-split-rhs . lift-constraints
. instantiate-existentials . substitute-equals-for-equals
. match . spatial-patterns-equal . spatial-patterns-match . smt-cvc4
)
| ( match . spatial-patterns-equal . spatial-patterns-match . smt-cvc4 )
| ( right-unfold-Nth(0, 1)
. normalize . or-split-rhs . lift-constraints
. instantiate-existentials . substitute-equals-for-equals
. instantiate-separation-logic-axioms
. normalize . or-split-rhs . lift-constraints
. instantiate-existentials . substitute-equals-for-equals
. match . spatial-patterns-equal . spatial-patterns-match . smt-cvc4
)
) .
""".replace('\n', ' ')

# prefix KT RU timeout tests
test_lists = [ ('unfold-mut-recs . ', 3, 3, '5m', read_list('t/test-lists/passing-3-3-5'))
, ('unfold-mut-recs . ', 5, 12, '40m', read_list('t/test-lists/passing-5-12-40'))
Expand Down Expand Up @@ -329,6 +360,7 @@ def read_list(file):
, (nll_vc08_10_strategy, 2, 2, '10m', ['t/SL-COMP18/bench/qf_shid_entl/nll-vc10.smt2'])
, ('', 3, 2, '10m', ['t/SL-COMP18/bench/qf_shid_entl/tseg_join_tree_entail_tseg.sb.smt2'])
, (lsegex4_slk_1_strategy, 2, 2, '10m', ['t/SL-COMP18/bench/qf_shid_entl/lsegex4_slk-1.smt2'])
, (skl3_vc10_strategy, 2, 2, '10m', ['t/SL-COMP18/bench/qf_shid_entl/skl3-vc10.smt2'])
]
qf_shid_entl_unsat_tests = read_list('t/test-lists/qf_shid_entl.unsat')

Expand Down

0 comments on commit 2792c50

Please sign in to comment.