bin-runner #36

Merged
zacheryasc merged 103 commits from bin-runner into master 2026-02-13 14:11:40 +00:00
Showing only changes of commit a9835f27ad - Show all commits

View file

@ -610,7 +610,6 @@ impl ActorInterface for ExitWatcher {
}
#[test]
#[ignore] // BUG: StopSignal handling in tick_all doesn't push to deaths vec — watchers never notified
fn native_watcher_notified_when_wasm_actor_stops() {
// A native actor watches a WASM actor. When the WASM actor is stopped,
// the watcher should receive ActorExited with ExitReason::Stopped.