aboutsummaryrefslogtreecommitdiff
path: root/tools_webrtc/sancov/blacklist.txt
blob: 7043a18ef2cf0a1d2e692816cf0447890e239f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#############################################################################
# sancov blacklist.
# Please think twice before you add or remove these rules.

#############################################################################
# no coverage report for third party
src:*/chromium/*
src:*/third_party/*

# OpenH264 triggers some errors that are out of our control.
src:*/third_party/ffmpeg/libavcodec/*
src:*/third_party/openh264/*

#############################################################################
# Ignore system libraries.
src:*/usr/*

#############################################################################
# Ignore test source.
src:*/test/*
src:*_unittest.cc