Commit Graph

4 Commits

Author SHA1 Message Date
Peter Schrammel 15f44c7662 Revert "Mark tests which fail due to invariant violations"
This reverts commit d423c65705.
2018-07-09 18:14:12 +01:00
reuk d423c65705 Mark tests which fail due to invariant violations
There was an issue in cover.cpp where the begin() of an empty vector was
dereferenced. To avoid this case, we add an INVARIANT which checks that
the vector has at least one element. However, this causes some of the
tests to fail, so these have been marked KNOWNBUG.
2017-11-27 14:09:39 +00:00
Daniel Kroening 1ff6bf2522 missing include 2017-09-16 11:32:43 +01:00
Peter Schrammel c3931974d7 Regression tests for not instrumenting built-ins 2017-04-08 15:01:59 +01:00