diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-08-12 19:01:49 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-08-12 19:01:49 +0900 |
| commit | 054a8813d795861765c830369f9dc372cf516077 (patch) | |
| tree | 2e77dc2b91d94a2011ffeb40b83b9f1ca8e7db15 /internal/rosa/package/qemu/package.az | |
| parent | 1bc16b51a68642e1ff2681f71a34e0694468b768 (diff) | |
internal/rosa/package/qemu: disable broken tests
The copy-before-write test was failing on a Haswell machine, although it seems to work pretty reliably on the Zen 3 workstation and RK3588.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/qemu/package.az')
| -rw-r--r-- | internal/rosa/package/qemu/package.az | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/rosa/package/qemu/package.az b/internal/rosa/package/qemu/package.az index 4690fa89..ea24bad2 100644 --- a/internal/rosa/package/qemu/package.az +++ b/internal/rosa/package/qemu/package.az @@ -11,10 +11,14 @@ package qemu { }; patches = [ "meson-colour.patch", + "iotests-zfs.patch", "disable-mcast-test.patch", // fails with ipv6 disabled "disable-netdev-socket.patch", + + // fails on a slower machine + "copy-before-write-spurious.patch", ]; // configure script uses source as scratch space @@ -31,10 +35,6 @@ sed -i \ tests/qemu-iotests/[0-9][0-9][0-9]* \ tests/qemu-iotests/tests/copy-before-write \ tests/qemu-iotests/tests/file-io-error.out -cat << EOF > tests/qemu-iotests/150 -#!/bin/sh -_notrun 'appears to spuriously fail on zfs' -EOF `; exec = make { |
