This dataset contains the AI-generated behavioral test suites used to evaluate model solutions in ProgramBench. ProgramBench is a benchmark that evaluates whether language models can rebuild programs from scratch. Given only a compiled binary and its documentation, AI agents must architect and implement a complete codebase that reproduces the original program's behavior. These test suites are used to assess whether a candidate solution is behaviorally equivalent to the original program. The dataset covers 200 task instances spanning open-source repositories in 6 programming languages: Each task instance is a folder named. containing: - tests/ — Compressed archives, each containing a…