Skip to content

Commit

Permalink
Retain malloc-failure mode for coverage checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Aug 16, 2024
1 parent 25ece41 commit 14c8319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cbmc/proofs/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ CBMCFLAGS += $(CBMC_FLAG_FLUSH)
# CBMC 6.0.0 enables all standard checks by default, which can make coverage analysis
# very slow. See https://github.com/diffblue/cbmc/issues/8389
# For now, we disable these checks when generating coverage info.
COVERFLAGS ?= --no-standard-checks
COVERFLAGS ?= --no-standard-checks --malloc-may-fail --malloc-fail-null

# CBMC flags used for property checking

Expand Down

0 comments on commit 14c8319

Please sign in to comment.