diffblue-cbmc/regression/cbmc-cover
Owen c4cd7aeca6 Do not use backtick as opening single quote
Replace it with '. For example, This changes an error message from
failed to load class `java.nio.file.Path'
to
failed to load class 'java.nio.file.Path'

The reason is that the convention of using ` for opening single
quotes looks odd in most modern fonts. For more discussion please
read:

https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
2019-07-29 10:28:44 +01:00
..
Quantifiers-not-exists Add constraints for bounded quantification 2019-01-30 11:14:23 +00:00
assertion1 Use goto verifier for --cover in CBMC 2019-02-01 14:13:00 +00:00
block-coverage-report1 Add missing EXIT or SIGNAL specifications 2019-02-21 15:04:42 +00:00
block-coverage-report2 Add missing EXIT or SIGNAL specifications 2019-02-21 15:04:42 +00:00
block-coverage-report3 Add missing EXIT or SIGNAL specifications 2019-02-21 15:04:42 +00:00
block-coverage-report4 Add missing EXIT or SIGNAL specifications 2019-02-21 15:04:42 +00:00
branch-loop1 Fix exit/signal specifications in enum-trace1 2019-02-22 11:37:26 +00:00
branch1 Fix and run cbmc-cover tests 2017-09-01 13:58:12 +01:00
branch2 Fix and run cbmc-cover tests 2017-09-01 13:58:12 +01:00
branch3 Regression test should succeed even if char is an unsigned type 2018-07-07 07:04:12 +01:00
branch4 Modified tests to pass without using grep 2017-02-14 17:29:15 +00:00
built-ins1 fixup coverage tests 2017-09-16 11:32:43 +01:00
built-ins2 Add missing include file 2019-02-28 11:04:18 +00:00
built-ins3 fixup coverage tests 2017-09-16 11:32:43 +01:00
built-ins4 missing include 2017-09-16 11:32:43 +01:00
built-ins5 missing include 2017-09-16 11:32:43 +01:00
built-ins6 missing include 2017-09-16 11:32:43 +01:00
built-ins7 Revert "Mark tests which fail due to invariant violations" 2018-07-09 18:14:12 +01:00
condition1 Modified tests to pass without using grep 2017-02-14 17:29:15 +00:00
cover1 Fix and run cbmc-cover tests 2017-09-01 13:58:12 +01:00
decision1 Modified tests to pass without using grep 2017-02-14 17:29:15 +00:00
inlining1 fixup coverage tests 2017-09-16 11:32:43 +01:00
json-goals1 Add regression test for JSON goals output 2019-03-03 21:39:29 +00:00
location1 Added basic block source lines to source_locationt 2019-02-07 20:44:56 +00:00
location11 Added basic block source lines to source_locationt 2019-02-07 20:44:56 +00:00
location12 Added basic block source lines to source_locationt 2019-02-07 20:44:56 +00:00
location13 Added basic block source lines to source_locationt 2019-02-07 20:44:56 +00:00
location14 Added basic block source lines to source_locationt 2019-02-07 20:44:56 +00:00
location15 Added basic block source lines to source_locationt 2019-02-07 20:44:56 +00:00
location16 Added basic block source lines to source_locationt 2019-02-07 20:44:56 +00:00
mcdc1 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc2 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc3 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc4 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc5 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc6 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc7 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc8 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc9 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc10 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc11 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc12 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc13 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
mcdc14 Do not use backtick as opening single quote 2019-07-29 10:28:44 +01:00
pointer-function-parameters L1 renaming at each declaration 2019-03-06 22:53:45 +00:00
pointer-function-parameters-2 Clang-format 2019-01-16 11:23:59 +00:00
pointer-function-parameters-struct-simple-recursion-3 Move --cover tests to cbmc-cover 2019-01-16 11:23:59 +00:00
simple_assert Added basic block source lines to source_locationt 2019-02-07 20:44:56 +00:00
CMakeLists.txt Add tests to cmake regression: cbmc-cover, cbmc-cpp, goto-analyzer-taint 2017-10-16 13:32:01 +01:00
Makefile test.pl: check for EXIT and SIGNAL patterns if -e is set 2019-02-21 15:04:42 +00:00