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

Unified 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: Add minimal LLVM sanity coverage (sancov) reporting for unittests. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/sancov/README ('k') | webrtc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/sancov/blacklist.txt
diff --git a/tools/sancov/blacklist.txt b/tools/sancov/blacklist.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7043a18ef2cf0a1d2e692816cf0447890e239f8e
--- /dev/null
+++ b/tools/sancov/blacklist.txt
@@ -0,0 +1,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
« no previous file with comments | « tools/sancov/README ('k') | webrtc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698