[klee-dev] "completed paths" and "generated tests"

Frank Busse f.busse at imperial.ac.uk
Fri May 1 16:47:22 BST 2020


Hi,

> In the tutorial of testing regular expression
> library(https://klee.github.io/tutorials/testing-regex/), the example
> shows that KLEE: done: completed paths = 7692 KLEE: done: generated
> tests = 22 I don’t understand why it only generates 22 test if KLEE
> explores 7692 paths. If KLEE explore 7000+ path, it should also
> generate 7000+ test cases, that is 7000+ .ktest files. Am I
> understand wrong?

are you using the --only-output-states-covering-new flag as well? Try
to remove it.


Kind regards,

Frank



More information about the klee-dev mailing list