diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2018-08-30 08:44:32 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2018-08-30 08:44:32 +0200 |
commit | 3bad2358d67d371497079bba4f8eca9c0096f4e2 (patch) | |
tree | 5444ba60c308776f6442e1a5fc5eff2682c8c5c9 /ChangeLog | |
parent | 09c12efcafd1e08c290e63e2095c772ce35117be (diff) | |
download | glibc-3bad2358d67d371497079bba4f8eca9c0096f4e2.zip glibc-3bad2358d67d371497079bba4f8eca9c0096f4e2.tar.gz glibc-3bad2358d67d371497079bba4f8eca9c0096f4e2.tar.bz2 |
Test stdlib/test-bz22786 exits now with unsupported if malloc fails.
The test tries to allocate more than 2^31 bytes which will always fail on s390
as it has maximum 2^31bit of memory.
Before commit 6c3a8a9d868a8deddf0d6dcc785b6d120de90523, this test returned
unsupported if malloc fails. This patch re enables this behaviour.
Furthermore support_delete_temp_files() failed to remove the temp directory
in this case as it is not empty due to the created symlink.
Thus the creation of the symlink is moved behind malloc.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog:
* stdlib/test-bz22786.c (do_test): Return EXIT_UNSUPPORTED
if malloc fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2018-08-30 Stefan Liebler <stli@linux.ibm.com> + + * stdlib/test-bz22786.c (do_test): Return EXIT_UNSUPPORTED + if malloc fails. + 2018-08-29 Joseph Myers <joseph@codesourcery.com> * math/gen-libm-test.py (gen_test_args_res): Also treat plus_oflow |