[gdb/testsuite] Fix fortran module tests with stressed cpu
authorTom de Vries <tdevries@suse.de>
Sat, 9 Oct 2021 09:35:43 +0000 (11:35 +0200)
committerTom de Vries <tdevries@suse.de>
Sat, 9 Oct 2021 09:35:43 +0000 (11:35 +0200)
commitf9edf608302736ec68bc80d6b6bc7d0f54171554
treef360cbc092d088f5347fb299e770a14d498d7b13
parent0161bdd47ca9c06500ca2be83b3be2976900628e
[gdb/testsuite] Fix fortran module tests with stressed cpu

When running these test-cases:
- gdb.fortran/info-modules.exp
- gdb.fortran/module.exp
- gdb.mi/mi-fortran-modules.exp
in conjunction with:
...
$ stress -c $(($(cat /proc/cpuinfo | grep -c "^processor") + 1))
...
I run into timeouts.

Fix this by using:
- "set auto-solib-add off" to avoid symbols of shared libs
  (which doesn't work for libc, now that libpthread_name_p has been
  updated to  match libc)
- "nosharedlibrary" to avoid symbols of libc

Tested on x86_64-linux.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=28133
gdb/testsuite/gdb.fortran/info-modules.exp
gdb/testsuite/gdb.fortran/module.exp
gdb/testsuite/gdb.mi/mi-fortran-modules.exp