runway-compiler icon indicating copy to clipboard operation
runway-compiler copied to clipboard

Failure trace minimization

Open dgryski opened this issue 9 years ago • 0 comments

Upon encountering an assertion failure, we have a list of transitions that is potentially very long including lots of extra noise. An algorithm such as ddmin ( https://www.st.cs.uni-saarland.de/papers/tse2002/tse2002.pdf , my implementation https://github.com/dgryski/go-ddmin) can effectively minimize the trace.

dgryski avatar Jun 08 '16 22:06 dgryski