We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003e9ce commit b2fed05Copy full SHA for b2fed05
ci/asan_leak_suppression/regression.txt
@@ -17,3 +17,4 @@ leak:RegressionTest_Hdrs
17
leak:RegressionTest_SDK_API_TSPortDescriptor
18
leak:RegressionTest_HostDBProcessor
19
leak:RegressionTest_DNS
20
+leak:RegressionTest_UDPNet_echo
iocore/net/Makefile.am
@@ -36,6 +36,7 @@ AM_CPPFLAGS += \
36
@SWOC_INCLUDES@
37
38
TESTS = $(check_PROGRAMS)
39
+TESTS_ENVIRONMENT = LSAN_OPTIONS=suppressions=$(abs_top_srcdir)/ci/asan_leak_suppression/regression.txt
40
41
check_PROGRAMS = test_certlookup test_UDPNet test_libinknet
42
noinst_LIBRARIES = libinknet.a
0 commit comments