There is no approach to differ tests produced by Fuzzer and SymbolicExecutor #581
Labels
comp-codegen
Issue is related to code generator
comp-fuzzing
Issue is related to the fuzzing
comp-summaries
Something related to the method names, code comments and display names generation
Description
At this moment there is no way to differ tests produced by Fuzzer and SymbolicExecutor
When we use Trace Summarization framework to generate cluster descriptions, we need a stable and good approach to differ these groups of tests.
The existing solution uses the heuristic with the empty path in UtExecution, but it's known that paths could be empty in tests produced by SymbolicExecutor
The text was updated successfully, but these errors were encountered: