-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuppressions.txt
122 lines (112 loc) · 1.54 KB
/
suppressions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
dl-ignore-_dlerror_run
Memcheck:Leak
fun:calloc
fun:_dlerror_run
fun:dlopen*
...
}
{
dl-ignore-_dl_catch_error
Memcheck:Leak
...
fun:_dl_catch_error
...
}
{
ignore-creation-leaks-new
Memcheck:Leak
fun:_Zn?m
...
fun:natus_value_new_global
...
}
{
ignore-creation-alloc
Memcheck:Leak
fun:?alloc
...
fun:natus_value_new_global
...
}
{
jsc-ignore-JSGlobalContextRelease
Memcheck:Cond
obj:*libjavascriptcoregtk*
...
fun:JSGlobalContextRelease
...
}
{
jsc-ignore-JSGarbageCollect
Memcheck:Cond
obj:*libjavascriptcoregtk*
...
fun:JSGarbageCollect
...
}
{
jsc-ignore-WebKitGTK-val8
Memcheck:Value8
obj:*libjavascriptcoregtk*
...
}
{
jsc-ignore-cond-in-gc
Memcheck:Cond
...
fun:JSGarbageCollect
fun:jsc_ctx_free
fun:natus_value_decref
...
}
{
jsc-ignore-class-create
Memcheck:Leak
fun:calloc
...
fun:JSClassCreate
...
fun:call_init.part.0
}
{
jsc-ignore-uninit-JSGarbageCollect
Memcheck:Value8
...
fun:JSGarbageCollect
fun:jsc_ctx_free
...
}
{
sm-ignore-JS_DefineFunctions
Memcheck:Leak
fun:?alloc
...
fun:JS_DefineFunctions
...
}
{
sm-ignore-JS_SetUCPropertyAttributes
Memcheck:Leak
fun:?alloc
...
fun:JS_SetUCPropertyAttributes
...
}
{
sm-ignore-JS_SetPropertyById
Memcheck:Leak
fun:?alloc
...
fun:JS_SetPropertyById
...
}
{
sm-ignore-internal-strdup
Memcheck:Leak
fun:malloc
fun:strdup
...
fun:natus_value_new_global
...
}