From fdbb66f75a8061681477d42bbb5a065ada7f2c4d Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Tue, 14 Feb 2023 22:19:42 +0100 Subject: [PATCH] coverage.txt: skip check-for-bit-by-bit-identical-format-output in variant standard on armel, armhf and mipsel because of #1031276 --- coverage.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/coverage.txt b/coverage.txt index 25dc0cd..3370532 100644 --- a/coverage.txt +++ b/coverage.txt @@ -61,6 +61,7 @@ Skip-If: fmt == "ext2" and dist == "oldstable" # genext2fs does not support SOURCE_DATE_EPOCH mode == "fakechroot" and variant in ["-", "standard"] # no extended attributes mode == "fakechroot" and hostarch in ["i386", "armel", "armhf", "mipsel"] # #1030638 + variant == "standard" and hostarch in ["armel", "armhf", "mipsel"] # #1031276 Test: tarfilter-idshift Needs-QEMU: true