class RubyMemcheck::TestTaskReporter

def report_valgrind_errors

def report_valgrind_errors
  parse_valgrind_output
  remove_valgrind_xml_files
  unless errors.empty?
    output_valgrind_errors
    raise VALGRIND_REPORT_MSG
  end
end