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

Unified Diff: tools/memory/tsan_v2/ignores.txt

Issue 2184683004: [gn] Fix sanitizer configs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add blacklist files 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/memory/asan/blacklist.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/memory/tsan_v2/ignores.txt
diff --git a/tools/memory/tsan_v2/ignores.txt b/tools/memory/tsan_v2/ignores.txt
new file mode 100644
index 0000000000000000000000000000000000000000..80babf4894eecf630875452b9f53235214c057be
--- /dev/null
+++ b/tools/memory/tsan_v2/ignores.txt
@@ -0,0 +1,5 @@
+# The rules in this file are only applied at compile time. If you can modify the
+# source in question, consider function attributes to disable instrumentation.
+#
+# Please think twice before you add or remove these rules.
+# Data races should typically go to suppressions.txt.
« no previous file with comments | « tools/memory/asan/blacklist.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698