On 18/01/2021 15.50, Daniel P. Berrangé wrote:
On Mon, Jan 18, 2021 at 03:44:49PM +0100, Thomas Huth wrote:
On 18/01/2021 14.37, Jiaxun Yang wrote:
On Mon, Jan 18, 2021, at 6:11 PM, Daniel P. Berrangé wrote:
On Mon, Jan 18, 2021 at 02:38:08PM +0800, Jiaxun Yang wrote:
We only run build test and check-acceptance as their are too many
failures in checks due to minor string mismatch.
Can you give real examples of what's broken here, as that sounds
rather suspicious, and I'm not convinced it should be ignored.
Mostly Input/Output error vs I/O Error.
Right, out of curiosity, I also gave it a try:
https://gitlab.com/huth/qemu/-/jobs/969225330
Apart from the "I/O Error" vs. "Input/Output Error" difference, there also
seems to be a problem with "sed" in some of the tests.
The "sed" thing sounds like something that ought to be investigated
from a portability POV rather than ignored.
The weird thing is that we explicitly test for GNU sed in
tests/check-block.sh and skip the iotests if it's not available... so I'm a
little bit surprised that the iotests are run here with an apparently
different version of sed...?
Thomas