Skip to content

Commit

Permalink
Fix KNOWNBUG typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Delmas committed Jan 17, 2025
1 parent d0642ee commit 4c9e03a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KNWONBUG dfcc-only smt-backend broken-cprover-smt-backend
KNOWNBUG dfcc-only smt-backend broken-cprover-smt-backend
main.c
--dfcc main --apply-loop-contracts --enforce-contract foo --malloc-may-fail --malloc-fail-null _ --z3 --slice-formula --no-standard-checks
^EXIT=0$
Expand All @@ -8,7 +8,7 @@ main.c
^warning: ignoring
--

Marked as KNWONBUG because:
Marked as KNOWNBUG because:
- z3 >v4.12 and up can solve the problem with `--dfcc-simple-invalid-pointer-model`,
but the CI uses older versions;
- bitwuzla >v0.6 can solve the problem but we don't run bitwuzla in CI.
Expand Down

0 comments on commit 4c9e03a

Please sign in to comment.