New issue
Advanced search Search tips

Issue 617777 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2016
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug

Blocking:
issue 617655



Sign in to add a comment

Either make @DisableIf.Build work on classes or don't allow it to be used on them

Project Member Reported by jbudorick@chromium.org, Jun 6 2016

Issue description

DisableIf.Build currently only works on methods but can be used to annotate either methods or types: https://codesearch.chromium.org/chromium/src/base/test/android/javatests/src/org/chromium/base/test/util/DisableIf.java?rcl=0&l=23

only one of those should be true.
 
and if it's made to work, clean up AwContentsClientFullScreenTest.java
Status: Fixed (was: Assigned)

Sign in to add a comment