valgrind-suppressions.revisit 793 B

1234567891011121314151617
  1. # Place temporary suppressions that we want to revisit in the future
  2. # into this file. For permanent suppressions that we don't want to look
  3. # at again, use valgrind-suppressions.
  4. #
  5. # Don't add any "obj:" lines in suppressions as these are likely
  6. # site-specific. Use "..." instead to match these. Look at the other
  7. # suppressions as examples.
  8. #
  9. # In case you want to make sense of the following symbols, demangle them
  10. # with a command like: c++filt < valgrind-suppressions.revisit
  11. ############################################################################
  12. #### beginning of suppressions for existing issues that we want to fix. ####
  13. ####### end of suppressions for existing issues that we want to fix. #######
  14. ############################################################################