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

Unified Diff: build/android/findbugs_filter/findbugs_exclude.xml

Issue 2523983002: Create CommandLineTestRule (Closed)
Patch Set: implements SetUpTestRule 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
« no previous file with comments | « base/test/android/javatests/src/org/chromium/base/test/util/CommandLineTestRule.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/findbugs_filter/findbugs_exclude.xml
diff --git a/build/android/findbugs_filter/findbugs_exclude.xml b/build/android/findbugs_filter/findbugs_exclude.xml
index 3f0316c32e54c605424112044938b42445d2f1a8..a856afb91e5148f9b6b78c0ee8bc899e86c1c006 100644
--- a/build/android/findbugs_filter/findbugs_exclude.xml
+++ b/build/android/findbugs_filter/findbugs_exclude.xml
@@ -30,7 +30,10 @@ In particular, ~ at the start of a string means it's a regex.
<!-- Ignore unused public Rule in instrumentation tests -->
<Match>
<Class name="~.*\.*Test" />
- <Field type="android.support.test.rule.UiThreadTestRule" />
+ <Or>
+ <Field type="android.support.test.rule.UiThreadTestRule" />
+ <Field type="org.chromium.base.test.util.CommandLineTestRule" />
+ </Or>
<Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD" />
</Match>
« no previous file with comments | « base/test/android/javatests/src/org/chromium/base/test/util/CommandLineTestRule.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698