You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests
Michael Tokarev 5a5d18c756 tests/qemu-iotests/tests/mirror-sparse: actually require O_DIRECT
Commit c0ddcb2cbc introduced the test which uses cache=direct
mode, without checking if the scratch filesystem supports O_DIRECT.
A subsequent commit, afeb002e0a, tried to fix that issue, but
instead of checking for o_direct, it checked for
`_supported_cache_modes none directsync`, which is not what the
original mirror-sparse test uses.  Fix both by actually checking
for o_direct.

Fixes: c0ddcb2cbc "tests: Add iotest mirror-sparse for recent patches"
Fixes: afeb002e0a "tests/qemu-iotests/tests/mirror-sparse: skip if O_DIRECT is not supported"
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
4 days ago
..
bench tests/bench: Rename test_akcipher_keys.inc -> test_akcipher_keys.c.inc 11 months ago
data tests/acpi: virt: update HEST file with its current data 1 week ago
decode decodetree: Infer argument set before inferring format 2 weeks ago
docker tests/docker: fix debian-all-test-cross 1 week ago
fp fpu: allow flushing of output denormals to be after rounding 6 months ago
functional tests/functional: Test SD cards in SPI mode (using sifive_u machine) 6 days ago
guest-debug tests/tcg: Add late gdbstub attach test 6 months ago
image-fuzzer image-fuzzer: Use OSerror.strerror instead of tuple subscript 6 years ago
include meson: fix Windows build 2 months ago
keys tests/vm: Add Haiku test based on their vagrant images 5 years ago
lcitool build, dockerfiles: add support for detecting rustdoc 2 months ago
migration-stress guestperf: Add test result data into report 6 months ago
multiboot Remove superfluous .gitignore files 5 years ago
perf/block/qcow2
qapi-schema tests/qapi-schema: Bury dead test case doc-non-first-section 2 weeks ago
qemu-iotests tests/qemu-iotests/tests/mirror-sparse: actually require O_DIRECT 4 days ago
qtest tests/acpi: virt: update HEST file with its current data 1 week ago
rocker tests: Avoid non-portable 'echo -ARG' 8 years ago
tcg tests/tcg: Fix run for tests with specific plugin 1 week ago
tsan block: remove AioContext locking 2 years ago
uefi-test-tools uefi-test-tools:: Add LoongArch64 support 2 months ago
unit block: drop wrapper for bdrv_set_backing_hd_drained() 4 weeks ago
vm tests/vm: bump FreeBSD image to 14.3 4 weeks ago
vmstate-static-checker-data
Makefile.include Remove the remainders of the Avocado tests 4 months ago
dbus-vmstate-daemon.sh
meson.build qapi: expose all schema features to code 6 months ago
test-qht-par.c
vhost-user-bridge.c error handling: Use RETRY_ON_EINTR() macro where applicable 3 years ago