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 | |
---|
8 | leak:illegal_alidata_composition |
---|
9 | leak:test_opendb |
---|
10 | leak:test_another_shell |
---|
11 | |
---|
12 | # ------------------------------ |
---|
13 | # intentionally crashing unittests |
---|
14 | leak:TEST_misuse_ErrorOr_crashtest |
---|
15 | leak:TEST_misuse_ARB_ERROR_crashtest |
---|
16 | |
---|
17 | # ------------------------------ |
---|
18 | # callback data |
---|
19 | leak:AWT_insert_config_manager |
---|
20 | leak:awt_create_ALI_selection_list |
---|
21 | leak:awt_create_TREE_selection_list |
---|
22 | |
---|
23 | # ------------------------------ |
---|
24 | # WINDOW system leaks |
---|
25 | |
---|
26 | leak:XQueryTree |
---|
27 | |
---|
28 | leak:AW_window::create_mode |
---|
29 | leak:AW_window::create_option_menu |
---|
30 | leak:AW_window::create_toggle |
---|
31 | leak:AW_window::create_text_toggle |
---|
32 | leak:AW_window::help_text |
---|
33 | leak:AW_window::insert_option_internal |
---|
34 | |
---|
35 | leak:AW_preset_create_color_chooser |
---|
36 | leak:DI_create_view_matrix_window |
---|
37 | leak:AW_manage_GC |
---|
Note: See
TracBrowser
for help on using the repository browser.