[pitboss] phase 07: Track C.3 — Differential confirmation enforcement

This commit is contained in:
pitboss 2026-05-14 12:37:14 -05:00
parent cce07d6c96
commit 4eccbd48b4
20 changed files with 734 additions and 41 deletions

View file

@ -1158,6 +1158,7 @@ mod tests {
sink_hit: true,
}],
toolchain_match: Some("exact".into()),
differential: None,
}
}
@ -1177,6 +1178,7 @@ mod tests {
sink_hit: false,
}],
toolchain_match: Some("exact".into()),
differential: None,
}
}
@ -1190,6 +1192,7 @@ mod tests {
detail: None,
attempts: vec![],
toolchain_match: None,
differential: None,
}
}
@ -1203,6 +1206,7 @@ mod tests {
detail: None,
attempts: vec![],
toolchain_match: None,
differential: None,
}
}
@ -1216,6 +1220,7 @@ mod tests {
detail: None,
attempts: vec![],
toolchain_match: None,
differential: None,
}
}