Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Training data generator crashes in recent experiments because we added triage directories (e.g., [03-triage/](https://pantheon.corp.google.com/storage/browser/oss-fuzz-gcb-experiment-run-logs/Result-reports/scheduled/2024-07-06-weekly-all/results/output-eigen-_zn5eigen9transposeins_5blockins_6matrixinst3__17complexideelin1elin1eli0elin1elin1eeelin1eli1elb1eeee6resi/fixed_targets/03-triage?pageState=(%22StorageObjectListTable%22:(%22f%22:%22%255B%255D%22))&e=-13802955&mods=logs_tg_prod&project=oss-fuzz)) and breaks this line: https://github.com/google/oss-fuzz-gen/blob/main/data_prep/parse_training_data.py#L83 This PR fixes it with a more fine-grained regex to identify code fixing directories (e.g., [03-F5/](https://pantheon.corp.google.com/storage/browser/oss-fuzz-gcb-experiment-run-logs/Result-reports/scheduled/2024-07-06-weekly-all/results/output-eigen-_zn5eigen9transposeins_5blockins_6matrixinst3__17complexideelin1elin1eli0elin1elin1eeelin1eli1elb1eeee6resi/fixed_targets/03-F5?pageState=(%22StorageObjectListTable%22:(%22f%22:%22%255B%255D%22))&e=-13802955&mods=logs_tg_prod&project=oss-fuzz)).
- Loading branch information