Skip to content

Commit

Permalink
more disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
HanielB committed Feb 25, 2024
1 parent 118179b commit 5fc9b01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/regress/cli/regress0/arrays/incorrect10.smtv1.smt2
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
; EXPECT: unsat
;; introduces arrays Skolem
; DISABLE-TESTER: alethe
(set-option :incremental false)
(set-info :status unsat)
(set-logic QF_AUF)
Expand Down
2 changes: 2 additions & 0 deletions test/regress/cli/regress0/bv/ackermann3.smt2
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
; COMMAND-LINE: --ackermann
; EXPECT: unsat
;; introduces fresh Skolem in a trusted step
; DISABLE-TESTER: alethe
(set-logic QF_ABV)
(set-info :smt-lib-version 2.6)
(set-info :category "crafted")
Expand Down
3 changes: 2 additions & 1 deletion test/regress/cli/regress0/bv/ackermann6.smt2
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
; COMMAND-LINE: --ackermann
; EXPECT: unsat
;; introduces fresh Skolem in a trusted step
; DISABLE-TESTER: alethe
(set-logic QF_UFBV)

(declare-sort S 0)
Expand Down Expand Up @@ -28,4 +30,3 @@

(check-sat)
(exit)

2 changes: 2 additions & 0 deletions test/regress/cli/regress0/bv/bvproof3.smt2
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
; COMMAND-LINE: --bitblast=eager
;; eager bit-blasting not supported by Alethe
; DISABLE-TESTER: alethe
(set-logic QF_BV)
(set-info :status unsat)
(declare-const x (_ BitVec 1))
Expand Down

0 comments on commit 5fc9b01

Please sign in to comment.