SoarGroup / Soar

Soar, a general cognitive architecture for systems that exhibit intelligent behavior.
http://soar.eecs.umich.edu
Other
331 stars 71 forks source link

fuzz testing #405

Open garfieldnate opened 11 months ago

garfieldnate commented 11 months ago

There have been quite a few nasty crash issues, many related to very simple input:

I think we should try generating inputs with fuzz testing (potential framework: fuzztest) to see what other bugs we can shake out.