|
[...]Has anyone ever tried running a infinite-monkeys test on Lua bytecode?
That is, continuously generate garbage input, submit it to the loader,
and log cases where it fails erroneously? Infinite-monkey tests are
quite easy to write and surprisingly good at picking up validation errors.