aboutsummaryrefslogtreecommitdiff
path: root/tools_webrtc
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@webrtc.org>2020-06-17 17:31:50 +0200
committerCommit Bot <commit-bot@chromium.org>2020-06-17 16:10:49 +0000
commit5086e9668e1a6d7d3cc1921418ace7ede84bbe4e (patch)
treef4ebd4313c371d2201776567ac6003d05133abed /tools_webrtc
parentae1892d4e4ceac436191d0a33f99cdf337cc5c5f (diff)
downloadwebrtc-5086e9668e1a6d7d3cc1921418ace7ede84bbe4e.tar.gz
Remove //tools_webrtc/sancov.
While working on bugs.webrtc.org/11680 I discovered this which is unused. Bug: webrtc:11680 Change-Id: I43d984ee9b8a66ccc360bc24e5e1e105bc8cc049 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/177420 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31539}
Diffstat (limited to 'tools_webrtc')
-rw-r--r--tools_webrtc/sancov/README9
-rw-r--r--tools_webrtc/sancov/blacklist.txt21
2 files changed, 0 insertions, 30 deletions
diff --git a/tools_webrtc/sancov/README b/tools_webrtc/sancov/README
deleted file mode 100644
index c9b43e7ae0..0000000000
--- a/tools_webrtc/sancov/README
+++ /dev/null
@@ -1,9 +0,0 @@
-Blacklist for llvm's sancov
-
-See http://clang.llvm.org/docs/SanitizerCoverage.html .
-
-Example usage:
-> cd out/Debug
-> UBSAN_OPTIONS="coverage=1" ./peerconnection_unittests
-> sancov -html-report -blacklist ../../tools/sancov/blacklist.txt \
-> peerconnection_unittests peerconnection_unittests.123.sancov
diff --git a/tools_webrtc/sancov/blacklist.txt b/tools_webrtc/sancov/blacklist.txt
deleted file mode 100644
index 7043a18ef2..0000000000
--- a/tools_webrtc/sancov/blacklist.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-#############################################################################
-# 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