# Explicit infrastructure/invariant classifications for the package-native release gate. # - test_process_try_wait: OS process-status failures cannot be injected portably. # - test_process_poll_delay: poll cadence is operational; readiness and timeout are integration-proven. # - Drop for TestProcess: mutating reaping leaks helper processes beyond the test lifecycle. # - inspection_fingerprint: deliberately unobservable test-harness metadata. exclude_re = [ "test_process_try_wait", "test_process_poll_delay", "delete statement std::thread::sleep\\(Duration::from_millis\\(25\\)\\)", "::drop", "inspection_fingerprint", ]