Commit Graph

4 Commits

Author SHA1 Message Date
Norbert Manthey 751208d28e tests: drop number of iterations
When checking for success or failure of a test, the number of iterations
in the actual test should be irrelevant. As MiniSAT and PicoSAT seem to
disagree on this number, do not check for it, so that the testis pass
again.
2017-10-27 21:19:08 +02:00
thk123 9b052c200f Modified tests to pass without using grep
Now directly test individual lines with perls regex matching rather than
calling out to grep. Some changes were required:

- escape (,  ) if we want to match them
- unescape (, ) if we want to use them as regex bracket groups
- escape +, $ if we want to use them as actual characters
- unescape + to use as a regex +
2017-02-14 17:29:15 +00:00
Robert (Jamie) Munro be697376c5 Normalise newlines at ends of files 2016-11-29 09:59:31 +00:00
kroening 78d3e9fb9e incremental regressions from Peter's branch
git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@6141 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
2015-11-29 14:42:45 +00:00