Open Hodge931 opened 2 weeks ago
Hi @Hodge931 We do not use any of the PASS_TO_PASS testcases, we directly obtained all the passing tests in the original repository and then use LLM to select the list of regression tests. For more detail you can see the detailed README
By this line: https://github.com/OpenAutoCoder/Agentless/blob/main/agentless/test/run_tests.py#L548, I guess the regression tests are using the PASS_TO_PASS testcases in the original dataset to do the filtering?