llmhyy / microbat

A feedback-based debugger for interactively recommending suspicious step in buggy program execution.
55 stars 16 forks source link

Unable to retrieve failing tests for JacksonDatabind #234

Open bchenghi opened 2 years ago

bchenghi commented 2 years ago

Failing tests in JacksonDatabind do not contain :: in the names. This causes the current trace agent to fail when fetching test cases from failing_tests files in tregression.empiricalstudy.config.ProjectConfig::retrieveFailingTestCase method at line 49.

image