]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
quilt: fix intermittent failure in faildiff.test
authorRoss Burton <ross.burton@arm.com>
Fri, 13 Jan 2023 16:57:02 +0000 (16:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Jan 2023 08:46:07 +0000 (08:46 +0000)
commit1ddbe4d2bd8d8da10dac8a054f130fcd1d242219
tree3ea037b44c15bfb72dac65496323742260cf1027
parent9a287b456347a2be44bff6f9e547795018fb729d
quilt: fix intermittent failure in faildiff.test

This test assumes that if a child process writes one line to stderr and
then another line to stdout, and stderr is redirected to stdout, that
the order the lines will be read is stable.

This isn't the case and occasionally the lines will be read in a
different order.  Change the test to ignore line ordering.

[ YOCTO #14469 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/quilt/quilt.inc
meta/recipes-devtools/quilt/quilt/faildiff-order.patch [new file with mode: 0644]