SpoonLabs / astor

Automatic program repair for Java with generate-and-validate techniques :v::v:: jGenProg (2014) - jMutRepair (2016) - jKali (2016) - DeepRepair (2017) - Cardumen (2018) - 3sfix (2018)
https://hal.archives-ouvertes.fr/hal-01321615/document
GNU General Public License v2.0
205 stars 106 forks source link

Integration of Flacoco #288

Closed martinezmatias closed 3 years ago

martinezmatias commented 3 years ago

@monperrus @javierron

Initial code for the integration: we have the first test case running and passing on Math_85

monperrus commented 3 years ago

Nice milestone! Without any performance downside?

monperrus commented 3 years ago

Now, the challenge is to reduce the execution time: Flacoco takes 211 seconds while Gzoltar 17 secs :/

Yes, one easy solution is to group the passing and failing together.

monperrus commented 3 years ago

Superseded by https://github.com/SpoonLabs/astor/pull/323