HomeSort by relevance Sort by last modified time
    Searched refs:tests_annotations (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/android/host_driven_tests/
DummyTest.py 12 from pylib.host_driven import tests_annotations namespace
18 @tests_annotations.Smoke
SyncTest.py 11 from pylib.host_driven import tests_annotations namespace
45 @tests_annotations.Feature(['Sync'])
46 @tests_annotations.EnormousTest
52 # @tests_annotations.Feature(['Sync'])
53 # @tests_annotations.EnormousTest
54 @tests_annotations.DisabledTest
60 # @tests_annotations.Feature(['Sync'])
61 # @tests_annotations.EnormousTest
62 @tests_annotations.DisabledTest
  /external/chromium_org/build/android/pylib/host_driven/
test_info_collection.py 10 import tests_annotations namespace
39 # See also tests_annotations.
89 not tests_annotations.AnnotatedFunctions.GetTestAnnotations(
123 if tests_annotations.AnnotatedFunctions.IsAnnotated(
126 elif tests_annotations.AnnotatedFunctions.IsAnnotated(

Completed in 30 milliseconds