| 139 | * (a C struct/function/macro sharing one name flipped label by merge order). */ |
| 140 | TEST(repro_parallel_edge_determinism) { |
| 141 | struct stat st; |
| 142 | if (stat(RPD_CORPUS, &st) != 0 || !S_ISDIR(st.st_mode)) { |
| 143 | SKIP("real-repo tier: corpus " RPD_CORPUS |
| 144 | " absent (synthetic C could not trigger the parallel edge race — see header)"); |
no outgoing calls
no test coverage detected