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
207 stars 106 forks source link

Fixing Failing tests #183

Closed martinezmatias closed 5 years ago

martinezmatias commented 5 years ago

There were several failing test cases failing for different reasons. Most of them were fixed. There are two still two failing cases that were ignored: One, the IntroClass test: Maven throws that there is not any test to execute there (there are two), so it fails. Second, jGP, test related to Math-50, which fails because it cannot be correctly configured.