diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-24 17:13:24 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-24 17:13:24 +0000 |
commit | 0bf57f872cb14db88ca8860e9f5b295e38394f16 (patch) | |
tree | f6c7c002b3ab821e0fd2bcc0dca008cef65411d7 /nptl/ChangeLog | |
parent | 8175a2532bd19cca1592f9c7f598302c5ae3770a (diff) | |
download | glibc-0bf57f872cb14db88ca8860e9f5b295e38394f16.tar glibc-0bf57f872cb14db88ca8860e9f5b295e38394f16.tar.gz glibc-0bf57f872cb14db88ca8860e9f5b295e38394f16.tar.bz2 glibc-0bf57f872cb14db88ca8860e9f5b295e38394f16.zip |
Don't set resource limits in tst-oddstacklimit-ENV.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 2743631da4..5a3ab06604 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,15 @@ +2012-10-24 Joseph Myers <joseph@codesourcery.com> + + * Makefile (tests): Remove tst-oddstacklimit. + (test-srcs): New variable. + (tst-oddstacklimit-ENV): Remove. + [$(run-built-tests) = yes] (tests): Depend on + $(objpfx)tst-oddstacklimit.out. + [$(run-built-tests) = yes] ($(objpfx)tst-oddstacklimit.out): New + target. + * tst-oddstacklimit.c: Do not include "tst-basic1.c". Use + setrlimit before executing tst-basic1 test passed to --command. + 2012-10-23 Joseph Myers <joseph@codesourcery.com> * Makefile [$(cross-compiling) = no]: Change condition to |