mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 01:16:50 +00:00
e8766a6f60
Currently, a lot of io_uring tests are tesing `add_read`, `add_write`, and `add_rw_op`, but these methods are actually never used except by those tests themselves. So, these methods and their tests are no longer necessary. This change removes these methods and tests only for them, turning `add_read` and `add_write` intto utility functions for testing. BUG=None TEST=cargo test -p io_uring Change-Id: I2d58afa826d5f09d7b3b5cdbcab798f26d617c23 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4546820 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Takaya Saeki <takayas@chromium.org> |
||
---|---|---|
.. | ||
src | ||
tests | ||
bindgen.sh | ||
Cargo.toml |