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

  /external/skia/infra/bots/recipe_modules/swarming_client/
api.py 70 def query_script_version(self, script, step_test_data=None):
74 |step_test_data| is given, it is a tuple with version to use in expectation
79 # Convert |step_test_data| from tuple of ints back to a version string.
80 if step_test_data:
81 assert isinstance(step_test_data, tuple)
82 assert all(isinstance(x, int) for x in step_test_data)
83 as_text = '.'.join(map(str, step_test_data))
95 step_test_data=step_test_data_cb)
113 def ensure_script_version(self, script, min_version, step_test_data=None):
119 script, step_test_data=step_test_data or min_version
    [all...]
  /external/skia/infra/bots/recipe_modules/swarming_client/examples/
full.py 28 # Coverage for |step_test_data| argument.
30 'isolate.py', step_test_data=(0, 3, 1))
  /external/skia/infra/bots/recipe_modules/isolate/
api.py 68 step_test_data=lambda: (self.test_api.output_json(targets)),
164 step_test_data=lambda: self.test_api.output_json([target]),
181 step_test_data=lambda: self.test_api.output_json(batch_targets),
  /external/skia/infra/bots/recipe_modules/swarming/
api.py 422 def check_client_version(self, step_test_data=None):
425 'swarming.py', MINIMAL_SWARMING_VERSION, step_test_data)
520 step_test_data=functools.partial(
604 step_test_data=None,
657 step_test_data = step_test_data or (
668 step_test_data=lambda: step_test_data,
    [all...]
  /external/skia/infra/bots/recipe_modules/skia_swarming/
api.py 37 self.m.swarming.check_client_version(step_test_data=(0, 8, 6))
  /external/skia/infra/bots/recipe_modules/swarming/examples/
full.py 43 api.swarming.check_client_version(step_test_data=(0, 8, 6))

Completed in 130 milliseconds