mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 13:23:08 +00:00
97eb036422
`cargo test -p cros_async --doc` is failing with FdExecutor since the example tries to seek a pipe. With UringExecutor, this error doesn't happen by chance due to the difference in the implementation detail. So, you need kernels prior to 5.10 to reproduce this issue. This commit fixes the failure by not seeking a pipe. BUG=b:242515595 FIXED=b:242515595 TEST=cargo test -p cros_async --doc succeeds. Change-Id: Ifa97eb85d3b72061f1754e22108017df327c85d9 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3831841 Tested-by: Takaya Saeki <takayas@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Takaya Saeki <takayas@chromium.org> Tested-by: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |