GZoltar / gzoltar

GZoltar - Java Library for Automatic Debugging http://www.gzoltar.com
Other
77 stars 34 forks source link

Some test cases in the unit_tests.txt file did not generate fault localization report when use GZoltar on Chart-1. #58

Open ZexingChang opened 2 years ago

ZexingChang commented 2 years ago

Context

Hi: First, thanks for your tool. Currently, I am facing the problem that some tests in the unit_tests.txt file did not generate fault localization report when use GZoltar on Chart-1.

Expected behaviour

For example, in unit_tests.txt file exists the test StandardURLTagFragmentGeneratorTests and successfully execute the test, but in the tests.csv file is not found the test information.

微信图片_20220818095149

tests.csv

unit_tests.txt

jose commented 1 year ago

Hi @ZexingChang,

Thanks for taking the time to report this issue. My guess is that the org.jfree.chart.imagemap.junit.StandardURLTagFragmentGeneratorTests#testGenerateURLFragment test does not cover any of classes instrumented by GZoltar and therefore doesn't end up in the tests.csv. Could you please copy and paste in here the exact command you're using to run GZoltar on Chart-1 so that I could try to debug it?