André Silva

Results 84 comments of André Silva

Did that return any new information? I thought the issue was with patch synthesis on this one, no?

#81 partly fixes this issue. It now works for JUnit4 tests. The following examples are still not recording the (empty) constructor execution: > Failed tests: testExampleFL12SpectrumBasedOchiaiDefaultMode(fr.spoonlabs.flacoco.api.FlacocoTest): expected: but was: testExampleFL6MixedSpectrumBasedOchiaiSpoonMode(fr.spoonlabs.flacoco.api.FlacocoTest):...

This is true for large projects, since we output the entire coverage result per test at the debug level. We should, instead, output it to a file.

Different `distribution`s and jdk versions didn't affect the outcome.

Hi @martinezmatias [Failing build with first assertion](https://github.com/andre15silva/flacoco/runs/2876493001?check_suite_focus=true) [Failing build with first assertion removed](https://github.com/andre15silva/flacoco/runs/2876619972?check_suite_focus=true) From what I understood yesterday, the issue is that Spoon locations are different in CI compared to...

Would be nice to have for the video, but low priority.

We will try to parse the source code of classes present in stack-traces and meant to be included in the coverage computation, such as to include lines in the block...

Hi @DehengYang , Would you be able to run it again with the following options: `-v --testRunnerVerbose`?

When running standalone flacoco on `math-2`, `math-8` and `math-5`, and using the verbose mode of test-runner we get: ``` Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Arrays.java:3236) at...

Hi @DehengYang , From my understanding, the issue is due to classpaths. More specifically, there are probably two or more versions of `asm` in the classpath of the test execution...