pub(crate) fn test_break_enforceable(kind: BreakKind, s: &Settings) -> boolExpand description
Mirrors the enforceability rule used by the scheduler’s normal
break-firing paths in run_loop.rs: micro/long obey their own
*_enforceable flag OR strict_mode, while sleep is always
enforceable.