Skip to content

Commit

Permalink
Update Ortac/QCheck-STM Readme with found bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
n-osborne committed Oct 8, 2024
1 parent f39daec commit 2f5aa6b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,13 @@ stated, such as `b >= i > a`, etc. but not much more).

Additionally, each plugin has its own set of constraints on what it
can handle. See the dedicated READMEs for details.

## Found issues

The QCheck-STM plugin has already proven itself useful as it has discovered a
number of issues:

- [A missing check of index out of bound in the `varray` library](https://github.com/art-w/varray/pull/1)
- [An undefined behaviour still in the `varray` library](https://github.com/art-w/varray/issues/2)
- [Some integer overflows in the `bitv` library](https://github.com/backtracking/bitv/issues/31)
- [A peculiar behaviour in `Hashtbl.create` from the standard library](https://github.com/ocaml/ocaml/issues/13469)

0 comments on commit 2f5aa6b

Please sign in to comment.