Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: tools/sancov/blacklist.txt

Issue 2144273002: Add minimal LLVM sanity coverage (sancov) reporting for unittests. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #############################################################################
2 # sancov blacklist.
3 # Please think twice before you add or remove these rules.
4
5 #############################################################################
6 # no coverage report for third party
7 src:*/chromium/*
8 src:*/third_party/*
9
10 # OpenH264 triggers some errors that are out of our control.
11 src:*/third_party/ffmpeg/libavcodec/*
12 src:*/third_party/openh264/*
13
14 #############################################################################
15 # Ignore system libraries.
16 src:*/usr/*
17
18 #############################################################################
19 # Ignore test source.
20 src:*/test/*
21 src:*_unittest.cc
OLDNEW
« no previous file with comments | « tools/sancov/README ('k') | webrtc/build/common.gypi » ('j') | webrtc/build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698