Add tests for std::pipe #3830
Labels
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
std
now has apipe
module. We should add a test in Miri to see which OS APIs are required for this.pipe2
. Miri has basic support for that but does not support blocking, so properly supportingstd::pipe
is blocked on the socketpair part of Implement blocking support for eventfd and socketpair #3665.The text was updated successfully, but these errors were encountered: