Whiley / WhileyCompiler

The Whiley Compiler (WyC)
http://whiley.org
Apache License 2.0
219 stars 36 forks source link

Make Invalid Tests Executable #1109

Closed DavePearce closed 2 years ago

DavePearce commented 3 years ago

(see also #978)

At the moment, invalid tests are not always executable. In some cases this is fine (i.e. because they will fail type checking or similar); however, in other cases (e.g. where problems are related to verification properties) then we can execute them and check that they go wrong at runtime.

DavePearce commented 2 years ago

Done as part of #978