Changing all FlakyTest from android.test.FlakyTest to org.chromium.base.test.util.FlakyTest |
||
Issue descriptionIt would be great if we can embed metadata about the test into the FlakyTest and DisabledTest annotations. For example, crbug link which are already added next to the these annotations as comments @FlakyTest // https://crbug.com/579363 => @FlakyTest(message = " https://crbug.com/579363 ") The main usage for this metadata is that disabled test tracking script would be able to get the bug link associated with the annotation and send them to the tracking dashboard CL for adding FlakyTest.java: https://codereview.chromium.org/1856203003/ CL for changing all annotations: https://codereview.chromium.org/1856273002/ CL for presubmit checker: https://codereview.chromium.org/1856253002/
,
Jun 24 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 18 2016