dubiousconst282 / DistIL

Post-build IL optimizer and intermediate representation for .NET programs
MIT License
116 stars 1 forks source link

Improve test coverage and create infrastructure for integration tests #1

Open dubiousconst282 opened 2 years ago

dubiousconst282 commented 2 years ago

We could also reuse some of the runtime/JIT tests for "correctness"/integration tests:

It's clearly impossible to catch edge cases with only traditional testing. Fuzzing seems to be a popular approach to tackle this: