source: tags/arb-7.0/SOURCE_TOOLS/arb.leaksan.supp

Last change on this file was 18645, checked in by westram, 3 years ago
  • ignore leak checks in intentionally crashing unittests
    • fixes build with sanitizer + unittests
File size: 984 bytes
Line 
1# list of known leaks (suppressed by LeakSanitizer)
2# see also valgrind suppressions in arb.supp
3#
4# the number of leaks shown may be defined at ../Makefile@LSAN_OPTIONS
5#
6# Note: better use valgrind to detect leaks (fainer grained suppression possible there)
7
8leak:illegal_alidata_composition
9leak:test_opendb
10leak:test_another_shell
11
12# ------------------------------
13# intentionally crashing unittests
14leak:TEST_misuse_ErrorOr_crashtest
15leak:TEST_misuse_ARB_ERROR_crashtest
16
17# ------------------------------
18# callback data
19leak:AWT_insert_config_manager
20leak:awt_create_ALI_selection_list
21leak:awt_create_TREE_selection_list
22
23# ------------------------------
24# WINDOW system leaks
25
26leak:XQueryTree
27
28leak:AW_window::create_mode
29leak:AW_window::create_option_menu
30leak:AW_window::create_toggle
31leak:AW_window::create_text_toggle
32leak:AW_window::help_text
33leak:AW_window::insert_option_internal
34
35leak:AW_preset_create_color_chooser
36leak:DI_create_view_matrix_window
37leak:AW_manage_GC
Note: See TracBrowser for help on using the repository browser.