ipc-channel
ipc-channel copied to clipboard
Test case `cross_process_two_step_transfer_spawn()` fails on MacOS
This needs some digging.
(The comment in the source code suggests that it might be a kernel problem -- but I rather doubt it: a lot of the complexity of the Mach IPC system comes precisely from trying very hard to cover such corner cases...)
Uh, I should probably mention that this test case is only introduced on the not yet merged https://github.com/servo/ipc-channel/pull/166 branch...