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

  /development/testrunner/test_defs/
gtest.py 88 test_suites = []
95 test_suites.append(suite)
96 return test_suites
  /external/chromium-trace/catapult/dashboard/dashboard/models/
alert_group_test.py 36 test_suites=['scrolling_benchmark']).put(),
41 test_suites=['scrolling_benchmark']).put(),
247 test_suites=['scrolling_benchmark']).put()
253 test_suites=['tab_capture']).put()
279 self.assertEqual(alert_groups[2].test_suites, [test_suite])
291 test_suites=['scrolling_benchmark']).put()
297 test_suites=['tab_capture']).put()
329 test_suites=['tab_capture']).put()
alert_group.py 31 test_suites = ndb.StringProperty(repeated=True, indexed=False) variable in class:AlertGroup
103 and test_suite in group.test_suites):
114 group.test_suites = [test_suite]
  /cts/tools/utils/cts/
tools.py 42 self.test_suites = {}
50 sub_suite = self.test_suites.setdefault(names[0], TestPackage.TestSuite())
55 for (suite_name, suite) in self.test_suites.iteritems():

Completed in 2529 milliseconds