From: Marcel Raad Date: Sun, 2 Aug 2020 13:41:49 +0000 (+0200) Subject: TrackMemory tests: ignore realloc and free in getenv.c X-Git-Tag: curl-7_72_0~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87e0fcfe5c2a93bb2e02604cf277a94f062feff9;p=thirdparty%2Fcurl.git TrackMemory tests: ignore realloc and free in getenv.c These are only called for WIN32. Closes https://github.com/curl/curl/pull/5767 --- diff --git a/tests/data/test1330 b/tests/data/test1330 index ce04e3331e..f7ac9b0ddc 100644 --- a/tests/data/test1330 +++ b/tests/data/test1330 @@ -41,6 +41,8 @@ s/\(.*\)/()/ s/:\d+/:/ s:^(MEM )(.*/)(.*):$1$3: s/\r\n/\n/ +s/^MEM getenv.c: realloc\(\)[\n]$// +s/^MEM getenv.c: free\(\)[\n]$// diff --git a/tests/data/test558 b/tests/data/test558 index 946979677d..d5aa0e087f 100644 --- a/tests/data/test558 +++ b/tests/data/test558 @@ -49,6 +49,8 @@ s/\(.*\)/()/ s/:\d+/:/ s:^(MEM |FD )(.*/)(.*):$1$3: s/\r\n/\n/ +s/^MEM getenv.c: realloc\(\)[\n]$// +s/^MEM getenv.c: free\(\)[\n]$//