Skip to content
Commit 7042b53f authored by Siddhesh Poyarekar's avatar Siddhesh Poyarekar
Browse files

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: default avatarStefan Liebler <stli@linux.ibm.com>
Reviewed-by: default avatarCarlos O'Donell <carlos@redhat.com>
parent cf225619
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment