Skip to content

Commit

Permalink
Add a variant of the issue 1008 test
Browse files Browse the repository at this point in the history
Currently, the test `record.smt2` of the issue 1008 only succeeds with
the Tableaux SAT solver
  • Loading branch information
Halbaroth committed Oct 28, 2024
1 parent 79099b0 commit 6530ef3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/issues/1008/record.default.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

unknown
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions tools/gentest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ end = struct
{acc with accepted_exit_codes = [142]}
| "default" ->
{acc with filters = Some ["default"]}
| "tableaux" ->
{acc with filters = Some ["tableaux"]}
| _ -> acc
)
Test.base_params
Expand Down

0 comments on commit 6530ef3

Please sign in to comment.