~unity-team/unity/phablet.raring

« back to all changes in this revision

Viewing changes to valgrind-suppress

  • Committer: Michi Henning
  • Date: 2013-04-16 02:37:02 UTC
  • mto: This revision was merged to the branch mainline in revision 622.
  • Revision ID: michi.henning@canonical.com-20130416023702-xq3slarag9romxv4
Added valgrind target to cmake. To suppress valgrind testing for tests that don't need it, add the test to be omitted to CTestCustom.cmake.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    g_main_leak
 
3
    Memcheck:Leak
 
4
    fun:memalign
 
5
    fun:posix_memalign
 
6
    obj:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3600.0
 
7
    fun:g_slice_alloc
 
8
    fun:g_slice_alloc0
 
9
    fun:g_thread_self
 
10
    fun:g_main_context_acquire
 
11
    fun:g_main_context_push_thread_default
 
12
    ...
 
13
}