~ubuntu-branches/ubuntu/trusty/libusermetrics/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/data/valgrind.suppression

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods, Ubuntu daily release
  • Date: 2013-07-02 02:02:52 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130702020252-53yuhnlabsq1cq8x
Tags: 1.0.1+13.10.20130702-0ubuntu1
[ Pete Woods ]
* Implement most of storage service and wire up input API.
* Wire up the output API to the storage service.

[ Ubuntu daily release ]
* Automatic snapshot from revision 80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   Ignore pthreads
 
3
   Memcheck:Leak
 
4
   ...
 
5
   fun:pthread_create@@*
 
6
}
 
7
 
 
8
{
 
9
   Glib memalign
 
10
   Memcheck:Leak
 
11
   ...
 
12
   fun:posix_memalign
 
13
}
 
14
 
 
15
{
 
16
   Ignore glib mainloop
 
17
   Memcheck:Leak
 
18
   ...
 
19
   fun:g_main_context_push_thread_default
 
20
}
 
21
 
 
22
{
 
23
   Ignore glib main context
 
24
   Memcheck:Leak
 
25
   ...
 
26
   fun:g_main_context_new
 
27
}