Home | History | Annotate | Download | only in port

Lines Matching refs:get_option

240         if self.get_option('configuration') == 'Debug':
249 return 3.0 * float(self.get_option('time_out_ms', '0')) / self.default_timeout_ms()
293 return self.get_option('additional_platform_directory', []) + self._compare_baseline() + self.default_baseline_search_path()
303 target_port = self.get_option('compare_port')
333 if not result and self.get_option('build'):
335 self.get_option('configuration'))
344 if self.get_option('pixel_tests'):
544 if self.get_option('driver_name'):
545 return self.get_option('driver_name')
866 return driver.cmd_line(self.get_option('pixel_tests'), [])
972 def get_option(self, name, default_value=None):
1001 option_val = self.get_option('results_directory') or self.default_results_directory()
1011 return self.path_from_chromium_base('webkit', self.get_option('configuration'), 'layout-test-results')
1093 for string_variable in self.get_option('additional_env_var', []):
1106 return self._driver_class()(self, worker_number, pixel_tests=self.get_option('pixel_tests'), no_timeout=no_timeout)
1266 for path in self.get_option('additional_expectations', []):
1276 if not self.get_option('ignore_flaky_tests'):
1280 builder_category = self.get_option('ignore_builder_category', 'layout')
1289 ignore_mode = self.get_option('ignore_flaky_tests')
1676 configuration = configuration or self.get_option('configuration')
1677 return self._static_build_path(self._filesystem, self.get_option('build_directory'),