Skip to content

Commit

Permalink
add test for instance procedure call bug
Browse files Browse the repository at this point in the history
  • Loading branch information
polgreen committed May 9, 2024
1 parent ef99e4e commit 383ca60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/scala/SMTLIB2Spec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,9 @@ class SMTLIB2Spec extends AnyFlatSpec {
"test-instance-procedure-call-7.ucl" should "verify all assertions." in {
SMTLIB2Spec.expectedFails("./test/test-instance-procedure-call-7.ucl", 0)
}
"test-instance-procedure-calls-1.ucl" should "verify all assertions." in {
VerifierSpec.expectedFails("./test/test-instance-procedure-call-0.ucl", 0)
}
"sp-basic.ucl" should "verify all assertions." in {
SMTLIB2Spec.expectedFails("./test/sp-basic.ucl", 0)
}
Expand Down
3 changes: 3 additions & 0 deletions src/test/scala/VerifierSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,9 @@ class ModuleVerifSpec extends AnyFlatSpec {
"test-instance-procedure-call-7.ucl" should "verify all assertions." in {
VerifierSpec.expectedFails("./test/test-instance-procedure-call-7.ucl", 0)
}
"test-instance-procedure-calls-1.ucl" should "verify all assertions." in {
VerifierSpec.expectedFails("./test/test-instance-procedure-call-0.ucl", 0)
}
"sp-basic.ucl" should "verify all assertions." in {
VerifierSpec.expectedFails("./test/sp-basic.ucl", 0)
}
Expand Down

0 comments on commit 383ca60

Please sign in to comment.