diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-30 16:20:20 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-30 16:20:31 +0200 |
commit | 9ce673b69e82578044958f66d93dcaddb23f6e95 (patch) | |
tree | a7e1213cdd59a96f412c2a7e2427b03279f0bddf /ChangeLog | |
parent | 8a0e619652cd6846e04a55cb380d7a7205b65e27 (diff) | |
download | glibc-9ce673b69e82578044958f66d93dcaddb23f6e95.tar.gz glibc-9ce673b69e82578044958f66d93dcaddb23f6e95.tar.xz glibc-9ce673b69e82578044958f66d93dcaddb23f6e95.zip |
Do not scale NPTL tests with available number of CPUs
On very large multi-processor systems, creating hundreds of threads runs into a test time out. The tests do not seem to benefit from massive over-scheduling.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index addc36ae88..e057487e93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-08-30 Florian Weimer <fweimer@redhat.com> + + Do not scale NPTL tests with available number of CPUs. + * nptl/tst-cond16.c (count): Set to constant value of 8. + * nptl/tst-cond18.c (count): Likewise. + 2017-08-29 Joseph Myers <joseph@codesourcery.com> [BZ #22035] |