|
|
|
|
|
by nyanpasu64
360 days ago
|
|
> Most code doesn't express subtle logic paths. If I test if a million inputs are correctly sorted, I've probably implemented the sorter correctly. I don't know if this was referring to Zopfli's sorter or sorting in general, but I have heard of a subtle sorting bug in Timsort: https://web.archive.org/web/20150316113638/http://envisage-p... |
|
This just rings of famous last words to me. There are many errors that pass this test. Edge cases in arbitrary code is not easy.
Makes me wonder how fuzzers do it. Just random data? How guided is it?