OLD | NEW |
1 # Pass this file to Valgrind with "--suppressions=tests/valgrind.supp" | 1 # Pass this file to Valgrind with "--suppressions=tests/valgrind.supp" |
2 | 2 |
3 { | 3 { |
4 FcConfig | 4 FcConfig |
5 Memcheck:Addr4 | 5 Memcheck:Addr4 |
6 fun:FcConfigFileExists | 6 fun:FcConfigFileExists |
7 } | 7 } |
8 { | 8 { |
9 Mesa_glsl_parsing | 9 Mesa_glsl_parsing |
10 Memcheck:Cond | 10 Memcheck:Cond |
(...skipping 14 matching lines...) Expand all Loading... |
25 fun:_Znwm | 25 fun:_Znwm |
26 fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase | 26 fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase |
27 } | 27 } |
28 { | 28 { |
29 XML_ParseBuffer_leak | 29 XML_ParseBuffer_leak |
30 Memcheck:Leak | 30 Memcheck:Leak |
31 fun:malloc | 31 fun:malloc |
32 fun:FcPatternObjectInsertElt | 32 fun:FcPatternObjectInsertElt |
33 fun:FcPatternObjectAddWithBinding | 33 fun:FcPatternObjectAddWithBinding |
34 } | 34 } |
| 35 { |
| 36 Driver_bug_1 |
| 37 Memcheck:Value8 |
| 38 ... |
| 39 obj:/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so |
| 40 fun:lp_rast_triangle_3 |
| 41 } |
| 42 { |
| 43 Driver_bug_2 |
| 44 Memcheck:Value8 |
| 45 ... |
| 46 obj:/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so |
| 47 fun:lp_rast_triangle_2 |
| 48 } |
| 49 { |
| 50 Driver_bug_3 |
| 51 Memcheck:Value8 |
| 52 obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so |
| 53 fun:_mesa_readpixels |
| 54 fun:_mesa_ReadnPixelsARB |
| 55 fun:_mesa_ReadPixels |
| 56 } |
OLD | NEW |