Commit Graph

5 Commits

Author SHA1 Message Date
Michael Tautschnig 4fc2f5853b Add a broken-smt-backend tag to regression tests and use it
This will enable dropping the script that deletes directories, and thus makes it
easier to do repeated build&test runs.
2019-02-08 12:49:49 +00:00
Chris Smowton 8d88c9776d Enable previously-failing test Linking7/member-name-mismatch
Now that value-set soundly simplifies member-of-cast-of-struct, this test works as expected.
This also improves the specificity of the two tests in this directory.

This is disabled under SMT2 for the same reason as the existing test.desc -- it involves a
struct-to-struct cast, which SMT2's `convert_typecast` doesn't handle yet.
2018-12-17 15:20:27 +00:00
Daniel Kroening 18db2826fb remove_returns: ensure type consistency of return value assignment 2018-10-03 11:38:50 +01:00
Daniel Kroening a5f66f7895 simple test for mismatching return types accross compilation units 2018-10-03 10:42:27 +01:00
Michael Tautschnig 754b36d6d0 Accept more mismatching function definition/declaration pairs
As long as the bit-width of parameters matches, we should be able to obtain sane
results. Xen does this sort of type conversion.
2018-07-09 09:33:05 +01:00