mbox series

[0/4] Fix glibc test failures when running through qemu

Message ID 20230726162209.131855-1-anuj.mittal@intel.com
Headers show
Series Fix glibc test failures when running through qemu | expand

Message

Mittal, Anuj July 26, 2023, 4:22 p.m. UTC
After applying these changes, the number of tests failing for glibc come
down to 69 on autobuilder. Result summary for qemux86-64:

-----------------------------------------------------------------------
---------------------------------------
Recipe           | Passed       | Failed   | Skipped     | Time(s)
-----------------------------------------------------------------------
---------------------------------------
binutils         | 289          | 0        | 8           | -
binutils-gas     | 1582         | 4        | 1           | -
binutils-ld      | 1622         | 6        | 111         | -
gcc              | 149696       | 28       | 27599       | -
gcc-g++          | 219260       | 30       | 21108       | -
gcc-libatomic    | 27           | 1        | 27          | -
gcc-libgomp      | 3426         | 1        | 1962        | -
gcc-libitm       | 24           | 1        | 24          | -
gcc-libstdc++-v3 | 9695         | 32       | 5459        | -
glibc            | 4984         | 69       | 147         | -
rust             | 15768        | 0        | 554         | -
-----------------------------------------------------------------------
---------------------------------------

Some of the remaining failing tests (~8) need python/gdb or gprof to be
installed. Some (~8) seem to be still triggering out of memory errors.

Some others (~26) fail while trying to setup test container with error:
error: test-container.c:844: Cannot create testroot lock

Anuj Mittal (4):
  glibc/check-test-wrapper: don't emit warnings from ssh
  selftest/cases/glibc.py: increase the memory for testing
  oeqa/utils/nfs: allow requesting non-udp ports
  selftest/cases/glibc.py: switch to using NFS over TCP

 meta/lib/oeqa/selftest/cases/glibc.py            | 6 +++---
 meta/lib/oeqa/utils/nfs.py                       | 4 ++--
 meta/recipes-core/glibc/glibc/check-test-wrapper | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)