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

Unified Diff: tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt

Issue 2781483004: Stop considering parameter count for methods blocked via --method-blocklist. (Closed)
Patch Set: Created 3 years, 9 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
Index: tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt
diff --git a/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt b/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt
index 8e82370f912b1f66597a0fe757156a5e644b6bd2..fd692e4b75c987aec1a611874d61279976e8d3c0 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt
+++ b/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt
@@ -4,16 +4,12 @@
# Line with whitespace only below:
-IdlTestClass:::idlTestMethodNoParams:::0
-IdlTestClass:::idlTestMethodOneParam:::1
-IdlTestClass:::idlTestMethodTwoOrThreeParams:::2
-IdlTestClass:::idlTestMethodTwoOrThreeParams:::3
-IdlTestClass:::idlTemplateMethod:::1
-IdlTestClass:::path:::0
-IdlTestClass:::idlOptionalArgsPass:::0
-IdlTestClass:::idlOptionalArgsStillTooMany:::0
-IdlTestClass:::idlOptionalArgsTooLittle:::2
-IdlTemplateClass:::idlTestMethod:::1
+
+# Some tests:
+IdlTestClass:::idlStaticMethod:::1234
+IdlTestClass:::idlInstanceMethod:::1234
+IdlTestClass:::idlTemplateMethod:::1234
+IdlTemplateClass:::idlInstanceMethod:::1234
# Test for free functions:
IdlFunctions:::foo:::0

Powered by Google App Engine
This is Rietveld 408576698