OCamlPro / owi

WebAssembly Swissknife & cross-language bugfinder
https://ocamlpro.github.io/owi/
GNU Affero General Public License v3.0
137 stars 18 forks source link

add an option `--no-assert-failure-expression-printing` #411

Closed zapashcanon closed 1 week ago

zapashcanon commented 3 months ago

Which would turn:

$ owi c file.c
Assert failure: (i32.ge symbol_0 (i32 0))
Model:
...

into:

$ owi c file.c --no-assert-failure-expression-printing
Assert failure!
Model:
...

It would help to make some CI tests passing, for instance test/c/eacsl/ghost/else.t.