Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With gradle plugin no amplification works for ProActive catalog #173

Open
pedrovelho opened this issue Apr 3, 2019 · 0 comments
Open

With gradle plugin no amplification works for ProActive catalog #173

pedrovelho opened this issue Apr 3, 2019 · 0 comments

Comments

@pedrovelho
Copy link
Contributor

pedrovelho commented Apr 3, 2019

Using catalog dspot branch here

I was able to run using the master dspot branch and the following command:
java -jar ~/.m2/repository/eu/stamp-project/dspot/2.0.1-SNAPSHOT/dspot-2.0.1-SNAPSHOT-jar-with-dependencies.jar --verbose --path-to-properties ./dspot.properties --automatic-builder GradleBuilder -t all --budgetizer SimpleBudgetizer

I always get 0 new tests no matter which amplifier I use. I tried them all.

======= REPORT =======
PitMutantScoreSelector:
The original test suite kills 192 mutants
The amplification results with 0 new tests
it kills 0 more mutants

My properties file:

project=.
src=src/main/java/
testSrc=src/test/java/
javaVersion=8
outputDirectory=result/
classes=build/classes/main/
testClasses=build/classes/test/
filter=org.ow2.proactive.catalog.*

Meanwhile I will rise an issue on the DSpot project.

Thanks in advance,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant