zimmski / tavor

A generic fuzzing and delta-debugging framework
MIT License
245 stars 10 forks source link

Universal mutation based tester #75

Closed zimmski closed 9 years ago

zimmski commented 10 years ago

See https://en.wikipedia.org/wiki/Mutation_testing

This could be easily done by Tavor. Meaning Tavor could be some kind of benchmark for this kind of testing.

zimmski commented 9 years ago

I did mutation testing for Go with https://github.com/zimmski/go-mutesting and it became clear to me that this can only happen when Tavor can at least create ASTs for simple languages. Currently it cannot, and I am working on too many other things. There are too many features needed for this issue and I cannot handle the workload right now.