diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-06-20 13:59:13 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-20 23:37:50 +0100 |
commit | 8079e7a55ce3372cfa89f551ef61fe4a5ff89b54 (patch) | |
tree | 1ab02cf0b5f975ed99571f6ae424e426ec1ba41b /scripts/tiny/ksize.py | |
parent | d7a3e91bb4932be2efa35406445444be7f7c0489 (diff) | |
download | poky-8079e7a55ce3372cfa89f551ef61fe4a5ff89b54.tar.gz |
glib-networking: use correct error code in ptest
The eagain patch is currently using G_IO_ERROR_BUSY as part of the check
to retry when the simul_read_thread test fails during ptests, but the
actual error code is 27, which corresponds to G_IO_ERROR_WOULD_BLOCK.
Change the check so that it looks for the right code.
(From OE-Core rev: 8574fb1371e2d83c1c7ee58067c50319a62a22ea)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/tiny/ksize.py')
0 files changed, 0 insertions, 0 deletions