suppressions.txt 560 B

123456789101112131415161718192021
  1. # This file is used in addition to the one already maintained in Chrome.
  2. # It acts as a place holder for future additions for this project.
  3. # It must exist for the Python wrapper script to work properly.
  4. # There are two of suppressions in this file.
  5. # 1. third_party libraries
  6. # 2. libyuv stuff
  7. # 3. libjingle stuff (talk folder)
  8. #-----------------------------------------------------------------------
  9. # third_party libraries
  10. {
  11. bug_729
  12. Memcheck:Free
  13. fun:_ZdaPv
  14. ...
  15. fun:_ZN7testing8internal12UnitTestImplD1Ev
  16. ...
  17. }
  18. # libyuv (empty so far)