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

Execution error for Math-70 #169

Closed Kaka727 closed 5 years ago

Kaka727 commented 5 years ago

I obeyed the tutorial to execute astor on Math-70 like following: java -cp astor-0.0.2-SNAPSHOT-jar-with-dependencies.jar fr.inria.main.evolution.AstorMain

-mode jkali

-location /home/kaka/Desktop/astor/examples/math_70

-package org.apache.commons

-jvm4testexecution /home/kaka/tool/jdk1.7.0_80/bin/

-failing org.apache.commons.math.analysis.solvers.BisectionSolverTest

-srcjavafolder /src/java/

-srctestfolder /src/test/

-binjavafolder /target/classes

-bintestfolder /target/test-classes

-flthreshold 0.5

-stopfirst true

-dependencies /home/kaka/Desktop/astor/examples/libs/junit-4.4.jar

but the result is like this: image

Something is wrong but I don't know why.