summaryrefslogtreecommitdiff
path: root/test/regress/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-04-30 18:48:21 -0500
committerGitHub <noreply@github.com>2020-04-30 16:48:21 -0700
commit0c402c2b3cc036748c83bd75629e9845f9b5a397 (patch)
tree8a77f78f4db9cf1002616efc4fdb3bd83506da40 /test/regress/CMakeLists.txt
parent67e5e3d2cf5e381bde65683b1244d1905e969a90 (diff)
Remove skolem share involving pre_first_ctn. (#4423)
This fixes a soundness issue in strings caused by an incorrect skolem share. This adds a regression that corresponds to the rewrite that this skolem share was justified by, which is "sat" (the rewrite does not hold). This benchmark in fact was answered "unsat" by CVC4 prior to this PR.
Diffstat (limited to 'test/regress/CMakeLists.txt')
-rw-r--r--test/regress/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regress/CMakeLists.txt b/test/regress/CMakeLists.txt
index 38b741ced..1dcdb0a44 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -1775,6 +1775,7 @@ set(regress_1_tests
regress1/strings/nterm-re-inter-sigma.smt2
regress1/strings/pierre150331.smt2
regress1/strings/policy_variable.smt2
+ regress1/strings/pre_ctn_no_skolem_share.smt2
regress1/strings/query4674.smt2
regress1/strings/query8485.smt2
regress1/strings/re-all-char-hard.smt2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback