apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Compiler: bulk test harness #167

Closed GoogleCodeExporter closed 7 years ago

GoogleCodeExporter commented 9 years ago
Reimplement features to allow for all compiler unit tests to be run in bulk, 
and aggregated stats reported at the end of the run.

Original issue reported on code.google.com by don.ap...@gmail.com on 5 Sep 2014 at 5:29

apoch commented 7 years ago

The code in EpochTests\Projects\TestSuite now has a stats report. Broken tests will (usually) cause the entire suite to fail, either to compile or to execute without crashing, but that's not a terrible tradeoff. Fuzz testing and diagnostic testing should be considered separate test suites for the future.