]> 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)
committerSteve Sakoman <steve@sakoman.com>
Mon, 30 Jan 2023 16:24:56 +0000 (06:24 -1000)
commit199df863c16044875709b9bc0221941cd24edc70
tree20ec7376f8a9f6812cc7974c3b0a9431bbb81491
parentcdbe68d4a9b29a1b2073587c24dd22a82e7c5189
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>
(cherry picked from commit 1ddbe4d2bd8d8da10dac8a054f130fcd1d242219)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/quilt/quilt.inc
meta/recipes-devtools/quilt/quilt/faildiff-order.patch [new file with mode: 0644]