[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug default/19605] New: Suppressions do not seem to be working



https://sourceware.org/bugzilla/show_bug.cgi?id=19605

            Bug ID: 19605
           Summary: Suppressions do not seem to be working
           Product: libabigail
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: michi.henning at canonical dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

Created attachment 8973
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8973&action=edit
Dump files and suppressions file

$ cat suppressions 
[suppress_function]
    change_kind = all
$ abidiff --suppressions suppressions dump1 dump2
Functions changes summary: 0 Removed, 0 Changed, 160 Added functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
Function symbols changes summary: 0 Removed, 90 Added function symbols not
referenced by debug info
Variable symbols changes summary: 0 Removed, 2 Added variable symbols not
referenced by debug info

160 Added functions:

  [A] 'function unity::scopes::testing::Benchmark::Result*
boost::serialization::factory<unity::scopes::testing::Benchmark::Result,
0>(typedef __va_list_tag __va_list_tag*)'   
{_ZN5boost13serialization7factoryIN5unity6scopes7testing9Benchmark6ResultELi0EEEPT_P13__va_list_tag}
...

It seems that, no matter what I put into the suppressions file (even syntax
errors), the file is never used.

-- 
You are receiving this mail because:
You are on the CC list for the bug.