mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
Exclude tst-realloc from tests-mcheck
The realloc (NULL, 0) test in tst-realloc fails with gcc 7.x but passes with newer gcc. This is because a newer gcc transforms the realloc call to malloc (0), thus masking the bug in mcheck. Disable the test with mcheck for now. The malloc removal patchset will fix this and then remove this test from the exclusion list. Reported-by: Stefan Liebler <stli@linux.ibm.com> Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
parent
cf2256196c
commit
7042b53f11
@ -93,7 +93,8 @@ tests-exclude-mcheck = tst-mallocstate \
|
||||
tst-malloc-usable-tunables \
|
||||
tst-malloc_info \
|
||||
tst-memalign \
|
||||
tst-posix_memalign
|
||||
tst-posix_memalign \
|
||||
tst-posix-realloc
|
||||
|
||||
tests-mcheck = $(filter-out $(tests-exclude-mcheck), $(tests))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user