diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-08-27 23:34:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-08-28 00:07:12 +0200 |
commit | 6dca35c0e58b483a7c2563eb53090f92cf0e93ab (patch) | |
tree | 6a5a5308eb3659b39ee7c10fc1401441627023eb /tests/valgrind.supp | |
parent | a691e044705f12715fcd3310a9832dd5de79bff0 (diff) | |
download | curl-6dca35c0e58b483a7c2563eb53090f92cf0e93ab.tar.gz |
valgrind.supp: add the event-based call stack-trace too
Without this, test 165 triggers a valgrind error when ran with
curl_easy_perform_ev
Diffstat (limited to 'tests/valgrind.supp')
-rw-r--r-- | tests/valgrind.supp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp index 6fb9ce801..d30e47c1b 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -14,3 +14,24 @@ fun:operate fun:main } + +{ + libidn-idna_to_ascii-error-eventbased + Memcheck:Addr4 + fun:idna_to_ascii_4z + fun:idna_to_ascii_8z + fun:idna_to_ascii_lz + fun:fix_hostname + fun:resolve_server + fun:create_conn + fun:Curl_connect + fun:multi_runsingle + fun:multi_socket + fun:curl_multi_socket_action + fun:wait_or_timeout + fun:easy_events + fun:easy_perform + fun:curl_easy_perform_ev + fun:operate + fun:main +} |