Closed
Description
The cargo test
step of CI is occasionally flaky due to the snapshot test in cargo test -p c2rust-pdg
. Usually it can be resolved by just re-running CI.
The error shown is a difference in the snapshot, but I believe it's caused by the instrumented binary being terminated early (and silently), as the difference is always purely in the trace being cut off early.