diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-01-11 13:13:14 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-01-11 13:13:14 +0100 |
commit | d8b778907e5270fdeb70459842ffbc20bd2ca5e1 (patch) | |
tree | 142a63159940cf2b741f6b730f99f8392796930a /nptl/Makefile | |
parent | b303185df9b4f3d097956fe566a32aed4f85b127 (diff) | |
download | glibc-d8b778907e5270fdeb70459842ffbc20bd2ca5e1.tar glibc-d8b778907e5270fdeb70459842ffbc20bd2ca5e1.tar.gz glibc-d8b778907e5270fdeb70459842ffbc20bd2ca5e1.tar.bz2 glibc-d8b778907e5270fdeb70459842ffbc20bd2ca5e1.zip |
nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]
I verified that without the guard accounting change in commit
630f4cc3aa019ede55976ea561f1a7af2f068639 (Fix stack guard size
accounting) and RTLD_NOW for libgcc_s introduced by commit
f993b8754080ac7572b692870e926d8b493db16c (nptl: Open libgcc.so with
RTLD_NOW during pthread_cancel), the tst-minstack-cancel test fails on
an AVX-512F machine. tst-minstack-exit still passes, and either of
the mentioned commit by itself frees sufficient stack space to make
tst-minstack-cancel pass, too.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 7265c0a53c..12c69f99d8 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -307,7 +307,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \ tst-bad-schedattr \ tst-thread_local1 tst-mutex-errorcheck tst-robust10 \ tst-robust-fork tst-create-detached tst-memstream \ - tst-thread-exit-clobber + tst-thread-exit-clobber tst-minstack-cancel tst-minstack-exit tests-internal := tst-rwlock19 tst-rwlock20 \ tst-sem11 tst-sem12 tst-sem13 \ |