This commit fixes the mailbox tests in test_runner, which broke when mailbox was simplified to just use call and respond. It also fixes a bug the tests uncovered: if the mailbox is closed while a caller is in the reply map (ie, when its call data has been passed on to a thread calling respond, but has yet to be responded to itself), that caller is never awoken.
12 lines
142 B
YAML
12 lines
142 B
YAML
---
|
|
location: jsix
|
|
init: srv.init
|
|
initrd:
|
|
name: initrd.dat
|
|
format: zstd
|
|
flags: ["test"]
|
|
panic:
|
|
- panic.serial
|
|
services:
|
|
- test_runner
|