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

  /external/chromium_org/build/android/
bb_run_sharded_steps.py 23 parser.add_option('--flaky_steps',
34 if options.flaky_steps:
35 flaky_options = ['--flaky-steps', options.flaky_steps]
test_runner.py 495 options.steps, options.flaky_steps, options.output_json_list,
  /external/chromium_org/build/android/pylib/perf/
setup.py 87 flaky_steps = []
88 if test_options.flaky_steps:
89 with file(test_options.flaky_steps, 'r') as f:
90 flaky_steps = json.load(f)
95 steps_dict, flaky_steps)

Completed in 60 milliseconds