Home | History | Annotate | Download | only in clusterfuzz

Lines Matching refs:CONFIGS

23 CONFIGS = dict(
104 # V8 correctness configs: %(configs)s
202 assert options.first_config in CONFIGS
203 assert options.second_config in CONFIGS
223 configs='', source_key='', suppression=bug)
246 configs='', source_key='', suppression=bug)
271 first_config_flags = common_flags + CONFIGS[options.first_config]
272 second_config_flags = common_flags + CONFIGS[options.second_config]
329 configs='%s:%s' % (first_config_label, second_config_label),
360 configs='', source_key='', suppression='wrong_usage')
368 configs='', source_key='', suppression='internal_error')